Data Dictionary -- User Defined Stock Status
Srl. No. Table Name Comment
1UDS_PARAMETER_DETAILSThis table holds the meta data for the component. This table will exist in all the component as part of the component. This table will hold the static values like combos, combo defaults, guidance text etc. Values are stored against the screen control.
2UDS_UDSATT_UDSS_ATTRIB_MAPThis table stores the Attribute types that are mapped to the User defined Stock status name.
3UDS_UDSMN_UDSSTATUS_MASTERThis table contains the master details of the User defined stock status such as OU, Udss name, udds description, Status of Udss and other details.
4UDS_UDSPART_UDSS_PART_MAPThis table stores the mapping details of the stock status with part types. It stores the various part types which take the User defined stock status.
5UDS_UDSSTS_UDSS_STATUS_MAPThis table stores the list of User defined stock status that are mapped to a particular User defined stock status ,alternatives and Order Of Preference
6UDS_UDSTRN_UDSS_TRANS_MAPThis table stores the transactions allowed for a user defined stock status.
7UDS_USER_STOCK_STATUS_DTLThis table stores User Stock Status Details.
Table Name : UDS_PARAMETER_DETAILS
Comment :This table holds the meta data for the component. This table will exist in all the component as part of the component. This table will hold the static values like combos, combo defaults, guidance text etc. Values are stored against the screen control.
Column Name UDD Data Type Is NULL? Comment Is PK?
UDS_COMPONENTNAME_varchar_80varchar(80)NoName of the component - BASUDSSNo
UDS_PARAMCATEGORY_varchar_10varchar(10)NoThis field will capture the category of the static value. The static values could be to fill up combo, text field, guidance text, combo default etc.No
UDS_PARAMTYPE_varchar_25Varchar(25)NoNormally param type is the name of the control. This will allow us to store all the possible values for a combo in multiple rows.No
UDS_PARAMCODE_varchar_40varchar(40)NoParam code is the value to be filled in the combo box or guidance text. This is actually the meta data of this componentNo
UDS_LANGID_decimal_10_0decimal(10)NoLanguage id. This is the language id of the record.No
UDS_CREATIONDATE_datetime_8datetime(8)NoCreated date of the record.No
UDS_PARAMDESC_varchar_80varchar(80)YesDescription of the combo valueNo
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NoYes
Table Name : UDS_UDSATT_UDSS_ATTRIB_MAP
Comment :This table stores the Attribute types that are mapped to the User defined Stock status name.
Column Name UDD Data Type Is NULL? Comment Is PK?
UDSATT_ORG_UNIT_decimal_10_0decimal(10)NoOuinstanceNo
UDSATT_UDSS_NAME_varchar_40varchar(40)Nouser defined stock status nameNo
UDSATT_ATTRIBUTE_TYPE_varchar_25Varchar(25)NoAttribute type is the paramtype defined in Parameter Details table. It takes following values CC - Cycle Counting NET - Nettable PI - Physical Inventory ST - Stockable VA - Valuated ALC - Allocable OC - Ownership-Customer OI No
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NoYes
Table Name : UDS_UDSMN_UDSSTATUS_MASTER
Comment :This table contains the master details of the User defined stock status such as OU, Udss name, udds description, Status of Udss and other details.
Column Name UDD Data Type Is NULL? Comment Is PK?
UDSMN_ORG_UNIT_decimal_10_0decimal(10)NoouinstanceNo
UDSMN_UDSS_NAME_varchar_40varchar(40)Nouser defined stock status name The predefined user defined stock status names are: Customer Goods PBHNo
UDSMN_UDSS_NAME_UP_varchar_40varchar(40)Nouser defined stock status name in Upper CaseNo
UDSMN_UDSS_DESC_varchar_150varchar(150)NoDescription of user defined stock statusNo
UDSMN_STATUS_varchar_25Varchar(25)NoStatus of the user defined stock status It may be 1. A - Active 2. I - InactiveNo
UDSMN_CREATED_BY_varchar_30varchar(30)YesUser who created the detailsNo
UDSMN_MODIFIED_BY_varchar_30varchar(30)YesUser who modified the detailsNo
UDSMN_CREATED_DATE_datetime_8datetime(8)YesDate at which user created the detailsNo
UDSMN_MODIFIED_DATE_datetime_8datetime(8)YesDate at which the user modified the detailsNo
UDSMN_SORT_BY_decimal_10_0decimal(10)YesSort by - it will have Order by numbers by which sorting is done in stock status combo loadingNo
UDSMN_TIMESTAMP_decimal_10_0decimal(10)YesTimestamp for the concurrency check.No
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NoYes
Table Name : UDS_UDSPART_UDSS_PART_MAP
Comment :This table stores the mapping details of the stock status with part types. It stores the various part types which take the User defined stock status.
Column Name UDD Data Type Is NULL? Comment Is PK?
UDSPART_ORG_UNIT_decimal_10_0decimal(10)NoOuinstanceYes
UDSPART_UDSS_NAME_varchar_40varchar(40)Nouser defined stock status nameYes
UDSPART_PART_TYPE_varchar_25Varchar(25)NoPart type The Part type takes the following values : CM - component CNSMB - Consumable KIT - Kit RWMTR - Raw Material SP - Spare Part TOOL - ToolYes
Table Name : UDS_UDSSTS_UDSS_STATUS_MAP
Comment :This table stores the list of User defined stock status that are mapped to a particular User defined stock status ,alternatives and Order Of Preference
Column Name UDD Data Type Is NULL? Comment Is PK?
UDSSTS_ORG_UNIT_decimal_10_0decimal(10)NoOuinstanceYes
UDSSTS_UDSS_NAME_varchar_40varchar(40)Nouser defined stock status nameYes
UDSSTS_STATUS_MAPPED_varchar_40varchar(40)NoMapped user defined stock status nameYes
UdsSts_Conv_Prmt_Flagudd_flag1varchar(25)NoThe Conversion Permitted Flag. It takes values Y - Yes N - NoNo
UdsSts_Alternate_Flagudd_flag1varchar(25)NoThe Alternate Flag. It takes values Y - Yes N - NoNo
UdsSts_Pref_Orderudd_countint(4)YesOrder Of Preference for AlternativesNo
Table Name : UDS_UDSTRN_UDSS_TRANS_MAP
Comment :This table stores the transactions allowed for a user defined stock status.
Column Name UDD Data Type Is NULL? Comment Is PK?
UDSTRN_ORG_UNIT_decimal_10_0decimal(10)NoOuinstanceYes
UDSTRN_UDSS_NAME_varchar_40varchar(40)Nouser defined stock status nameYes
UDSTRN_TRAN_TYPE_varchar_25Varchar(25)Notransaction code The Transaction types are: MNISU - Maintenance Issue UPLISU - UnPlanned Issue GISU -General Issue STISU -Stock Transfer Issue ROISU -Repair Order Issue STRC- Stock Transfer Receipt STR - Stock Transfer STKCORR - Stock CorrecYes
UDSTRN_DEFAULT_FLAG_varchar_25Varchar(25)YesThe Transaction type Default Flag It takes values Y - Yes N - NoNo
Table Name : UDS_USER_STOCK_STATUS_DTL
Comment :This table stores User Stock Status Details.
Column Name UDD Data Type Is NULL? Comment Is PK?
UDS_OUINSTANCE_decimal_10_0decimal(10)NoOu InstanceNo
UDS_FUNCTIONNAME_varchar_25Varchar(25)NoFunction nameNo
UDS_TRANSACTIONTYPE_varchar_25Varchar(25)NoTransaction TypeNo
UDS_UDSS_CODE_varchar_40varchar(40)NoUserdefind CodeNo
UDS_UDSS_DESCRIPTION_varchar_150varchar(150)YesUser defind staock status descriptionNo
UDS_CREATED_BY_varchar_30varchar(30)NoUser who Created the detailsNo
UDS_CREATED_DATE_datetime_8datetime(8)NoDate at which user created the detailsNo
UDS_MODIFIED_BY_varchar_30varchar(30)NoUser who modified the detailsNo
UDS_MODIFIED_DATE_datetime_8datetime(8)NoDate at which the user modified the detailsNo
UDS_TIMESTAMP_decimal_10_0decimal(10)NoTimestamp for the concurrency check.No
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NoYes