Data Dictionary -- Stock Return
Srl. No. Table Name Comment
1RTN_SRTNPRM_PARAMETER_DTLStores meta data Parameter detail information.
2RTN_SRTNQC_QUICK_CODEthis table used to store the quick code values
3SRTN_OWNERSHIP_CHG_LOGTo maintain the ownership change information on return
4SRTN_RTNADL_STK_RETURN_ADLtable which is used to store the storage information for the returned parts
5SRTN_RTNDA_DOC_ATTACH_DTLThis table allows you to store the reference information for the return.
6SRTN_RTNDTL_STK_RETURN_DTLThis will have the returned part details of the Return Document. Note: Issue details will be NULL for unplanned Returns.
7SRTN_RTNMN_STK_RETURN_HDRThis table has the details of all kinds of returns - Inventory, Maintenance and Unplanned Returns..
8SRTN_URTDTL_UPL_STKRTN_DTLThis will have the returned part details of the Return Document. Note: Issue details will be NULL for unplanned Returns
9SRTN_WOCOST_SUMMARYTable to maintain the Work order summary information
10SRTN_WOCOST_SUMMARY_MIGRATIONTable to maintain the Work order summary Migration information
Table Name : RTN_SRTNPRM_PARAMETER_DTL
Comment :Stores meta data Parameter detail information.
Column Name UDD Data Type Is NULL? Comment Is PK?
SRTNPRM_COMPONENTNAME_varchar_20varchar(20)NoComponent Code.Yes
SRTNPRM_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..Yes
SRTNPRM_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. .Yes
SRTNPRM_PARAMCODE_varchar_5varchar(5)NoParam code is the values to be filled in the combo box or guidance text. This is actually the meta data of this component. List of Codes & Description TLOG -- Techlog HWO -- Hangar Work Order MC -- Main CoYes
SRTNPRM_LANGID_decimal_10_0decimal(10)NoLanguage id. This is the language id of the record..Yes
SRTNPRM_PARAMDESC_varchar_80varchar(80)YesDescription of the Param Code.No
SRTNPRM_SORT_BY_decimal_10_0decimal(10)YesThe order in which the values are populated..No
SRTNPRM_CREATIONDATE_datetime_8datetime(8)YesDate of Creation.No
Table Name : RTN_SRTNQC_QUICK_CODE
Comment :this table used to store the quick code values
Column Name UDD Data Type Is NULL? Comment Is PK?
SRTNQC_OUINSTANCE_decimal_10_0decimal(10)NoQuick Code OU.Yes
SRTNQC_QUICK_CODE_varchar_25Varchar(25)NoQuick Code ValueYes
SRTNQC_TYPE_varchar_25Varchar(25)Nothe quick code type for which quick codes have to be defined. The system provides the option Return Category and Return User StatusYes
SRTNQC_DESC_varchar_80varchar(80)YesA textual description for the quick codeNo
SRTNQC_STATUS_varchar_20varchar(20)YesStatus of the Quick Code. Will have Active and Inactive as Values.No
SRTNQC_CREATEDDATE_datetime_8datetime(8)YesDate on which Quick Code was created.No
SRTNQC_CREATED_BYudd_ctxt_uservarchar(30)YesUser who has created the Quick Code.No
SRTNQC_MODIFIEDDATE_datetime_8datetime(8)YesDate on which Quick code was modified.No
SRTNQC_MODIFIED_BYudd_ctxt_uservarchar(30)YesUser who has modified the quick code.No
SRTNQC_TIMESTAMP_decimal_10_0decimal(10)YesTimeStamp.No
Table Name : SRTN_OWNERSHIP_CHG_LOG
Comment :To maintain the ownership change information on return
Column Name UDD Data Type Is NULL? Comment Is PK?
RTNO_RTN_NOudd_documentnovarchar(40)YesReturn document NumberNo
RTNO_RTN_OUudd_ctxt_ouinstanceint(4)YesReturn document OUNo
RTNO_RTN_LINENOudd_seqnoint(4)YesLine NumerNo
RTNO_RTN_SRL_NOudd_partserialnumbervarchar(40)YesReturn Serial NumberNo
RTNO_RTN_MFRSRL_NOudd_partserialnumbervarchar(40)YesReturn Manufacturer Serial NumberNo
RTNO_RTN_LOT_NOudd_lotnovarchar(18)YesReturn Lot NumberNo
RTNO_RTN_MFRLOT_NOudd_lotnovarchar(18)YesReturn Manufacturer Lot NumberNo
RTNO_FRM_OWNINGAGENCYudd_vendorcodevarchar(45)YesFrom Owing AgencyNo
RTNO_TO_OWNINGAGENCYudd_vendorcodevarchar(45)YesTo Owing AgencyNo
RTNO_DATEudd_timedatetime(8)YesUpdated dateNo
Table Name : SRTN_RTNADL_STK_RETURN_ADL
Comment :table which is used to store the storage information for the returned parts
Column Name UDD Data Type Is NULL? Comment Is PK?
RTNADL_OUINSTANCE_decimal_10_0decimal(10)NoOU ID of the Return transactionYes
RTNADL_RETURN_NO_varchar_18varchar(18)NoSystem generated number for the Return transaction based on the Numbering Type choosenYes
RTNADL_RTN_SYSLINE_NO_decimal_10_0decimal(10)NoLine no generated for each part return instance of the return documentYes
RTNADL_SEQ_NO_decimal_10_0decimal(10)NoSeqno is the unique number generated for each return at zone-bin level for the ReturnDoc-LineNo combinationYes
RTNADL_ZONE_ID_varchar_10varchar(10)YesZone Id to where the Part is getting returnedNo
RTNADL_BIN_ID_varchar_10varchar(10)YesZone-Bin Id to where the part is getting returned This will be NULL if the Zone is a free ZoneNo
RTNADL_RET_QTY_decimal_28_8decimal(28)YesQuantity that is getting returned to the Zone or Zone-binNo
RTNADL_RET_QTY_INSTKUOM_decimal_28_8decimal(28)YesQuantity returned (in stock uom) to the Zone or Zone-binNo
RTNADL_RTN_COST_decimal_28_8decimal(28)YesReturn Cost at Wh-Zone-Bin levelNo
RTNADL_ISSUE_QTY_INSTKUOM_decimal_28_8decimal(28)YesIssue Quantity in Stock uom at the time of Return document creationNo
RTNADL_ISSUE_COST_decimal_28_8decimal(28)YesIssue Cost for the Issued quantityNo
RTNADL_ISS_COMPUTED_COST_decimal_28_8decimal(28)Yesissued part rateNo
RTNADL_ISS_COMPUTED_DATE_datetime_8datetime(8)Yesdate on which issued part rate is getting calculatedNo
RTNADL_PART_COSTudd_amountnumeric(13)YesPart CostNo
Table Name : SRTN_RTNDA_DOC_ATTACH_DTL
Comment :This table allows you to store the reference information for the return.
Column Name UDD Data Type Is NULL? Comment Is PK?
RTNDA_OUINSTANCE_decimal_10_0decimal(10)NoOUYes
RTNDA_RETURN_NO_varchar_40varchar(40)NoReturn NumberYes
RTNDA_REF_DOC_TYPE_varchar_15varchar(15)NoReference Document TypeYes
RTNDA_DOC_IDudd_documentnovarchar(40)NoDocument IDYes
RTNDA_FILE_NAME_varchar_50varchar(50)YesFile NameNo
RTNDA_REMARKS_varchar_255varchar(255)YesUnique NumberNo
Table Name : SRTN_RTNDTL_STK_RETURN_DTL
Comment :This will have the returned part details of the Return Document. Note: Issue details will be NULL for unplanned Returns.
Column Name UDD Data Type Is NULL? Comment Is PK?
RTNDTL_OUINSTANCE_decimal_10_0decimal(10)NoOUYes
RTNDTL_RETURN_NO_varchar_18varchar(18)NoReturn NumberYes
RTNDTL_RTN_SYSLINE_NO_decimal_10_0decimal(10)NoSystem line numberYes
RTNDTL_RTN_DISPLAYLINE_NO_decimal_10_0decimal(10)YesDisplay Line Number.No
RTNDTL_ISSUE_OU_decimal_10_0decimal(10)YesIssued OUNo
RTNDTL_ISSUE_DOC_NO_varchar_18varchar(18)YesIssued Document NumberNo
RTNDTL_ISSUE_LINE_NO_decimal_10_0decimal(10)YesIssued Line NumberNo
RTNDTL_ISSUE_WH_OU_decimal_10_0decimal(10)YesIssued Warehouse OUNo
RTNDTL_ISSUE_WH_ID_varchar_10varchar(10)Yesissued WareHouse IDNo
RTNDTL_ISSUE_PART_CRT_OU_decimal_10_0decimal(10)YesPart Created OUNo
RTNDTL_ISSUE_PART_NO_varchar_40varchar(40)YesPart NumberNo
RTNDTL_ISSUE_PART_STATUS_varchar_40varchar(40)YesPart Status.No
RTNDTL_ISSUE_SRL_NO_varchar_40varchar(40)YesIssue Part Serial No. All planned returns are made either against the issue document or across issue doc at IssuedWarehouse-IssuePart-Srl-Lot level.No
RTNDTL_ISSUE_LOT_NO_varchar_18varchar(18)YesIssue Part Lot No. All planned returns are made either against the issue document or across issue doc at IssuedWarehouse-IssuePart-Srl-Lot level.No
RTNDTL_RETURN_PART_CRT_OU_decimal_10_0decimal(10)YesCreated OU Id of the Return Part No.No
RTNDTL_RETURN_PART_NO_varchar_40varchar(40)YesThe part number of the returned part.No
RTNDTL_RETURN_QTY_decimal_28_8decimal(28)YesThe quantity of parts returned.No
RTNDTL_RETURN_UOM_varchar_10varchar(10)YesUom of the quantity returned.No
RTNDTL_RETURNED_QTY_INSTKUOM_decimal_28_8decimal(28)YesQuantity returned in stock uom.No
RTNDTL_ISSUE_QTY_INSTKUOM_decimal_28_8decimal(28)YesIssue Quantity in Stock uom at the time of Return document creation.No
RTNDTL_ISSUE_COST_decimal_28_8decimal(28)YesIssue Cost for the Issued quantity.No
RTNDTL_PART_CONDITION_varchar_25Varchar(25)YesCondition of the part at the time of return.No
RTNDTL_PART_STATUS_varchar_40varchar(40)YesStatus of the returned part at the time of return.No
RTNDTL_LOT_NO_varchar_18varchar(18)YesReturned Part Lot No.No
RTNDTL_NEW_LOT_NO_varchar_40varchar(40)YesSystem Generated Lot Number(after confirmation of Return Document).No
RTNDTL_SERIAL_NO_varchar_40varchar(40)YesSerial Number of Part involved in the Return Document(if any).No
RTNDTL_RETURN_BASIS_varchar_25Varchar(25)YesReturns can be done on the following basis (1) Core - Cr - When the returned part is different from that of the issued part, the return will be considered to be core returnable provided the pNo
RTNDTL_EXPIRY_DATE_datetime_8datetime(8)YesThe date of expiry of the part being returnedNo
RTNDTL_ACC_USAGE_varchar_20varchar(20)YesThe type of the accounting usage.No
RTNDTL_CC_USAGE_varchar_20varchar(20)YesThe type of the costing usage.No
RTNDTL_FIN_BOOK_varchar_20varchar(20)YesFinance Book.No
RTNDTL_ACC_CODE_varchar_32varchar(32)YesAccounting Code.No
RTNDTL_ANLY_CODE_varchar_5varchar(5)YesAnalysis Code.No
RTNDTL_SUBANLY_CODE_varchar_5varchar(5)YesSub Analysis Code.No
RTNDTL_COSTCENTER_CODE_varchar_10varchar(10)YesCost Center Code.No
RTNDTL_CREATED_BY_varchar_30varchar(30)YesThe name of the user who created the return document.No
RTNDTL_CREATED_DATETIME_datetime_8datetime(8)YesThe date on which the return document was created.No
RTNDTL_MODIFIED_BY_varchar_30varchar(30)YesThe name of the user who last modified the return document.No
RTNDTL_MODIFIED_DATETIME_datetime_8datetime(8)YesThe date on which the return document was last modified.No
RTNDTL_TIMESTAMP_decimal_10_0decimal(10)YesInteger Timestamp which is maintained for concurrency.No
RTNDTL_RTN_COST_decimal_28_8decimal(28)YesCost of the Part returned.No
RTNDTL_REFERENCE_NO_varchar_40varchar(40)YesThe code identifying the reference document associated with the stock return document.No
RTNDTL_REMARKS_varchar_255varchar(255)YesTextual description of the comments.No
RTNDTL_TASK_NO_varchar_40varchar(40)YesThe task associated with the work order for every part returned, if the reference document type is "Component Work Order".No
RTNDTL_TASK_SEQ_NO_decimal_12_0decimal(12)YesThis field pertains to Task Serial Number.No
RTNDTL_MAT_TYPE_varchar_5varchar(5)YesThe material type, which could be "Main Core" or "Regular".No
RTNDTL_OWNERSHIP_varchar_5varchar(5)YesThe owner of the part, which could be "Customer", "Owned" or "Supplier".No
RTNDTL_OWNINGAGENCY_varchar_45varchar(45)YesThe code identifying the agency that owns the part.No
RTNDTL_OWNAGENCY_OU_decimal_10_0decimal(10)YesThe ou code identifying the agency that owns the part.No
RTNDTL_NEW_PART_FLG_varchar_5varchar(5)Yesthis is a flag which is used to identify whether new part has to be returnedNo
RTNDTL_GEN_SERIAL_NO_varchar_40varchar(40)Yespart general serial noNo
RTNDTL_SERIAL_NO_PFX_varchar_6varchar(6)Yesserial no prefixNo
RTNDTL_SERIAL_NO_SFX_varchar_6varchar(6)Yesserial no suffixNo
RTNDTL_SERIAL_RUNNING_NO_decimal_10_0decimal(10)YesSerial Running NumberNo
RTNDTL_MCRTNPRTCHGDFLG_varchar_5varchar(5)YesFlagNo
RTNADL_ISS_COMPUTED_COST_decimal_28_8decimal(28)Yesissued part rateNo
RTNADL_ISS_COMPUTED_DATE_datetime_8datetime(8)Yesdate on which issued part rate is getting calculatedNo
RTNADL_CERTDATEudd_datevarchar(15)YesThe date on which the certificate was issuedNo
RTNADL_CERTNOudd_refdocnovarchar(40)YesThe number identifying the certificate.No
RTNADL_CERTTYPEudd_flag1varchar(25)YesThe certificate type associated with the part.No
RTNADL_RETLOTNOTYPEudd_flag2varchar(25)YesThe return lot type of the part.No
RTNADL_MANUFLOTNOudd_lotnovarchar(18)YesA unique number identifying the lot number issued by the manufacturer.No
RTNDTL_RETURN_CLSudd_quickcodevarchar(25)Yesreturn classificationNo
RTNDTL_OVERHAUL_VALUEudd_amountnumeric(13)YesOverhaul valueNo
RTNDTL_LEADPARAM_VALUEudd_amountnumeric(13)YesLeadParam ValueNo
RTNDTL_VARIABLE_VALUEudd_amountnumeric(13)YesVariable valueNo
RTNDTL_TASK_PART_SEQ_NOudd_seqnoint(4)YesTask Part Sequence NumberNo
RTNDTL_PART_COSTudd_amountnumeric(13)YesPart CostNo
RTNADL_MANUFSERIALNOudd_partserialnumbervarchar(40)YesTo Store Manufacturer Serial NoNo
RtnDtl_New_Serial_Noudd_partserialnumbervarchar(40)YesTo Store new serial noNo
RtnDtl_TaskNo_Editable_Flagudd_designparamcodevarchar(5)YesTaskNo Editable flagNo
RTNDTL_TO_PART_STATUSudd_partstatusvarchar(40)YesThis column is used to store To Part StatusNo
RTNDTL_SSC_NOudd_documentnovarchar(40)YesThis column is used to save Stock Status conversion documentNo
RTNDTL_SSC_LOT_NOudd_lotnovarchar(18)YesThis column is used to save the newly Lot # generatedNo
RTNDTL_EDITABLE_FLAGudd_designparamcodevarchar(5)YesEditable FlagNo
RTNDTL_FORCEPART_FLAGudd_designparamcodevarchar(5)YesForce flag partNo
RTNDTL_EXECTRANS_SEQNOudd_seqnoint(4)YesSequence NumberNo
RTNDTL_RETURN_STAGEudd_designparamcodevarchar(5)YesReturn StageNo
RTNDTL_CORE_FINAL_MOVEMENTudd_txt255varchar(255)YesCore final MovementNo
RTNDTL_TASK_TRACKIDudd_unique_idbigint(8)YesTask track idNo
RTNDTL_REFDOC_UNIQUEID_LINK_NOudd_unique_idbigint(8)YesReference Document Unique ID Link NumberNo
RTNDTL_REFDOC_UNIQUEID_DALINK_NOudd_unique_idbigint(8)YesReference Document Unique ID DALink NumberNo
RTNDTL_ADL_REF_DOC_LINE_NOudd_seqnoint(4)YesAdditional Reference document line NumberNo
RTNDTL_CNTRLTYPEudd_flagvarchar(25)YesPart Control TypeNo
RTNDTL_EX_SRC_UNIQUE_IDudd_seqnoint(4)YesSource Unique IdNo
RTNDTL_EXPENSETYPEudd_flagvarchar(25)YesPart Expense TypeNo
RTNDTL_EXPENSING_POLICYudd_designparamcodevarchar(5)YesPart Expensing PolicyNo
RTNDTL_ISSUEBASISudd_designparamcodevarchar(5)YesIssue BasisNo
RTNDTL_NONSTOCKABLE_FLAGudd_flagvarchar(25)YesTo check Part is Out of StockNo
RTNDTL_PARTTYPEudd_parttypevarchar(25)YesPart TypeNo
RTNDTL_VALUATION_METHODudd_designparamcodevarchar(5)YesPart Valuation MethodNo
RTNDTL_WOCOSTudd_amountnumeric(13)YesWork Order costNo
RTNDTL_Scrap_NOudd_documentnovarchar(40)YesScrap NumberNo
RTNDTL_Scrap_LineNOudd_rownoint(4)YesScrap line NumberNo
RTNDTL_PART_ACC_GRPudd_customeraccountgroupvarchar(20)YesPART ACCOUNT GROUPNo
RTNDTL_ADJ_ACT_COSTudd_flagvarchar(25)YesACTUAL COSTNo
RTNDTL_LOT_NUMTYPEudd_flagvarchar(25)YesLOT NUMBERING TYPENo
RTNDTL_SRL_NUMTYPEudd_flagvarchar(25)YesSERIAL NUMBERING TYPENo
RTNDTL_SLNOLOGICudd_flagvarchar(25)YesSERIAL NUMBER LOGICNo
RTNDTL_TO_PART_TYPEudd_parttypevarchar(25)YesTO PART TYPENo
RTNDTL_TO_CNTRLTYPEudd_flagvarchar(25)YesTO CONTROL TYPENo
RTNDTL_TO_EXPENSETYPEudd_flagvarchar(25)YesTO EXPENSE TYPENo
RTNDTL_TO_ISSUEBASISudd_designparamcodevarchar(5)YesTO ISSUE BASISNo
RTNDTL_TO_VALUATION_METHODudd_designparamcodevarchar(5)YesTO VALUATION METHODNo
RTNDTL_TO_NONSTOCKABLE_FLAGudd_flagvarchar(25)YesTO NON STOCKABLLE FLAGNo
RTNDTL_TO_EXPENSING_POLICYudd_designparamcodevarchar(5)YesTO EXPENSING POLICYNo
RTNDTL_TO_PART_ACC_GRPudd_customeraccountgroupvarchar(20)YesTO PART ACCOUNT GROUPNo
RTNDTL_TO_ADJ_ACT_COSTudd_flagvarchar(25)YesTO ACTUAL COSTNo
RTNDTL_CURRENCYudd_designparamcodevarchar(5)YesCURRENCYNo
RTNDTL_CR_CORE_IDbigintBigint(8)YesCurrency Core idNo
Table Name : SRTN_RTNMN_STK_RETURN_HDR
Comment :This table has the details of all kinds of returns - Inventory, Maintenance and Unplanned Returns..
Column Name UDD Data Type Is NULL? Comment Is PK?
RTNMN_OUINSTANCE_decimal_10_0decimal(10)NoOU ID of the Return transaction.Yes
RTNMN_RETURN_NO_varchar_18varchar(18)NoSystem generated number for the Return transaction based on the Numbering Type choosen.Yes
RTNMN_RETURN_TYPE_varchar_5varchar(5)YesThis flag will indicate whether the Return document is against an inventory issue (inventory/unplanned issue) or maintenance issue or is an Unplanned Return This will have the following codes and values. Gen for General or Inventory Returns MnNo
RTNMN_RETURN_STATUS_varchar_5varchar(5)YesFollowing are be Return document status codes and their description. Draft - Drft Fresh - Frsh Cancelled - Canc Confirmed - Conf 1) Draft Whenever all details are not entered the transaction can be creaNo
RTNMN_CATEGORY_varchar_25Varchar(25)YesUser defined return categories.No
RTNMN_USER_STATUS_varchar_25Varchar(25)YesUser defined statuses for the Return Document.No
RTNMN_WAREHOUSE_OU_int_0int(0)YesOU Id of the warehouse where the parts are returned..No
RTNMN_WAREHOUSE_varchar_10varchar(10)YesThe warehouse to where the parts are returned.No
RTNMN_RETURN_DATE_datetime_8datetime(8)YesThe date on which the parts are returned.No
RTNMN_REF_DOC_TYPE_varchar_10varchar(10)YesThe type of the reference document. Tech Log - This indicates that a technical log has triggered the return document Component Work Order - This indicates that a component work order has triggered the return document. Return Slip - ThisNo
RTNMN_REF_DOC_OU_int_0int(0)YesOU ID of the reference document no against which the return is made. .No
RTNMN_REF_DOC_NO_varchar_40varchar(40)YesA unique number identifying the reference document based on which this return is createdNo
RTNMN_USER_DEF_1_varchar_25Varchar(25)YesUser-defined details of the parts returned.No
RTNMN_USER_DEF_2_varchar_25Varchar(25)YesUser-defined details of the parts returnedNo
RTNMN_REMARKS_varchar_255varchar(255)YesTextual description of the comments.No
RTNMN_RETURN_BY_varchar_20varchar(20)YesThe id of the person who returns the parts.No
RTNMN_RETURN_BY_NAME_varchar_150varchar(150)YesName of the employee who returned the parts to inventory (just a reference name is captured if returned by code is not specified)No
RTNMN_CONFIRMED_BY_varchar_30varchar(30)YesThe name of the user who confirmed the return document.No
RTNMN_CONFIRMED_DATETIME_datetime_8datetime(8)YesThe date on which the return document was confirmed.No
RTNMN_RETURN_FLAG_varchar_25Varchar(25)YesThis indicates whether Return has been made at WorkOrder-Issue Doc Level or WorkOrder Level. The following will be the codes and values stored in this col Wo for WorkOrder based returns IsuWo for Issuwise return for the workorder No
RTNMN_FILENAME_varchar_50varchar(50)YesThe file name of the reference document pertaining to the stock return.No
RTNMN_ACC_USAGE_varchar_20varchar(20)YesThe type of the accounting usage.No
RTMMN_OWNERSHIP_OU_int_0int(0)Yesownership ouNo
RTNMN_OWNERSHIP_varchar_40varchar(40)YesThe owner of the part, which could be "Customer", "Owned" or "Supplier".No
RTNMN_OWNERSHIP_CODE_varchar_45varchar(45)YesThe code identifying the agency that owns the part.No
RTNMN_CC_USAGE_varchar_20varchar(20)YesThe type of the costing usage.No
RTNMN_CREATED_BY_varchar_30varchar(30)YesThe name of the user who created the return document. .No
RTNMN_CREATED_DATETIME_datetime_8datetime(8)YesThe date on which the return document was created.No
RTNMN_MODIFIED_BY_varchar_30varchar(30)YesThe name of the user who last modified the return document.No
RTNMN_MODIFIED_DATETIME_datetime_8datetime(8)YesThe date on which the return document was last modified.No
RTNMN_TIMESTAMP_int_0int(0)YesInteger Timestamp which is maintained for concurrency.No
RTNMN_TradingPartnerNoudd_vendorcodevarchar(45)YesThe code identifying the trading partner.No
RTNMN_TradingPartnerTypeudd_flag2varchar(25)YesThe type of the trading partner, which could be "Supplier" or "Customer".No
RTNMN_TradingPartnerOUudd_ctxt_ouinstanceint(4)Yestrading partner ouNo
RTNMN_AIRCRAFT_NOudd_aircraftnumbervarchar(30)YesAircraft NumberNo
RTNMN_COMP_IDudd_componentidvarchar(90)YesComponent IDNo
RTNMN_ADL_REF_DOC_OUctxt_ouinstancenumeric(9)YesAdditional Reference document OUNo
RTNMN_ADL_REF_DOC_NOudd_documentnovarchar(40)YesAdditional Reference document NumberNo
RTNMN_ADL_REF_DOC_TYPEudd_flagvarchar(25)YesAdditional Reference document TypeNo
RTNMN_AUTOCONFIRM_FLAGudd_designparamcodevarchar(5)YesAUTO CONFIRM FLAGNo
RTNMN_RTN_FLWD_BY_ISU_FLAGudd_designparamcodevarchar(5)YesReturn followed by issue flagNo
RTNMN_RTN_FLWD_BY_ISU_TYPEudd_designparamcodevarchar(5)YesReturn followed by issue typeNo
Table Name : SRTN_URTDTL_UPL_STKRTN_DTL
Comment :This will have the returned part details of the Return Document. Note: Issue details will be NULL for unplanned Returns
Column Name UDD Data Type Is NULL? Comment Is PK?
URTDTL_OUINSTANCE_decimal_10_0decimal(10)NoOUYes
URTDTL_RETURN_NO_varchar_18varchar(18)NoReturn NumberYes
URTDTL_RTN_SYSLINE_NO_decimal_10_0decimal(10)NoSystem line numberYes
URTDTL_RETURN_PART_CRT_OU_decimal_10_0decimal(10)YesPart Created OUNo
URTDTL_RETURN_PART_NO_varchar_40varchar(40)YesReturned Part NoNo
URTDTL_RETURN_QTY_decimal_28_8decimal(28)YesQty returnedNo
URTDTL_RETURN_UOM_varchar_10varchar(10)YesUom of the quantity returnedNo
URTDTL_RETURNED_QTY_INSTKUOM_decimal_28_8decimal(28)YesQuantity returned in stock uomNo
URTDTL_PART_CONDITION_varchar_25Varchar(25)YesCondition of the part at the time of returnNo
URTDTL_PART_STATUS_varchar_25Varchar(25)YesStatus of the returned part at the time of returnNo
URTDTL_LOT_NO_varchar_40varchar(40)YesReturned Part Lot NoNo
URTDTL_NEW_LOT_NO_varchar_40varchar(40)YesNew Lot NumberNo
URTDTL_SERIAL_NO_varchar_40varchar(40)YesSerial NumberNo
URTDTL_RETURN_BASIS_varchar_25Varchar(25)YesReturns can be done on the following basis (1) Core - Cr - When the returned part is different from that of the issued part, the return will be considered to be core returnable provided the pNo
URTDTL_RETURN_CONDITION_varchar_25Varchar(25)YesReturn ConditionNo
URTDTL_ZONE_ID_varchar_10varchar(10)YesZone where the part is getting returned. This will be NULL for free warehouseNo
URTDTL_BIN_ID_varchar_10varchar(10)YesBin where the part is getting returned. This will be NULL for Free ZonesNo
URTDTL_PART_VALUE_decimal_28_8decimal(28)YesPart ValueNo
URTDTL_EXPIRY_DATE_datetime_8datetime(8)YesExpiry Date can be reset for the component while returningNo
URTDTL_ACC_USAGE_varchar_20varchar(20)YesThe type of the accounting usage.No
URTDTL_CC_USAGE_varchar_20varchar(20)YesThe type of the costing usageNo
URTDTL_FIN_BOOK_varchar_20varchar(20)YesFinance BookNo
URTDTL_ACC_CODE_varchar_32varchar(32)YesAccounting CodeNo
URTDTL_ANLY_CODE_varchar_5varchar(5)YesAnalysis CodeNo
URTDTL_SUBANLY_CODE_varchar_5varchar(5)YesSub Analysis CodeNo
URTDTL_COSTCENTER_CODE_varchar_10varchar(10)YesCost Center CodeNo
URTDTL_CREATED_BY_varchar_30varchar(30)YesCreated Login User NameNo
URTDTL_CREATED_DATETIME_datetime_8datetime(8)YesCreated date and timeNo
URTDTL_MODIFIED_BY_varchar_30varchar(30)YesLast modified login user nameNo
URTDTL_MODIFIED_DATETIME_datetime_8datetime(8)YesLast Modified date and timeNo
URTDTL_TIMESTAMP_decimal_10_0decimal(10)YesInteger Timestamp which is maintained for concurrencyNo
URTDTL_REFERENCE_NO_varchar_40varchar(40)YesReference NumberNo
URTDTL_REMARKS_varchar_255varchar(255)YesRemarksNo
URTDTL_OWNERSHIP_varchar_5varchar(5)YesThe owner of the part, which could be "Customer", "Owned" or "Supplier".No
URTDTL_OWNINGAGENCY_varchar_45varchar(45)YesThe code identifying the agency that owns the part.No
URTDTL_OWNAGENCY_OU_decimal_10_0decimal(10)Yesou code (The code identifying the agency )No
URTDTL_COMPUTED_VALUE_decimal_28_8decimal(28)Yesthe cost of the returned partNo
URTDTL_COMPUTED_DATE_datetime_8datetime(8)Yesreturned part cost calculated dateNo
URTDTL_RETURN_CLSudd_quickcodevarchar(25)Yesreturn classificationNo
URTDTL_OVERHAUL_VALUEudd_amountnumeric(13)YesOverhaul valueNo
URTDTL_LEADPARAM_VALUEudd_amountnumeric(13)YesLeadParam ValueNo
URTDTL_VARIABLE_VALUEudd_amountnumeric(13)YesVariable valueNo
URTDTL_TRAN_VALUEudd_amountnumeric(13)Yestransaction valueNo
URTDTL_CNTRLTYPEudd_flagvarchar(25)YesPart Control TypeNo
URTDTL_EXPENSETYPEudd_flagvarchar(25)YesPart Expense TypeNo
URTDTL_EXPENSING_POLICYudd_designparamcodevarchar(5)YesPart Expensing PolicyNo
URTDTL_ISSUEBASISudd_designparamcodevarchar(5)YesIssue BasisNo
URTDTL_NONSTOCKABLE_FLAGudd_flagvarchar(25)YesTo check Part is Out of StockNo
URTDTL_PARTTYPEudd_parttypevarchar(25)YesPart TypeNo
URTDTL_VALUATION_METHODudd_designparamcodevarchar(5)YesPart Valuation MethodNo
URTDTL_CURRENCYudd_currencyvarchar(20)YescurrencyNo
Table Name : SRTN_WOCOST_SUMMARY
Comment :Table to maintain the Work order summary information
Column Name UDD Data Type Is NULL? Comment Is PK?
Table Name : SRTN_WOCOST_SUMMARY_MIGRATION
Comment :Table to maintain the Work order summary Migration information
Column Name UDD Data Type Is NULL? Comment Is PK?