Data Dictionary -- Material Request
Srl. No. Table Name Comment
1MR_LLVL_APPROVAL_STATUSLine Level Approval Status of Material Request
2MR_MRDA_DOC_ATTACH_DTLIt holds the Reference Document information for a Material Request.
3MR_MRDTL_MATRL_REQ_PRT_DTLThis entity contains the Part list for the MR document.
4MR_MRMN_MATRL_REQ_MAIN_HDRThis table allows you to store the create a material request transaction details.
5MR_MRPRM_PARAMETER_DETAILSStores Parameter detail information. In this component, this table needs to store only search criteria message
6MR_MRQC_QUICK_CODEThis table allows you to store create material request quick code
7MR_MRSL_MATREQ_SRLLOTIt holds the Part Serial Lot information. If Part Requirement type is Specific for a MR, Serial - Lot information will be stored.
8MR_MRTLOG_MATREQ_PRT_INFOThis entity contains the List of parts of a MR document allocated to Tech logs.
9MR_OFMS_MB_SHCLS_SKIP_DTLTable used manage the MR shortclose detail in Main Base and Field Base
Table Name : MR_LLVL_APPROVAL_STATUS
Comment :Line Level Approval Status of Material Request
Column Name UDD Data Type Is NULL? Comment Is PK?
MRSTS_MRNOudd_documentnovarchar(40)YesMaterial Request NumberNo
MRSTS_MR_OUINSTANCEudd_ctxt_ouinstanceint(4)YesMaterial Request OUNo
MRSTS_MRDTL_LINENOudd_seqnoint(4)YesLine NumberNo
MRSTS_ALLOC_FLAGudd_designparamcodevarchar(5)YesAllocation FlagNo
MRSTS_APP_STATUSudd_statusvarchar(25)YesApproval StatusNo
MRSTS_APP_COMMENTSudd_txt255varchar(255)YesApproval CommentsNo
MRSTS_INSTANCE_IDudd_unique_idbigint(8)YesInstance IDNo
REPLICATION_KEY_bigint_8Bigint(8)NoUnique IDYes
Table Name : MR_MRDA_DOC_ATTACH_DTL
Comment :It holds the Reference Document information for a Material Request.
Column Name UDD Data Type Is NULL? Comment Is PK?
MRDA_OUINSTANCE_decimal_10_0decimal(10)NoOU IDYes
MRDA_MREQ_NO_varchar_40varchar(40)NoThe type of the reference document based on which the material request is raised. The reference document could be of types "Component Work Order", "Technical Log", "Visit Package" "Hangar Work Order" or "Others".Yes
MRDA_REF_DOC_TYPE_varchar_15varchar(15)NoThe type of the reference document based on which the material request is raised. The reference document could be of types Component Work Order, Technical Log. "Visit Package" "Hangar Work Order" or Others.Yes
MRDA_DOC_ID_varchar_40varchar(40)NoThe name of the reference document.Yes
MRDA_FILE_NAME_varchar_50varchar(50)YesThe file name of the reference document.No
MRDA_REMARKS_varchar_225varchar(225)YesAny additional comment pertaining to the association of the reference document to the material request.No
Table Name : MR_MRDTL_MATRL_REQ_PRT_DTL
Comment :This entity contains the Part list for the MR document.
Column Name UDD Data Type Is NULL? Comment Is PK?
MRDTL_OUINSTANCE_decimal_10_0decimal(10)NoMR OUInstance ID.Yes
MRDTL_MREQ_NO_varchar_40varchar(40)NoThe number identifying the material request.Yes
MRDTL_LINE_NO_decimal_10_0decimal(10)NoThe number identifying the row in the multiline in which the part is entered.Yes
MRDTL_REQ_PART_CRT_OU_decimal_10_0decimal(10)YesRequested Part Created OUInstance.No
MRDTL_REQ_PART_NO_varchar_40varchar(40)YesThe number identifying the part for which the material request is raised.No
MRDTL_REQ_QTY_decimal_28_8decimal(28)YesThe total quantity of the part requiredNo
MRDTL_REQ_UOM_varchar_10varchar(10)YesThe unit of measurement of the required partsNo
MRDTL_REQ_QTY_INSTKUOM_decimal_28_8decimal(28)YesRequested Part Qty in Stock Uom.No
MRDTL_ALT_PART_CRT_OU_decimal_10_0decimal(10)YesAlternate Part Created OUInstance.No
MRDTL_ALT_PART_NO_varchar_40varchar(40)YesThe number identifying the alternate part that can be used if the part entered in the "Requested Part #" is not available.No
MRDTL_PART_STATUS_varchar_40varchar(40)YesPart/Stock Status.No
MRDTL_PREFRD_COND_varchar_5varchar(5)YesThe preferred condition of the requested part 1. New - Indicates that the part must be new or purchased recently 2.Overhauled - Indicates that some maintenance action or servicing must be done on the part, and the part has not been used after servNo
MRDTL_EXP_RETURN_DATE_datetime_8datetime(8)YesThe expected date on which the part must be returnedNo
MRDTL_REMARKS_varchar_255varchar(255)YesGeneral comments regarding part detailsNo
MRDTL_ISSUED_QTY_decimal_28_8decimal(28)YesThe quantity of the issued partNo
MRDTL_ISSUED_QTY_INSTKUOM_decimal_28_8decimal(28)YesQuantity that has been totally issued for the MR line item (in stock uom).No
MRDTL_AUTH_QTY_decimal_28_8decimal(28)YesThe total quantity authorized for the partNo
MRDTL_AUTH_QTY_INSTKUOM_decimal_28_8decimal(28)YesAuthorised Quantity in Stock UOMNo
MRDTL_TLOG_TOTALC_QTYINSTKUOM_decimal_28_8decimal(28)YesTech Log Allocated Quantiry in Stock UOM- Sum of Part Requsted Quantity in Stock UOM which are Allocated to many Tech Log numbers..No
MRDTL_SHORTCLOSE_FLAG_varchar_5varchar(5)YesThis will indicate whether the lineitem is shortclosed or not. It will Y if it is short closed else it will be N .No
MRDTL_CREATED_USER_varchar_30varchar(30)YesThe name of the user who created the material requestNo
MRDTL_CREATED_DATE_datetime_8datetime(8)YesThe date on which the material request was createdNo
MRDTL_MODIFIED_USER_varchar_30varchar(30)YesThe name of the user who last modified the material requestNo
MRDTL_MODIFIED_DATE_datetime_8datetime(8)YesThe date on which the material request was last modifiedNo
MRDTL_TASK_OU_decimal_10_0decimal(10)YesTask OU Id of the Task in the WorkOrder.No
MRDTL_TASK_NO_varchar_40varchar(40)YesTask Id for which part is estimated in the WorkOrder.No
MRDTL_TASK_KEYSEQNO_decimal_10_0decimal(10)YesThe task serial number associated with the work order for every part requested, if the reference document type is CWO.No
MRDTL_LINELVL_STATUS_varchar_40varchar(40)YesThis will indicate the line level status. It will be one of the following :- PIsu - Partially Issued ShCl - Short Closed Isu - Completely Issued NULL - Authorized and no issue or shNo
MRDTL_SHCLS_QTY_decimal_28_8decimal(28)YesThe quantity of the short closed partNo
MRDTL_SHCLS_QTY_INSTKUOM_decimal_28_8decimal(28)YesShort Closed Quantity in Stock UOM.No
MRDTL_SHORTCLOSE_COMMENTS_varchar_255varchar(255)YesAdditional comments or remarks pertaining to the material request which typically are reasons for short closing the material request.No
MRDTL_ACC_USAGE_varchar_20varchar(20)YesThe accounting usage to be used.No
MRDTL_CC_USAGE_varchar_20varchar(20)YesThe costing usage to be usedNo
MRDTL_FIN_BOOK_varchar_20varchar(20)YesFinance book.No
MRDTL_ACC_CODE_varchar_32varchar(32)YesAccount Code.No
MRDTL_ANLY_CODE_varchar_5varchar(5)YesAnalysis Code.No
MRDTL_SUBANLY_CODE_varchar_5varchar(5)YesSub Analysis Code.No
MRDTL_COSTCENTER_CODE_varchar_20varchar(20)YesCost Center Code.No
MRDTL_RTN_QTY_INSTKUOM_decimal_28_8decimal(28)YesFor Maint MR alone, pending return quantity needs to be tracked. This will have the total returned qty for the MR-Part..No
MRDTL_REQ_TYPE_varchar_5varchar(5)YesThe requirement type of the part, which could be Normal or Specific.No
MRDTL_MAT_TYPE_varchar_5varchar(5)YesThe material type, which could be Main Core or Regular.No
MRDTL_ALT_ALLOWED_varchar_5varchar(5)YesDisplays Specific Alternates if alternate part numbers can be considered in place of the requested part number, when the Requested Part #"is not available. Displays Not Allowed if alternate part numbers cannot be considered.No
MRDTL_RECEIVED_QTY_decimal_28_8decimal(28)YesThe quantity of part received..No
MRDTL_RECEIVED_QTY_INSTKUOM_decimal_28_8decimal(28)YesThe unit of measurement of the received part .No
MRDTL_NEWPARTudd_designparamcodevarchar(5)YesColumn to check whether its a New Part or Not. Value stored with Y and NNo
MRDTL_DISCREPANCY_NOudd_documentnovarchar(40)YesTo store the DISCREPANCY_NONo
MRDTL_DISCREPANCY_OUudd_ctxt_ouinstanceint(4)YesTo store DISCREPANCY_OUNo
MRDTL_NEWPART_DESCudd_txt150varchar(150)YesTo store New part descNo
MRDTL_REQ_MODEudd_designparamcodevarchar(5)YesUse the drop-down list box to specify the mode of request. The system lists "Normal", "Conditional Requisition" and "Force Requisition".No
MRDTL_EFFECTIVITY_NOTESudd_txt2000varchar(2000)YesThe effectivity or suitability of the part to aircraft or component as defined for the part in the "Maintain Part Effectivity" page in the "Aircraft" business componentNo
MRDTL_REQ_FORudd_designparamcodevarchar(5)NoRequest ForNo
MRDTL_PMA_PRT_ALWDudd_designparamcodevarchar(5)YesPMA Part Allowed flagNo
MRDTL_PMA_PRT_PREFRDudd_designparamcodevarchar(5)YesPMA Part prefferedNo
MRDTL_PMA_HOLDCODEudd_remarksvarchar(255)YesPMA Hold codeNo
MRDTL_DEVIATED_PRT_ALWDudd_designparamcodevarchar(5)YesDeviated Part Allowed flagNo
MRDTL_DEVIATED_HOLDCODEudd_remarksvarchar(255)YesDeviated hold codeNo
MRDTL_LLP_MINRMLIFE_PERCENTAGEudd_seqnoint(4)YesMinimum Remaining life PercentageNo
MRDTL_USG_LLP_LESS_MINRMLIFE_ALWDudd_designparamcodevarchar(5)YesUsage of less minimum remaining life allowed flagNo
MRDTL_RMLIFE_HOLDCODEudd_remarksvarchar(255)YesRemaining life hold codeNo
MRDTL_USG_OWNEDPRT_ALWDudd_designparamcodevarchar(5)YesUsage of Owned Part Allowed flagNo
MRDTL_USG_OWNEDPRT_HOLDCODEudd_remarksvarchar(255)YesUsage of Owned Part Hold codeNo
MRDTL_REFDOC_PART_LINK_NO_Bigint_8Bigint(8)YesReference Document Part Link NumberNo
MRDTL_TASK_TRACK_IDbigintBigint(8)YesTask Track ID.No
MRDTL_ADL_REF_DOC_LINENOudd_rownoint(4)YesAddiional Refrence Document Line NumberNo
MRDTL_EXCH_HOLD_CODEudd_remarksvarchar(255)YesExchange hold codeNo
MRDTL_EXCH_QUOTE_HOLD_CODEudd_remarksvarchar(255)YesExchange Quote hold codeNo
MrDtl_Llvl_Alloc_Flagudd_designparamcodevarchar(5)YesLine Level Allocation FlagNo
MRDTL_SC_UNIQUEIDudd_documentnovarchar(40)YesUnique Id for maintain Short close HistoryNo
Table Name : MR_MRMN_MATRL_REQ_MAIN_HDR
Comment :This table allows you to store the create a material request transaction details.
Column Name UDD Data Type Is NULL? Comment Is PK?
MRMN_OUINSTANCE_decimal_10_0decimal(10)NoMR OUInstance.Yes
MRMN_MREQ_NO_varchar_40varchar(40)NoA unique number identifying the material requestYes
MRMN_CLASS_varchar_5varchar(5)Yessystem provides the following options: 1.Maintenance - this option indicate that the MR is created for a maintenance requirement. 2.General - this option indicate that the MR is created for a general requirementNo
MRMN_TYPE_varchar_5varchar(5)Yestype of the material request. If the MR Class is Maintenance or General, the system provides the following options: 1. Planned- Indicates that the material request is raised due to planned maintenance activities or execution documents, which conNo
MRMN_PRIORITY_varchar_5varchar(5)Yesthe priority of the material request 1. Normal - MR raised for parts that pertain to the usual requirement of an aircraft 2. AOG - MR raised for the aircraft on groundNo
MRMN_CATEGORY_varchar_25Varchar(25)YesThe category to which the material request belongs This will have the list of active quick codes defined for MR category in the Quick Code activity.No
MRMN_NEED_DATE_datetime_8datetime(8)YesThe date on which the parts will be consumed or neededNo
MRMN_WAREHOUSE_OU_decimal_10_0decimal(10)YesWarehouse OUInstance ID.No
MRMN_WAREHOUSE_NO_varchar_10varchar(10)YesThe number identifying the warehouse where you are located.No
MRMN_USER_STATUS_varchar_25Varchar(25)YesThe user-defined status of the material requestNo
MRMN_MR_STATUS_varchar_5varchar(5)YesMR Document Status. . List of codes and values for MR Status Draft - Drft Fresh - Frsh Authorized - Auth Cancelled - Can Partially issued - PINo
MRMN_AIRCRAFT_OU_decimal_10_0decimal(10)YesAircraft OUInstance ID.No
MRMN_AIRCRAFT_REG_NO_varchar_30varchar(30)YesThe registration number of the aircraft for which the parts are requiredNo
MRMN_COMPONENT_ID_varchar_90varchar(90)YesThe number identifying the component for which the materials are requiredNo
MRMN_WORK_CENTER_OU_decimal_10_0decimal(10)YesWorkCenter OUInstance ID.No
MRMN_WORK_CENTER_varchar_30varchar(30)YesThe number identifying the work center where the parts are requiredNo
MRMN_STATION_CODE_varchar_32varchar(32)YesThe number identifying the station where the parts are requiredNo
MRMN_REQUESTING_LOCN_decimal_10_0decimal(10)YesThe organization unit from where the material request is prepared.No
MRMN_SOURCE_FLAG_varchar_5varchar(5)YesWill be LIN or PLNNo
MRMN_REF_DOC_TYPE_varchar_5varchar(5)YesThis indicates the type of the reference document.The reference document type based on which the material request is prepared List of codes and values for Ref Doc Type Component work order - CWo Line work order - LWo Tech LoNo
MRMN_REF_DOC_NO_varchar_40varchar(40)YesThe number identifying the reference document based on which the material request is prepared.No
MRMN_REQUESTOR_OU_decimal_10_0decimal(10)YesOUInstance ID to which the Requestor belongs to..No
MRMN_REQUESTOR_varchar_20varchar(20)YesThe number identifying the employee who made the request for the part. The employee name will be displayed alongsideNo
MRMN_REQUESTOR_NAME_varchar_150varchar(150)YesThe name identifying the employee who made the request for the part. The employee name will be displayed alongside.No
MRMN_HARD_ALLOC_REQD_varchar_5varchar(5)YesIndicates whether the part need to be hard allocated.No
MRMN_ISS_IN_SINGLE_LOT_varchar_5varchar(5)YesThis indicates whether the parts can be issued in a staggered manner as and when available.No
MRMN_USER_DEF_1_varchar_25Varchar(25)YesAdditional details pertaining to the material requestNo
MRMN_USER_DEF_2_varchar_25Varchar(25)YesAdditional details pertaining to the material request.No
MRMN_DELIVERY_INSTRUCTION_varchar_255varchar(255)YesDelivery Instructions for the MR.No
MRMN_REMARKS_varchar_255varchar(255)YesAdditional remarks pertaining to the material request, which typically are reasons for modifying the material request.No
MRMN_SHORTCLOSE_COMMENTS_varchar_255varchar(255)YesAdditional comments or remarks pertaining to the material request which typically are reasons for short closing the material request.No
MRMN_PART_TYPE_varchar_5varchar(5)YesThe type of the part.No
MRMN_AUTH_BY_varchar_30varchar(30)YesThe name of the user who approved the material requestNo
MRMN_AUTH_DATE_datetime_8datetime(8)YesThe date on which the material request was approvedNo
MRMN_AUTOMR_FLAG_varchar_5varchar(5)YesIf the MR is automatically generated by the system thru LineWo, CWo, etc AutoMR_Flag will be Yes . This needs to be maintained because system should ensure that MR created thru the respective workorder component cannot be modified in Edit MR ..No
MRMN_CREATED_DATETIME_datetime_8datetime(8)YesThe date on which the material request was createdNo
MRMN_CREATED_USER_varchar_30varchar(30)YesThe name of the user who created the material requestNo
MRMN_MODIFIED_DATETIME_datetime_8datetime(8)YesThe date on which the material request was last modifiedNo
MRMN_MODIFIED_USER_varchar_30varchar(30)YesThe name of the user who last modified the material requestNo
MRMN_TIMESTAMP_decimal_10_0decimal(10)YesTimestamp of a Record.No
MRMN_REF_DOC_OU_decimal_10_0decimal(10)Yesou of the reference docNo
MRMN_FILENAME_varchar_50varchar(50)YesThe name of the file used for document reference that is associated to the material requestNo
MRMN_WF_NEW_STATE_varchar_10varchar(10)YesCurrect state of Material Request in Work Flow.No
MRMN_WF_DOC_KEY_varchar_128varchar(128)YesWork flow Document Key It will have the Material Request number concatednated with MR Created Ouinstance ID.No
MRMN_ACC_USAGE_varchar_20varchar(20)YesThe accounting usage to be used.No
MRMN_CC_USAGE_varchar_20varchar(20)YesThe costing usage to be usedNo
MRMN_CUSTOMER_IDudd_customer_idvarchar(18)YesThe code identifying the customer.No
MRMN_CUSTOMER_OUudd_ctxt_ouinstanceint(4)YesOU Instance of the Customer.No
MRMN_ISU_OPTIONudd_designparamcodevarchar(5)YesTo store the Issue option either Document level or Line LevelNo
MRMN_MMD_PRINT_FLAGudd_chkflagvarchar(1)YesTo enable selective MMD Printing .No
MRMN_ADL_REF_DOC_TYPEudd_documenttypevarchar(40)YesAdditional Reference document typeNo
MRMN_ADL_REF_DOC_NOudd_documentnovarchar(40)YesAdditional Reference document noNo
MRMN_DNR_RCPT_FLAGudd_designparamcodevarchar(5)YesDonor Receipt FlagNo
created_area_code_Varchar_40varchar(40)YesCreated Area CodeNo
MRMN_BACKFLUSH_FLAGudd_designparamcodevarchar(5)YesBack Flushing flagNo
MRMN_AUTH_CHKudd_documentnovarchar(40)YesAuthorize CheckNo
MRMN_FAC_OBJ_NOudd_designparamcodevarchar(5)YesFacility object numberNo
MRMN_SOURCEudd_flagvarchar(25)YesMR sourceNo
MRMN_SRCTASK_NAMEudd_documentnovarchar(40)YesSource task nameNo
Table Name : MR_MRPRM_PARAMETER_DETAILS
Comment :Stores Parameter detail information. In this component, this table needs to store only search criteria message
Column Name UDD Data Type Is NULL? Comment Is PK?
MRPRM_COMPONENTNAME_varchar_80varchar(80)NoComponent Name.Yes
MRPRM_PARAMCATEGORY_varchar_10varchar(10)NoParameter Category.Yes
MRPRM_PARAMTYPE_varchar_15varchar(15)NoParamter Type.Yes
MRPRM_PARAMCODE_varchar_5varchar(5)NoParameter Code.Yes
MRPRM_PARAMDESC_varchar_80varchar(80)YesParameter Description.No
MRPRM_LANGID_decimal_10_0decimal(10)NoLanguage ID.Yes
MRPRM_CREATIONDATE_datetime_8datetime(8)YesCreation Date.No
MRPRM_SORTBY_decimal_10_0decimal(10)YesSort By. -It is sequential numbers used to load combo values in some predefined orderNo
Table Name : MR_MRQC_QUICK_CODE
Comment :This table allows you to store create material request quick code
Column Name UDD Data Type Is NULL? Comment Is PK?
MRQC_OUINSTANCE_decimal_10_0decimal(10)NoQuickcode Created Ouinstance ID.Yes
MRQC_QUICK_CODE_varchar_25Varchar(25)NoA unique identifier for the quick codeYes
MRQC_TYPE_varchar_80varchar(80)Nothe quick code type for which quick codes have to be defined. The system provides the options: MR Category and User Status. .Yes
MRQC_DESC_varchar_80varchar(80)YesThe textual description of the quick codeNo
MRQC_STATUS_varchar_15varchar(15)YesThe system provides the options:Active and Inactive.No
MRQC_CREATED_BY_varchar_30varchar(30)YesThe login ID of the user who has created the quick code.No
MRQC_MODIFIED_BY_varchar_30varchar(30)YesThe login ID of the user that last modified the quick code.No
MRQC_CREATEDDATE_datetime_8datetime(8)YesThe date on which the quick code was createdNo
MRQC_MODIFIEDDATE_datetime_8datetime(8)YesThe date on which the quick code was last modifiedNo
MRQC_TIMESTAMP_decimal_10_0decimal(10)YesTimestamp of a Record.No
Table Name : MR_MRSL_MATREQ_SRLLOT
Comment :It holds the Part Serial Lot information. If Part Requirement type is Specific for a MR, Serial - Lot information will be stored.
Column Name UDD Data Type Is NULL? Comment Is PK?
MRSL_OUINSTANCE_decimal_10_0decimal(10)NoMR OUInstance ID.Yes
MRSL_MREQ_NO_varchar_40varchar(40)NoThe number identifying the material request.Yes
MRSL_LINE_NO_decimal_10_0decimal(10)NoThe number identifying the row in the multiline in which the part is entered.Yes
MRSL_SEQ_NO_decimal_10_0decimal(10)NoSequence Number.Yes
MRSL_REQ_PART_OU_decimal_10_0decimal(10)YesRequest part created Ouinstance ID.No
MRSL_REQ_PART_NO_varchar_40varchar(40)YesThe number identifying the part for which the material request is raised.No
MRSL_SRL_NO_varchar_40varchar(40)YesThe preferred serial number of the part.No
MRSL_LOT_NO_varchar_18varchar(18)YesThe preferred lot number of the part.No
MRSL_ZONE_ID_varchar_10varchar(10)YesZone ID.No
MRSL_BIN_ID_varchar_10varchar(10)YesBin Id.No
MRSL_REQ_UOM_varchar_10varchar(10)YesRequested UOM.No
MRSL_REQ_QTY_decimal_28_8decimal(28)YesRequested Quantity in Requested UOM.No
MRSL_REQ_QTYINSTKUOM_decimal_28_8decimal(28)YesRequested Quantity in Stock UOM.No
MRSL_PART_STATUS_varchar_40varchar(40)YesPart Status.No
Table Name : MR_MRTLOG_MATREQ_PRT_INFO
Comment :This entity contains the List of parts of a MR document allocated to Tech logs.
Column Name UDD Data Type Is NULL? Comment Is PK?
MRTLOG_OUINSTANCE_decimal_10_0decimal(10)NoMR OUInstance ID.Yes
MRTLOG_MREQ_NO_varchar_40varchar(40)NoMaterial Request Document No.Yes
MRTLOG_LINE_NO_decimal_10_0decimal(10)NoLine Number.Yes
MRTLOG_TECHLOG_OU_decimal_10_0decimal(10)NoTech log Ouinstance.Yes
MRTLOG_TECHLOG_NO_varchar_40varchar(40)NoTech Log Number.Yes
MRTLOG_TLOG_LINE_NO_decimal_10_0decimal(10)YesTech Log Line No.No
MRTLOG_REQ_PART_OU_decimal_10_0decimal(10)YesRequested Part Created Ouinstance.No
MRTLOG_REQ_PART_NO_varchar_40varchar(40)YesRequest Part Number.No
MRTLOG_ALLOC_QTYINSTKUOM_decimal_28_8decimal(28)YesPart Requested Qunatity in Stock UOM.No
MRTLOG_PART_STATUS_varchar_40varchar(40)YesRequested Part Status.No
Table Name : MR_OFMS_MB_SHCLS_SKIP_DTL
Comment :Table used manage the MR shortclose detail in Main Base and Field Base
Column Name UDD Data Type Is NULL? Comment Is PK?