Stock Issue |
|
|
|
| |||||
Table Name Issue_isuis_part_storage_dtl |
|
||||||||
Table Comment Contains Part details in the Issue |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ISUIS_ISUATTACH_FLAG |
sql_variant |
NULL |
|
No | No |
|
|||
ISUIS_ISUATCH_DOC_NO |
char(18) |
NULL |
|
No | No |
|
|||
ISUIS_ISUATCH_DOC_TYPE |
sql_variant |
NULL |
|
No | No |
|
|||
isuis_iss_computed_date |
|
NULL |
|
No | No |
|
|||
isuis_iss_computed_cost |
bigint |
NULL |
|
No | No |
|
|||
ISUIS_Expiry_Date |
char(18) |
NULL |
For Component type of parts, expired date will be copied from stock maint and stored here. Since expiry date cannot change for the component when it is in stock, de-normalizing and storing it here will save time in fetching.. |
No | No |
|
|||
ISUIS_CONFIRM_LOSSQTY_STKUOM |
numeric(13) |
NULL |
Confirmed Loss Quantity |
No | No |
|
|||
ISUIS_FRESH_RCPTQTY_STKUOM |
|
NULL |
Fresh Received Quantity |
No | No |
|
|||
ISUIS_ISUATCH_REFDOC_NO |
sql_variant |
NULL |
|
No | No |
|
|||
ISUIS_CONFIRM_RCPTQTY_STKUOM |
numeric(13) |
NULL |
Confirmed Received Quantity |
No | No |
|
|||
ISUIS_ISUATCH_REFDOC_TYPE |
sql_variant |
NULL |
|
No | No |
|
|||
ISUIS_FRESH_LOSSQTY_STKUOM |
numeric(13) |
NULL |
Fresh Loss Quantity |
No | No |
|
|||
ISUIS_LineSerialNo |
decimal(10) |
NOT NULL |
Serial Number of the Part in the Issue Document. |
Yes | Yes |
|
|||
ISUIS_Srl_SysLine_No |
sql_variant |
NOT NULL |
Unique Serial Number for Storage details. |
Yes | No |
|
|||
ISUIS_zone_id |
sql_variant |
NULL |
The number identifying the zone in the warehouse from where the part is issued |
No | No |
|
|||
ISUIS_Transaction_No |
varchar(40) |
NOT NULL |
The number identifying the issue document |
Yes | Yes |
|
|||
ISUIS_Org_Unit |
decimal(10) |
NOT NULL |
OU where the Issue is carried out. |
Yes | Yes |
|
|||
ISUIS_Iss_Cost |
char(18) |
NULL |
Issue Cost at Zone-Bin level. |
No | No |
|
|||
ISUIS_Iss_Qty_InStkUom |
bigint |
NULL |
Quantity being issued in the Stock Uom. |
No | No |
|
|||
ISUIS_Iss_Qty_InReqUom |
bigint |
NULL |
Quantity being issued in the Requested Uom. |
No | No |
|
|||
ISUIS_bin_id |
sql_variant |
NULL |
The number identifying the bin in the warehouse from where the part is issued. |
No | No |
|
|||
ISUIS_Lot_no |
sql_variant |
NULL |
The number identifying the lot to which the part belongs |
No | No |
|
|||
ISUIS_Iss_Qty |
bigint |
NULL |
The number of parts issued |
No | No |
|
|||
ISUIS_serial_no |
sql_variant |
NULL |
The number identifying the serial number of the part that is issued |
No | No |
|
|||
|
|||||||||
Table Name Issue_Item_storage_Tmp_tbl |
|
||||||||
|
|||||||||
Table Comment Contains Part details in the Issue |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
UnPlTmp_Org_Unit |
decimal(10,1) |
NULL |
OU where Stock Issue is carried out |
No | No |
|
|||
UnPlTmp_Transaction_No |
varchar(40) |
NULL |
Issue Transaction Number |
No | No |
|
|||
UnPlTmp_LineSerialNo |
decimal(10,1) |
NULL |
Serial Number of the Part in the Issue Document |
No | No |
|
|||
UNPLTMP_STORAGE_SEQNO |
decimal(10,1) |
NULL |
|
No | No |
|
|||
UnPlTmp_WareHouse |
varchar(40) |
NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
UnPlTmp_WareHouseOu |
decimal(10,1) |
NULL |
The warehouse OU from which stock are to be/being issued |
No | No |
|
|||
UnPlTmp_PartCrOu |
decimal(10,1) |
NULL |
Issue Part Created OUInstance |
No | No |
|
|||
UNPlTmp_PartPlnOu |
decimal(10,1) |
NULL |
Issue Part Planning OUInstance |
No | No |
|
|||
UnPlTmp_PartNo |
varchar(40) |
NULL |
The parts # to be/being issued. Sometimes the part # may not be in the stock and an alternate part # may be issued. |
No | No |
|
|||
UnPlTmp_Part_Status |
varchar(40) |
NULL |
The user defined status of the parts being issued |
No | No |
|
|||
UnPlTmp_zone_id |
varchar(10) |
NULL |
The zone # from which stock are to be/being issued from the Warehouse |
No | No |
|
|||
UnPlTmp_bin_id |
varchar(10) |
NULL |
The bin # from which stock are to be/being issued |
No | No |
|
|||
UnPlTmp_Lot_no |
varchar(18) |
NULL |
For lot controlled parts, the lot # from which the parts are being issued. |
No | No |
|
|||
UnPlTmp_serial_no |
varchar(40) |
NULL |
For serial controlled parts, the exact serial # being issued. If more than one serial # are being issued |
No | No |
|
|||
UnPlTmp_Part_Cond |
varchar(25) |
NULL |
Issue Part condition N - New O - OverHauled S - Serviceable U - UnServiceable B - Blank |
No | No |
|
|||
UnPlTmp_Iss_Qty |
decimal(28,1) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
UnPlTmp_Tot_Avail_Qty |
decimal(28,1) |
NULL |
Total Availability Quantity |
No | No |
|
|||
UnPlTmp_Guid |
varchar(40) |
NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
|
|||||||||
Table Name Issue_Unpl_Item_storage_Tmp |
|
||||||||
|
|||||||||
Table Comment Contains Part details in the Issue |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
UnPlTmp_Org_Unit |
decimal(10,1) |
NULL |
OU where the Issue is carried out |
No | No |
|
|||
UnPlTmp_Transaction_No |
varchar(40) |
NULL |
Stock Issue Number |
No | No |
|
|||
UnPlTmp_LineSerialNo |
decimal(10,1) |
NULL |
Serial Number of the Part in the Issue Document |
No | No |
|
|||
UnPlTmp_storage_serial |
decimal(10,1) |
NULL |
Unique Serial Number for Storage details |
No | No |
|
|||
UnPlTmp_GUID |
varchar(40) |
NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
UnPlTmp_zone_id |
varchar(10) |
NULL |
The zone # from which stock are to be/being issued from the Warehouse |
No | No |
|
|||
UnPlTmp_bin_id |
varchar(10) |
NULL |
The bin # from which stock are to be/being issued |
No | No |
|
|||
UnPlTmp_Lot_number |
varchar(18) |
NULL |
For lot controlled parts, the lot # from which the parts are being issued. |
No | No |
|
|||
UnPlTmp_serial_no |
varchar(40) |
NULL |
For serial controlled parts, the exact serial # being issued. |
No | No |
|
|||
UnPlTmp_Part_Condition |
varchar(25) |
NULL |
Issue Part condition N - New O - OverHauled S - Serviceable U - UnServiceable B - Blank |
No | No |
|
|||
UnPlTmp_Iss_Qty |
decimal(28,1) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
UnPlTmp_Iss_Qty_InStkUOM |
decimal(28,1) |
NULL |
Quantity being issued in the Stock Uom |
No | No |
|
|||
UnPlTmp_Iss_Qty_InReqUOM |
decimal(28,1) |
NULL |
Quantity being issued in the Requested Uom |
No | No |
|
|||
|
|||||||||
Table Name ISU_ISSCWOPR_CWO_PRT_DTL |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ISSCWOPR_CWO_NO |
varchar(40) |
NOT NULL |
The requesting document on the basis of which the transaction is to be performed. |
No | No |
|
|||
ISSCWOPR_CWO_OUINSTANCE |
decimal(10) |
NOT NULL |
OU corresponding to the Reference Document Number |
No | No |
|
|||
ISSCWOPR_TASK_KEY_SEQNO |
decimal(6) |
NOT NULL |
The Task Key SeqNo which is mapped to be Requested Part If the Task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ISSCWOPR_TASK_SEQ_NO |
decimal(6) |
NOT NULL |
The Task SeqNo which is mapped to be Requested Part If the Task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ISSCWOPR_TASK_OU |
decimal(10) |
NOT NULL |
The Task OuInstance which is mapped to be Requested Part |
No | No |
|
|||
ISSCWOPR_TASK_NO |
varchar(40) |
NOT NULL |
The Task Code which is mapped to be Requested Part |
No | No |
|
|||
ISSCWOPR_REQ_PART_WH_OU |
decimal(10) |
NOT NULL |
The warehouse OU from which stock are to be/being issued |
No | No |
|
|||
ISSCWOPR_REQ_PART_WH_ID |
varchar(10) |
NOT NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
ISSCWOPR_REQ_PART_CRT_OU |
decimal(10) |
NOT NULL |
The part # requested OU by the reference document |
No | No |
|
|||
ISSCWOPR_REQ_PART_NO |
varchar(40) |
NOT NULL |
The part # requested by the reference document |
No | No |
|
|||
ISSCWOPR_REQ_PART_UOM |
varchar(40) |
NULL |
The requested UOM by the reference document |
No | No |
|
|||
ISSCWOPR_ISS_QTY_INREQUOM |
decimal(28,8) |
|
Quantity being issued in the Stock Uom |
No | No |
|
|||
|
|||||||||
Table Name Isu_IssCwoTmp_AddMntTrn1_Tmp |
|
||||||||
|
|||||||||
Table Comment This table used to hold the Reference Document Details.This table includes Reference Document code,Warehouse,Request part, Task Details,Reference Document Schedule Date. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
AddMnt_Ouinstance |
decimal(10) |
NULL |
OU where Reference Document is carried out |
No | No |
|
|||
AddMnt_Guid |
varchar(40) |
NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
AddMnt_CWo_Code |
varchar(40) |
NULL |
The requesting document on the basis of which the Issue transaction is to be performed |
No | No |
|
|||
AddMnt_WareHouse_Ou |
decimal(10) |
NULL |
The warehouse ouinstance from which stock are to be/being issued |
No | No |
|
|||
AddMnt_WareHouse_Id |
varchar(10) |
NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
AddMnt_Part_Crt_Ou |
decimal(10) |
NULL |
Requested Part Created OUInsance |
No | No |
|
|||
AddMnt_Part_No |
varchar(40) |
NULL |
The part # requested by the reference document |
No | No |
|
|||
AddMnt_Task_Ou |
decimal(10) |
NULL |
The Task OuInstance which is mapped to be Requested Part If the task OUInstance is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
AddMnt_Task_Code |
varchar(40) |
NULL |
The Task Code which is mapped to be Requested Part If the task Code is NULL then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
AddMnt_Task_Seq_No |
decimal(6) |
NULL |
The Task SeqNo which is mapped to be Requested Part If the task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
AddMnt_Task_Key_SeqNo |
decimal(6) |
NULL |
The Task Key SeqNo which is mapped to be Requested Part If the Task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
AdMnt_CWo_OU |
decimal(10) |
NULL |
The requesting document ouinstance on the basis of which the transaction is to be performed |
No | No |
|
|||
AddMnt_CwoSch_Date |
datetime |
NULL |
The requesting document Schedule Date |
No | No |
|
|||
AddMnt_Priority_No |
decimal(6) |
NULL |
The requesting document Priority Number |
No | No |
|
|||
AddMnt_User_Status |
varchar(25) |
NULL |
The requesting document User Status |
No | No |
|
|||
AddMnt_Pend_Iss_Qty |
decimal(20,8) |
NULL |
Quantity requested - Qty already issued |
No | No |
|
|||
|
|||||||||
Table Name Isu_IssCwoTmp_Cwo_Prt_Dtl_Tmp |
|
||||||||
|
|||||||||
Table Comment There can be one or more Issue Documents for a WorkOrder-Task-Part This table has the consolidated issue qty at workorder - task - part level |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IssCwoTmp_Guid |
varchar(40) |
NOT NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
IssCwoTmp_CWo_OUInstance |
decimal(10) |
NOT NULL |
OU corresponding to the Reference Document Number |
No | No |
|
|||
IssCwoTmp_CWo_Code |
varchar(18) |
NOT NULL |
The requesting document on the basis of which the transaction is to be performed. |
No | No |
|
|||
IssCwoTmp_Task_Key_SeqNo |
decimal(10) |
NOT NULL |
The Task Key SeqNo which is mapped to be Requested Part If the Task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IssCwoTmp_Task_Seq_No |
decimal(10) |
NOT NULL |
The Task SeqNo which is mapped to be Requested Part If the Task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IssCwoTmp_Task_OUInstance |
decimal(10) |
NOT NULL |
The Task OuInstance which is mapped to be Requested Part If the task OUInstance is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IssCwoTmp_Task_No |
varchar(40) |
NOT NULL |
The Task Code which is mapped to be Requested Part If the task Code is NULL then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IssCwoTmp_Part_Crt_Ou |
decimal(10) |
NOT NULL |
The part # requested OU by the reference document |
No | No |
|
|||
IssCwoTmp_Part_No |
varchar(40) |
NOT NULL |
The part # requested by the reference document |
No | No |
|
|||
IssCwoTmp_Part_Desc |
varchar(80) |
NULL |
The part # requested desc by the reference document |
No | No |
|
|||
IssCwoTmp_Warehouse_Ou |
decimal(10) |
NOT NULL |
The warehouse OU from which stock are to be/being issued |
No | No |
|
|||
IssCwoTmp_Warehouse_Id |
varchar(10) |
NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
IssCwoTmp_Req_Qty |
decimal(28,8) |
NULL |
The requested Qty by the reference document |
No | No |
|
|||
IssCwoTmp_Req_Uom |
varchar(10) |
NULL |
The requested UOM by the reference document |
No | No |
|
|||
IssCwoTmp_Pend_Iss_Qty |
decimal(28,8) |
NULL |
Quantity requested - Qty already issued |
No | No |
|
|||
IssCwoTmp_Srl_Lot_Flag |
varchar(25) |
NULL |
Requested Part Control Type ’YN’ - Lot Control Part ’NY’ - Serial Control Part ’YY’ - Lot and Serial Control Part ’NN’ - Nothing |
No | No |
|
|||
IssCwoTmp_Part_Type |
varchar(5) |
NULL |
Requested Part Type |
No | No |
|
|||
|
|||||||||
Table Name Isu_issopset_opt_settings |
|
||||||||
|
|||||||||
Table Comment This table is used to store the options that are set by the user. The two options are: 1. Method for Conversion of Fractional Receipt Qty. This option takes values: Round Up,Round Down, Round Off. 2. Numbering type of the Auto Issue doc created thru Stock Transfer. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IssOpSet_OUInstance |
decimal(10) |
NOT NULL |
Option Setting OUInstance. |
Yes | No |
|
|||
IssOpSet_Frac_Conv_Mthd_Flag |
varchar(5) |
NOT NULL |
Method Conversion Flag Value. It is used for Rounding the Fractional Values. Rounded Up - RUP Rounded Down - RDWN Rounded Off - ROFF |
No | No |
|
|||
IssOpSet_StrIsu_NoTypeNo |
varchar(25) |
NOT NULL |
This is the numbering type that is used while automatically generating the Issue Document for AUTO Stock Transfer.. |
No | No |
|
|||
IssOpSet_Created_By |
varchar(30) |
NOT NULL |
User who created the option settings |
No | No |
|
|||
IssOpSet_CreatedDate |
datetime |
NOT NULL |
Date on which the Option Setting is Created. |
No | No |
|
|||
IssOpSet_Modified_By |
varchar(30) |
NOT NULL |
The name of the user who last modified the options. |
No | No |
|
|||
IssOpSet_ModifiedDate |
datetime |
NOT NULL |
The date on which the options were last modified. |
No | No |
|
|||
IssOpSet_Timestamp |
decimal(10) |
NOT NULL |
Number of times the Option Settings has got modified.. |
No | No |
|
|||
|
|||||||||
Table Name Isu_issprm_parameter_details |
|
||||||||
|
|||||||||
Table 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. This table is required to support multi-language. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IssPrm_ComponentName |
varchar(80) |
NOT NULL |
Name of the component. |
Yes | No |
|
|||
IssPrm_ParamCategory |
varchar(10) |
NOT NULL |
Category of the Parameter. |
Yes | No |
|
|||
IssPrm_ParamType |
varchar(25) |
NOT NULL |
Parameter Type. |
Yes | No |
|
|||
IssPrm_ParamCode |
varchar(5) |
NOT NULL |
Short Code to Identify the Parameter. |
Yes | No |
|
|||
IssPrm_LangId |
decimal(10) |
NOT NULL |
Language id.. |
No | No |
|
|||
IssPrm_ParamDesc |
varchar(80) |
NOT NULL |
Description Of the Parameter. |
No | No |
|
|||
IssPrm_Sort_By |
decimal(10) |
NOT NULL |
Ordering the values. |
No | No |
|
|||
|
|||||||||
Table Name Isu_issqc_quick_code |
|
||||||||
|
|||||||||
Table Comment Issue Quick Code master table which stores the quick codes defined by the user. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IssQc_OUInstance |
decimal(10) |
NOT NULL |
Quick Code OUInstance. |
Yes | No |
|
|||
IssQc_Quick_Code |
varchar(25) |
NOT NULL |
A unique identifier for the quick code (Alphanumeric, 25). Mandatory. This can be a combination of characters and digits and should not be left blank. Ensure that the quick code is unique for the organizational uni |
Yes | No |
|
|||
IssQc_Type |
varchar(5) |
NOT NULL |
the type for which the quick code must be created. The system provides the options “Issue Category and issue User Status. |
Yes | No |
|
|||
IssQc_Desc |
varchar(80) |
NOT NULL |
The textual description for the quick code |
No | No |
|
|||
IssQc_Status |
varchar(5) |
NOT NULL |
the status of the quick code. The system lists the options,Active and Inactive. |
No | No |
|
|||
IssQc_CreatedDate |
datetime |
NOT NULL |
The date on which the quick code was created |
No | No |
|
|||
IssQc_Created_By |
varchar(30) |
NOT NULL |
The name of the user who created the quick code. |
No | No |
|
|||
IssQc_ModifiedDate |
datetime |
NOT NULL |
The date on which the quick code was last modified. |
No | No |
|
|||
IssQc_Modified_By |
varchar(30) |
NOT NULL |
The name of the user who last modified the quick code. . |
No | No |
|
|||
IssQc_Timestamp |
decimal(10) |
NOT NULL |
Number of times the QuickCode has got modified., |
No | No |
|
|||
|
|||||||||
Table Name Isu_IsuCs_Issue_Cost_LF_Dtl |
|
||||||||
|
|||||||||
Table Comment For an authorized issue document, there could be one or more cost computation details. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IsuCs_OUInstance |
decimal(10) |
NOT NULL |
OU Instance |
Yes | No |
|
|||
IsuCs_Isu_No |
varchar(40) |
NOT NULL |
Issue Number |
Yes | No |
|
|||
IsuCs_Line_No |
decimal(10) |
NOT NULL |
Line Number |
Yes | No |
|
|||
IsuCs_As_On_Date |
datetime |
NOT NULL |
Date |
Yes | No |
|
|||
ISUCS_RATE_NO |
decimal(10) |
NOT NULL |
Date |
Yes | No |
|
|||
IsuCs_QtyInStkUom |
decimal(28,8) |
NULL |
Quantity in Stock UOM |
No | No |
|
|||
IsuCs_LifoFifo_Rate |
decimal(28,8) |
NULL |
LIFO FIFO Rate |
No | No |
|
|||
|
|||||||||
Table Name Isu_IsuDA_RefDoc_Attach_Dtl |
|
||||||||
|
|||||||||
Table Comment This entity contains reference document details for the issue document |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IsuDA_RefDoc_No |
varchar(40) |
NULL |
The name of the referenced document containing details of the issue. |
No | No |
|
|||
IsuDA_File_Name |
varchar(50) |
NULL |
The file name used for reference |
No | No |
|
|||
IsuDA_Remarks |
varchar(255) |
NULL |
Any additional remark or comment pertaining to the reference document. |
No | No |
|
|||
IsuDA_Transaction_OU |
decimal(10) |
NOT NULL |
OU where Stock Issue is carried out. |
Yes | Yes |
|
|||
IsuDA_Ref_Doc_Type |
varchar(25) |
NULL |
The type to which the reference document belongs. |
No | No |
|
|||
IsuDA_Transaction_No |
varchar(40) |
NOT NULL |
Stock Issue Number. |
Yes | Yes |
|
|||
|
|||||||||
Table Name isu_isudt_issue_part_dtl |
|
||||||||
|
|||||||||
Table Comment This table used to hold the item details for the planned item issue transaction document. The item details includes the item code, transaction UOM, Quantity, Zone, Bin, Item stock status, value, created by and created date. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ISUID_Org_Unit |
decimal(10) |
NOT NULL |
OU where the Stock Issue is carried out. |
Yes | Yes |
|
|||
ISUID_Transaction_No |
varchar(40) |
NOT NULL |
Stock Issue Number. |
Yes | Yes |
|
|||
ISUID_Prt_SysLine_No |
decimal(10) |
NOT NULL |
Serial Number of the Part in the Issue Document. |
Yes | No |
|
|||
ISUID_Prt_DisplayLine_No |
decimal(10) |
NOT NULL |
Display Line Number. |
No | No |
|
|||
ISUID_Task_Ou |
decimal(10) |
NULL |
The Task OuInstance which is mapped to be Requested Part. |
No | No |
|
|||
ISUID_Task_No |
varchar(40) |
NULL |
The Task Code which is mapped to be Requested Part. |
No | No |
|
|||
ISUID_Task_Seq_No |
decimal(12) |
NULL |
The number identifying the task of the component work order / Line work order for which the parts must be issued. |
No | No |
|
|||
ISUID_Task_Key_SeqNo |
|
NULL |
The Task Key SeqNo which is mapped to be Requested Part. |
No | No |
|
|||
ISUID_Iss_Part_Pln_Ou |
decimal(10) |
NULL |
Issue Part Planning OUInstance. |
No | No |
|
|||
ISUID_Iss_Part_Crt_Ou |
|
NULL |
Issue Part Created OUInstance. |
No | No |
|
|||
ISUID_Iss_Part_No |
varchar(40) |
NULL |
The parts # to be/being issued. Sometimes the part # may not be in the stock and an alternate part # may be issued... |
No | No |
|
|||
ISUID_Iss_Qty |
decimal(28,8) |
NULL |
Quantity being issued in this transaction. |
No | No |
|
|||
ISUID_Iss_Qty_Uom |
varchar(10) |
NULL |
It is the unit of measurement in which the issue transaction is to be/being made. Conversion should have been defined between this UOM and stock UOM. . |
No | No |
|
|||
ISUID_Iss_Qty_InStkUom |
decimal(28,8) |
NULL |
Issue Quantity in Stock Uom. |
No | No |
|
|||
ISUID_Iss_Qty_InReqUom |
|
NULL |
Issue Quantity in Requested Uom. |
No | No |
|
|||
ISUID_Iss_Part_Status |
varchar(40) |
NULL |
The user defined status of the parts being issued. |
No | No |
|
|||
ISUID_Issue_Cost |
decimal(28,8) |
NULL |
This column maintains the value for the Part being issued.. |
No | No |
|
|||
ISUID_Req_Part_Crt_Ou |
decimal(10) |
NULL |
Requested Part Created OUInstance. |
No | No |
|
|||
ISUID_Req_Part_No |
varchar(40) |
NULL |
The parts # to be Requested. |
No | No |
|
|||
ISUID_Req_Part_Uom |
varchar(10) |
NULL |
Request Part Consumption Qty UOM. |
No | No |
|
|||
ISUID_Exp_Rtn_Date |
datetime |
NULL |
Expected Return Date of the part. |
No | No |
|
|||
ISUID_Remarks |
varchar(255) |
NULL |
Any other additional comment pertaining to the modification of parts issue |
No | No |
|
|||
ISUID_StkTrnsfer_LineNo |
decimal(10) |
NULL |
Ref.Doc. Part Line numbers. |
No | No |
|
|||
ISUID_SCO_Ser_LineNo |
decimal(10) |
NULL |
SubContract Order Service Line No. |
No | No |
|
|||
ISUID_Adl_Dtl_Exists_Flag |
varchar(5) |
NULL |
This flag indicates the existence of records in the storage detail table. . |
No | No |
|
|||
ISUID_Acc_Usage |
varchar(20) |
NULL |
The type of the account used. |
No | No |
|
|||
ISUID_Finance_Book |
varchar(20) |
NULL |
Finance Book. |
No | No |
|
|||
ISUID_Acc_Code |
varchar(32) |
NULL |
Accounting Code. |
No | No |
|
|||
ISUID_Anly_Code |
varchar(5) |
NULL |
Analysis Code. |
No | No |
|
|||
ISUID_SubAnly_Code |
varchar(5) |
NULL |
Sub Analysis Code. |
No | No |
|
|||
ISUID_Cc_Usage |
varchar(20) |
NULL |
The type of the costing used |
No | No |
|
|||
ISUID_Costcenter_Code |
varchar(10) |
NULL |
Cost Center Code. |
No | No |
|
|||
ISUID_Preferred_Condn |
varchar(5) |
NULL |
Preferred Condition. |
No | No |
|
|||
ISUID_Reqmnt_Type |
varchar(5) |
NULL |
Requirement Type. |
No | No |
|
|||
ISUID_Mat_Type |
varchar(5) |
NULL |
Material Type. |
No | No |
|
|||
ISUID_ISUDELFLAG |
varchar(5) |
NULL |
flag will be affected when we shortclose the mr for particular line item. |
No | No |
|
|||
ISUID_SCL_QTY |
decimal(28,2) |
NULL |
Short Close Qty |
No | No |
|
|||
ISUID_SCL_QTY_INSTKUOM |
|
NULL |
Short Close Qty Uom. |
No | No |
|
|||
ISUID_COMPUTED_COST |
decimal(28,8) |
NULL |
Cost for the part. |
No | No |
|
|||
ISUID_COMPUTED_DATE |
datetime |
NULL |
computed date. |
No | No |
|
|||
ISUID_PREVIOUS_COST |
decimal(28,8) |
NULL |
previous cost. |
No | No |
|
|||
ISUID_CONFIRM_RCPTQTY_STKUOM |
numeric(13) |
NULL |
Confirmed Loss Quantity |
No | No |
|
|||
ISUID_CONFIRM_LOSSQTY_STKUOM |
numeric(13) |
NULL |
|
No | No |
|
|||
ISUID_FRESH_RCPTQTY_STKUOM |
numeric(13) |
NULL |
Fresh Issued Quantity |
No | No |
|
|||
ISUID_FRESH_LOSSQTY_STKUOM |
numeric(13) |
NULL |
Confirmed loss Quantity |
No | No |
|
|||
ISUID_SHIPPED_QTY |
numeric(13) |
NULL |
Shipped Quantity Updated from Record shipping Note |
No | No |
|
|||
ISUID_ORIGINAL_PART_STATUS |
varchar(40) |
NULL |
Issue part status |
No | No |
|
|||
ISUID_ISUTRDPARTNERTYPE |
varchar(25) |
NULL |
Issue trading partner type |
No | No |
|
|||
ISUID_ISUTRDPARTNERNO |
varchar(45) |
NULL |
Issue trading partner number |
No | No |
|
|||
|
|||||||||
Table Name isu_isudt_tranitem_Tmp |
|
||||||||
|
|||||||||
Table Comment This table used to hold the Part details for the Part issue transaction document. The Part details includes the Part code, transaction UOM, Quantity, Part stock status, value, created by and created date. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IsudtTmp_Org_Unit |
decimal(10) |
NULL |
OU where Stock Issue is carried out |
No | No |
|
|||
IsudtTmp_Transaction_No |
varchar(40) |
NULL |
Issue Transaction Number |
No | No |
|
|||
IsudtTmp_LineSerial_No |
decimal(12) |
NULL |
Serial Number of the Part in the Issue Document |
No | No |
|
|||
IsudtTmp_Req_Part_Crt_Ou |
decimal(10) |
NULL |
The Part# Requested OUInstance by the reference document |
No | No |
|
|||
IsudtTmp_Req_Part_No |
varchar(40) |
NULL |
The part # requested by the reference document |
No | No |
|
|||
IsudtTmp_Req_Part_Uom |
varchar(10) |
NULL |
Request Part Consumption Qty UOM |
No | No |
|
|||
IsudtTmp_Part_Crt_Ou |
decimal(10) |
NULL |
Issue Part Created OUInstance |
No | No |
|
|||
IsudtTmp_Part_Pln_Ou |
decimal(10) |
NULL |
Issue Part Planning OUInstance |
No | No |
|
|||
IsudtTmp_Part_no |
varchar(40) |
NULL |
The parts # to be/being issued. Sometimes the part # may not be in the stock and an alternate part # may be issued. |
No | No |
|
|||
IsudtTmp_Iss_Qty |
decimal(28,8) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
IsudtTmp_Iss_Qty_Uom |
varchar(10) |
NULL |
It is the unit of measurement in which the issue transaction is to be/being made. Conversion should have been defined between this UOM and stock UOM. |
No | No |
|
|||
IsudtTmp_Iss_Qty_InStkUom |
decimal(28,8) |
NULL |
Issue Quantity in Stock Uom |
No | No |
|
|||
IsudtTmp_Iss_Qty_InReqUom |
decimal(28,8) |
NULL |
Issue Quantity in Requested UOM |
No | No |
|
|||
IsudtTmp_Iss_Part_Status |
varchar(40) |
NULL |
The user defined status of the parts being issued |
No | No |
|
|||
IsudtTmp_Task_OU |
decimal(10) |
NULL |
The Task OuInstance which is mapped to be Requested Part If the task OUInstance is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_Task_No |
varchar(40) |
NULL |
The Task Code which is mapped to be Requested Part If the task Code is NULL then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_Task_Seq_No |
decimal(10) |
NULL |
The Task SeqNo which is mapped to be Requested Part If the task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_Task_Key_SeqNo |
|
NULL |
The Task Key SeqNo which is mapped to be Requested Part If the Task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ISUDTTMP_REMARKS |
varchar(255) |
NULL |
|
No | No |
|
|||
ISUDTTMP_EXP_RTN_DATE |
datetime |
NULL |
|
No | No |
|
|||
ISUDTTMP_STKTRNSFER_LINENO |
decimal(10) |
NULL |
|
No | No |
|
|||
IsudtTmp_Adl_Dtl_Exists_Flag |
varchar(5) |
NULL |
This flag indicates the existence of records in the storage detail table. The values can be either ’Y’ or ’N’ ’Y’- Record(s) are available in the storage detail table ’N’ - Record(s) are not available in the storage detail. |
No | No |
|
|||
IsudtTmp_GUID |
varchar(40) |
NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
|
|||||||||
Table Name Isu_IsudtTmp_TranItem_Dtl_Tmp |
|
||||||||
|
|||||||||
Table Comment This table used to hold the Issue Part transaction document. The details includes the transaction type, transaction number,Issue number, Issue Requested part details , Issue part Details and Task Details |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IsudtTmp_Org_Unit |
decimal(10) |
NOT NULL |
OU where Stock Issue is carried out |
No | No |
|
|||
IsudtTmp_Transaction_No |
varchar(40) |
NOT NULL |
Issue Transaction Number |
No | No |
|
|||
IsudtTmp_GUID |
varchar(40) |
NOT NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
IssdtTmp_Transaction_Date |
sql_variant |
NULL |
|
No | No |
|
|||
IsudtTmp_Ref_Doc_Type |
varchar(25) |
NULL |
The type of the document which requests the parts to be issued. Maintenance issue can be made with reference to work order, material request, component work order, line work order |
No | No |
|
|||
IsudtTmp_Ref_Doc_No |
varchar(40) |
NULL |
The requesting document on the basis of which the transaction is to be performed. |
No | No |
|
|||
IsudtTmp_Receiving_Orgunit |
decimal(10) |
NULL |
The requesting document ouinstancee on the basis of which the transaction is to be performed. |
No | No |
|
|||
IsudtTmp_Task_Ou |
decimal(10) |
NULL |
The Task OuInstance which is mapped to be Requested Part If the task OUInstance is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_Task_No |
varchar(40) |
NULL |
The Task Code which is mapped to be Requested Part If the task Code is NULL then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_Task_Seq_No |
decimal(10) |
NULL |
The Task SeqNo which is mapped to be Requested Part If the task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_Task_Key_SeqNo |
decimal(10) |
NULL |
The Task Key SeqNo which is mapped to be Requested Part If the Task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsudtTmp_LineSerialNo |
decimal(10) |
NULL |
Serial Number of the Part in the Issue Document |
No | No |
|
|||
IsudtTmp_warehouse_org_unit |
decimal(10) |
NULL |
The warehouse ouinstance from which stock are to be/being issued |
No | No |
|
|||
IsudtTmp_Warehouse_id |
varchar(10) |
NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
IsudtTmp_Iss_Part_Crt_OU |
decimal(10) |
NULL |
Issue Part Created OUInstance |
No | No |
|
|||
IsudtTmp_Part_Pln_OU |
decimal(10) |
NULL |
Issue Part Planning OUInstance |
No | No |
|
|||
IsudtTmp_Iss_Part_no |
varchar(40) |
NULL |
The parts # to be/being issued. Sometimes the part # may not be in the stock and an alternate part # may be issued. |
No | No |
|
|||
IsudtTmp_Req_Part_Crt_Ou |
decimal(10) |
NULL |
Requested Part Created OUInstance |
No | No |
|
|||
IsudtTmp_Req_Part_No |
varchar(40) |
NULL |
Requested Part No |
No | No |
|
|||
ISUDTTMP_REQ_PART_UOM |
varchar(10) |
NULL |
|
No | No |
|
|||
IsudtTmp_Planning_Status |
varchar(40) |
NULL |
The user defined status of the parts being issued |
No | No |
|
|||
IsudtTmp_Req_UOM |
varchar(10) |
NULL |
Reference Document Requested UOM |
No | No |
|
|||
IsudtTmp_Stock_UOM |
varchar(10) |
NULL |
Part Stock UOM |
No | No |
|
|||
IsudtTmp_Transaction_UOM |
varchar(10) |
NULL |
It is the unit of measurement in which the issue transaction is to be/being made. Conversion should have been defined between this UOM and stock UOM. |
No | No |
|
|||
IsudtTmp_UmMas_Fractions |
varchar(5) |
NULL |
Stock UOM Fractional Value. ’Y’ or ’N’ ’Y’ - Fractional Value is allowed ’N’ - Fractional Value is not allowed |
No | No |
|
|||
IsudtTmp_UmMas_Status |
varchar(10) |
NULL |
Stock UOM Status. ’A’ - Active ’I’ - InActive |
No | No |
|
|||
IsudtTmp_Conv_Factor |
varchar(40) |
NULL |
Stock UOM Conversion Factor |
No | No |
|
|||
IsudtTmp_Fractional_Qty |
decimal(28,8) |
NULL |
Stock UOM Conversional Fractional Quantity |
No | No |
|
|||
IsudtTmp_Stock_Status_Code |
varchar(25) |
NULL |
Stock Status |
No | No |
|
|||
IsudtTmp_Uds_TransType_Flag |
varchar(25) |
NULL |
This flag indicates the existence of records in the storage detail table. The values can be either ’Y’ or ’N’ ’Y’- Record(s) are available in the storage detail table ’N’ - Record(s) are not available in the storage detail. |
No | No |
|
|||
IsudtTmp_min_Issue_qty |
decimal(28,8) |
NULL |
Minimum Issue Quantity |
No | No |
|
|||
IsudtTmp_Maint_Usage |
varchar(5) |
NULL |
Maintenance Usage Flag |
No | No |
|
|||
IsudtTmp_Issue_qty |
decimal(28,8) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
IsudtTmp_Iss_Qty_InReqUom |
|
NULL |
Issue Quantity In Requested UOM |
No | No |
|
|||
IssdtTmp_Iss_Qty_InStkUom |
bigint |
NULL |
|
No | No |
|
|||
IsudtTmp_Pending_Qty |
decimal(28,8) |
NULL |
Quantity requested - Qty already issued |
No | No |
|
|||
IsudtTmp_Cwo_Dtl_Exists_Flag |
varchar(25) |
NULL |
Reference Document Existing Flag |
No | No |
|
|||
ISUDTTMP_DESIGNEDLIFE |
decimal(28,8) |
NULL |
|
No | No |
|
|||
ISUDTTMP_SHELFLIFEUNIT |
varchar(5) |
NULL |
|
No | No |
|
|||
ISUDTTMP_MINLIFE |
decimal(28,8) |
NULL |
|
No | No |
|
|||
ISUDTTMP_TRANSACTION_DATE |
datetime |
NULL |
|
No | No |
|
|||
ISUDTTMP_ISS_QTY_INSTKUOM |
decimal(28,8) |
NULL |
|
No | No |
|
|||
ISUDTTMP_STKTRANSFER_LINENO |
decimal(10) |
NULL |
|
No | No |
|
|||
ISUDTTMP_PRTEXPRTNDATE |
datetime |
NULL |
|
No | No |
|
|||
ISUDTTMP_WFCURRENTSTATE |
varchar(10) |
NULL |
|
No | No |
|
|||
ISUDTTMP_ISS_COST |
decimal(12) |
NULL |
|
No | No |
|
|||
ISUDTTMP_SER_LINENO |
decimal(10) |
NULL |
|
No | No |
|
|||
ISUDTTMP_REQMNT_TYPE |
varchar(5) |
NULL |
|
No | No |
|
|||
ISUDTTMP_AUTOISSUE_FLAG |
varchar(1) |
NULL |
|
No | No |
|
|||
ISUDTTMP_ISS_PART_STATUS |
varchar(40) |
NULL |
|
No | No |
|
|||
|
|||||||||
Table Name Isu_isuih_issue_tran_hdr |
|
||||||||
|
|||||||||
Table Comment This table used to hold the item header details for the  issue transaction document. The header details includes the transaction type, number, date, warehouse from which the material is issued, reference document number if any, receiving organisation unit, created by and created date. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ISUIH_Org_Unit |
decimal(10) |
NOT NULL |
OU where Stock Issue is carried out. |
Yes | No |
|
|||
ISUIH_Transaction_No |
varchar(40) |
|
Stock Issue Number. |
Yes | No |
|
|||
ISUIH_Issue_Flag |
varchar(5) |
NULL |
Issue Flag will indicate the activity thru which the Issue Document got created. |
No | No |
|
|||
ISUIH_AutoIsu_Flag |
varchar(5) |
NULL |
Automatic Issue Creation Flag ’A’ - Automatic Issue Creation ’M’ - Manual Issue Creation. |
No | No |
|
|||
ISUIH_warehouse_org_unit |
decimal(10) |
NULL |
OU to which the warehouse belongs to.. |
No | No |
|
|||
ISUIH_Warehouse_id |
varchar(10) |
NULL |
The warehouse from where the parts must be issued. |
No | No |
|
|||
ISUIH_issue_type |
varchar(5) |
NULL |
Type of the Issue. |
No | No |
|
|||
ISUIH_Status_code |
varchar(15) |
NULL |
Status of the Issue Document. Can be either ’Draft’ or ’Fresh’ or ’Confirmed or ’Cancel’ |
No | No |
|
|||
ISUIH_Category |
varchar(25) |
NULL |
The category to which the issue belongs. |
No | No |
|
|||
ISUIH_User_Status |
varchar(25) |
NULL |
The user status of the issue document. |
No | No |
|
|||
ISUIH_Transaction_Date |
datetime |
NULL |
The date on which the issue document is created for issuing the parts. |
No | No |
|
|||
ISUIH_Remarks |
varchar(255) |
NULL |
Any additional remark or comment pertaining to the issue document. |
No | No |
|
|||
ISUIH_Ref_Doc_Type |
varchar(25) |
NULL |
The type of the reference document. |
No | No |
|
|||
ISUIH_Receiving_OrgUnit |
decimal(10) |
NULL |
OU corresponding to the receiving org. |
No | No |
|
|||
ISUIH_Ref_Doc_No |
varchar(40) |
NULL |
The number identifying the reference document. |
No | No |
|
|||
ISUIH_User_Define1 |
varchar(25) |
NULL |
Any other additional details pertaining to the modification of spares issue |
No | No |
|
|||
ISUIH_User_Define2 |
varchar(25) |
NULL |
|
No | No |
|
|||
ISUIH_File_Name |
varchar(50) |
NULL |
The name of the issue document file. |
No | No |
|
|||
ISUIH_ShipDtl_Availablity |
varchar(5) |
NULL |
Shipping Details Availability for the selected Issue No. NA - Not Applicable AV - Available NAV - Not Available |
No | No |
|
|||
ISUIH_Acc_Usage |
varchar(20) |
NULL |
The type of the account used |
No | No |
|
|||
ISUIH_Cc_Usage |
varchar(20) |
NULL |
The type of the costing used |
No | No |
|
|||
ISUIH_Wf_Doc_Key |
varchar(130) |
NULL |
Document Key. |
No | No |
|
|||
ISUIH_Wf_New_State |
varchar(10) |
NULL |
New State. |
No | No |
|
|||
ISUIH_approved_by |
varchar(30) |
NULL |
The name of the user who confirmed the issue document. |
No | No |
|
|||
ISUIH_approved_date |
datetime |
NULL |
The date on which the issue document was confirmed. |
No | No |
|
|||
ISUIH_Created_By |
varchar(30) |
NULL |
The name of the user who created the issue document. |
No | No |
|
|||
ISUIH_Created_Date |
datetime |
NULL |
The date on which the issue document was created. |
No | No |
|
|||
ISUIH_Modified_by |
varchar(30) |
NULL |
The name of the user who last modified the issue document. |
No | No |
|
|||
ISUIH_Modified_Date |
datetime |
NULL |
The date on which the issue document was last modified. |
No | No |
|
|||
ISUIH_Timestamp |
decimal(10) |
NULL |
Number of times the Document has got modified.. |
No | No |
|
|||
ISU_MMD_REF_DOC_OU |
decimal(10) |
NULL |
reference doc ou. |
No | No |
|
|||
ISU_MMD_REF_DOC_NO |
varchar(40) |
NULL |
The number identifying the reference document.. |
No | No |
|
|||
ISU_MMD_REF_DOC_LINE_NO |
decimal(10) |
NULL |
reference doc line no. |
No | No |
|
|||
ISU_MMD_REF_DOC_TYPE |
varchar(25) |
NULL |
The type of the reference document. . |
No | No |
|
|||
ISUIH_TRADINGPARTNERNO |
sql_variant |
NULL |
The code identifying the trading partner.. |
No | No |
|
|||
ISUIH_TRADINGPARTNERTYPE |
sql_variant |
NULL |
The type of the trading partner, which could be “Supplier” or “Customer”... |
No | No |
|
|||
ISUIH_ISSUE_TO |
sql_variant |
NULL |
The number identifying the employee. . |
No | No |
|
|||
ISUIH_TRADINGPARTNEROU |
int |
NULL |
Trading partner ou. |
No | No |
|
|||
ISUIH_AIRCRAFTNO |
varchar(30) |
NULL |
This field is used to capture AircraftReg No |
No | No |
|
|||
ISUIH_WORKCENTER |
varchar(30) |
NULL |
This field is used to capture WorkCenter No |
No | No |
|
|||
ISUIH_DISPNO |
varchar(40) |
NULL |
This field is used to capture discrepancy No |
No | No |
|
|||
ISUIH_STATION |
varchar(256) |
NULL |
This field captures station information |
No | No |
|
|||
|
|||||||||
Table Name ISU_ISUIS_PART_STORAGE_DTL |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ISUIS_TRANSACTION_NO |
varchar(40) |
NOT NULL |
The number identifying the issue |
Yes | No |
|
|||
ISUIS_PRT_SYSLINE_NO |
decimal(10) |
NOT NULL |
Serial Number of the Part in the Issue Document |
Yes | No |
|
|||
ISUIS_SRL_SYSLINE_NO |
decimal(10) |
NOT NULL |
Unique Serial Number for Storage details |
Yes | No |
|
|||
ISUIS_ORG_UNIT |
decimal(10) |
NOT NULL |
OU where the Stock Issue is carried out |
Yes | No |
|
|||
ISUIS_ZONE_ID |
varchar(10) |
NULL |
The number identifying the zone in the warehouse from where the part is issued. |
No | No |
|
|||
ISUIS_BIN_ID |
varchar(10) |
NULL |
The number identifying the bin in the warehouse from where the part is issued. |
No | No |
|
|||
ISUIS_LOT_NO |
varchar(18) |
NULL |
The number identifying the lot to which the part belongs |
No | No |
|
|||
ISUIS_SERIAL_NO |
varchar(40) |
NULL |
The number identifying the serial number of the part that is issued. |
No | No |
|
|||
ISUIS_PART_CONDITION |
varchar(25) |
NULL |
The condition of the spare that is being issued. The system displays one of the following options: 1.New –indicates that the part is new. 2.Overhauled - indicates that the part is overhauled. 3.Serviceable - indicates that the part is serviceable. 4.Unserviceable - indicates that the part is unserviceable. |
No | No |
|
|||
ISUIS_ISS_QTY |
decimal(28,8) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
ISUIS_ISS_QTY_INSTKUOM |
decimal(28,8) |
NULL |
Quantity being issued in the Stock Uom |
No | No |
|
|||
ISUIS_ISS_QTY_INREQUOM |
decimal(28,8) |
NULL |
Quantity being issued in the Requested Uom |
No | No |
|
|||
ISUIS_ISS_COST |
decimal(12) |
NULL |
This column maintains the value  for the Part being issued. |
No | No |
|
|||
ISUIS_EXPIRY_DATE |
datetime |
NULL |
The date of expiry of the serial # / lot # being issued |
No | No |
|
|||
ISUIS_ISS_COMPUTED_COST |
bigint |
NULL |
computed cost |
No | No |
|
|||
ISUIS_ISS_COMPUTED_DATE |
datetime |
NULL |
computed date |
No | No |
|
|||
ISUIS_SHIPPED_QTY |
datetime |
NULL |
Shipped Quantity Updated from shipping note page. |
No | No |
|
|||
ISUIS_SSC_DOCNO |
varchar(40) |
NULL |
Issue Document Number |
No | No |
|
|||
ISUIS_ORIGINAL_LOTNO |
varchar(18) |
NULL |
Issue Original lot number |
No | No |
|
|||
ISUIS_ISS_TRDPARTNERTYPE |
varchar(25) |
NULL |
Issue Trading partner type |
No | No |
|
|||
ISUIS_ISS_TRDPARTNERNO |
varchar(45) |
NULL |
Issue Trading partner number |
No | No |
|
|||
|
|||||||||
Table Name Isu_IsuVwEntTmp_IssHdr_Tmp |
|
||||||||
|
|||||||||
Table Comment This table used to hold the Issue Part transaction document. The details includes the transaction type, transaction number,Issue number, Issue Requested part details , Issue part Details and Task Details |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IsuVwEntTmp_Org_Unit |
decimal(10) |
NOT NULL |
OU where the Issue is carried out |
No | No |
|
|||
IsuVwEntTmp_Transaction_No |
varchar(40) |
NOT NULL |
Stock Issue Number |
No | No |
|
|||
IsuVwEntTmp_GUID |
varchar(40) |
NOT NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
IsuVwEntTmp_Transaction_Date |
datetime |
NULL |
Issue Created Date |
No | No |
|
|||
IsuVwEntTmp_Category |
varchar(25) |
NULL |
Quick code to categorize issue transaction as per the users need |
No | No |
|
|||
IsuVwEntTmp_Issue_Type_Code |
varchar(5) |
NULL |
Issue type - Normal ParamCode - N |
No | No |
|
|||
IsuVwEntTmp_Issue_Type |
varchar(80) |
NULL |
Issue type - Normal |
No | No |
|
|||
IsuVwEntTmp_Receiving_Org_Unit |
decimal(10) |
NULL |
OU corresponding to the Reference Document Number |
No | No |
|
|||
IsuVwEntTmp_OU_Desc |
varchar(256) |
NULL |
Ou Description for entered ouinstance |
No | No |
|
|||
IsuVwEntTmp_Ref_Doc_No |
varchar(40) |
NULL |
The requesting document on the basis of which the Issue transaction is to be performed |
No | No |
|
|||
IsuVwEntTmp_Ref_Doc_Type_Code |
varchar(5) |
NULL |
The type of the document which requests the parts to be issued. Maintenance issue can be made with reference to component work order. |
No | No |
|
|||
IsuVwEntTmp_Ref_Doc_Type |
varchar(80) |
NULL |
|
No | No |
|
|||
IsuVwEntTmp_Status_Code |
varchar(5) |
NULL |
Status of the Issue Document. Can be either ’Draft’ or ’Fresh’ or ’Confirmed or ’Cancel’ D - Draft F - Fresh C - Cancel Co - Confirmed |
No | No |
|
|||
IsuVwEntTmp_Status |
varchar(80) |
NULL |
Status of the Issue Document. Can be either ’Draft’ or ’Fresh’ or ’Confirmed or ’Cancel’ |
No | No |
|
|||
IsuVwEntTmp_Warehouse_Org_Unit |
decimal(10) |
NULL |
OU to which the warehouse belongs to |
No | No |
|
|||
IsuVwEntTmp_Warehouse_ID |
varchar(10) |
NULL |
Warehouse Code |
No | No |
|
|||
IsuVwEntTmp_Warehouse_Desc |
varchar(80) |
NULL |
Warehouse Description for selected warehouse id |
No | No |
|
|||
IsuVwEntTmp_User_Status |
varchar(25) |
NULL |
Quick code to user status issue transaction as per the users need |
No | No |
|
|||
ISUVWENTTMP_SHIPPINGINFO |
varchar(80) |
NULL |
|
No | No |
|
|||
ISUVWENTTMP_REMARKS |
varchar(255) |
NULL |
|
No | No |
|
|||
ISUVWENTTMP_TIMESTAMP |
decimal(10) |
NULL |
|
No | No |
|
|||
|
|||||||||
Table Name Isu_IsuVwMnTmp_TrnItm_Dtl_Tmp |
|
||||||||
|
|||||||||
Table Comment This table used to hold the Issue Part transaction document. The details includes the transaction type, transaction number,Issue number, Issue Requested part details , Issue part Details and Task Details |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
IsuVwMnTmp_Org_Unit |
decimal(10) |
NOT NULL |
OU where Stock Issue is carried out |
No | No |
|
|||
IsuVwMnTmp_Transaction_No |
varchar(40) |
NOT NULL |
Issue Transaction Number |
No | No |
|
|||
IsuVwMnTmp_GUID |
varchar(40) |
NOT NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
IsuVwMnTmp_Ref_Doc_Type |
varchar(25) |
NULL |
Reference Document Type CWO - Component Work Order |
No | No |
|
|||
IsuVwMnTmp_Ref_Doc_No |
varchar(40) |
NULL |
Ref Document #.The requesting document on the basis of which the transaction is to be Performed. |
No | No |
|
|||
IsuVwMnTmp_Receiving_Orgunit |
decimal(10) |
NULL |
Ref Document # OU. The requesting document on the basis of which the transaction is to be performed. |
No | No |
|
|||
IsuVwMnTmp_warehouse_org_unit |
decimal(10) |
NULL |
The warehouse OU from which stock are to be/being issued |
No | No |
|
|||
IsuVwMnTmp_Warehouse_id |
varchar(10) |
NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
IsuVwMnTmp_LineSerialNo |
decimal(10) |
NULL |
Serial Number of the Part in the Issue Document |
No | No |
|
|||
IsuVwMnTmp_Task_Ou |
decimal(10) |
NULL |
The Task OuInstance which is mapped to be Requested Part If the task OUInstance is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsuVwMnTmp_Task_No |
varchar(30) |
NULL |
The Task Code which is mapped to be Requested Part If the task Code is NULL then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsuVwMnTmp_Task_Seq_No |
decimal(10) |
NULL |
The Task SeqNo which is mapped to be Requested Part If the task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsuVwMnTmp_Task_Key_SeqNo |
decimal(10) |
NULL |
The Task Key SeqNo which is mapped to be Requested Part If the task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
IsuVwMnTmp_Iss_Part_Crt_Ou |
decimal(10) |
NULL |
Issue Part Created OUInstance |
No | No |
|
|||
IsuVwMnTmp_Iss_Part_No |
varchar(40) |
NULL |
The parts # to be/being issued. Sometimes the part # may not be in the stock and an alternate part # may be issued. |
No | No |
|
|||
IsuVwMnTmp_Iss_Part_Desc |
varchar(150) |
NULL |
Issue Part Description |
No | No |
|
|||
IsuVwMnTmp_Req_Part_Crt_Ou |
decimal(10) |
NULL |
Requested Part Created OUInstance |
No | No |
|
|||
IsuVwMnTmp_Req_Part_No |
varchar(40) |
NULL |
The part # requested by the reference document |
No | No |
|
|||
IsuVwMnTmp_Req_Part_Desc |
varchar(150) |
NULL |
Request Part Description |
No | No |
|
|||
IsuVwMnTmp_Iss_Qty |
decimal(28,8) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
IsuVwMnTmp_Pending_Qty |
decimal(28,8) |
NULL |
Quantity requested - Qty already issued |
No | No |
|
|||
IsuVwMnTmp_Txn_UOM |
varchar(10) |
NULL |
It is the unit of measurement in which the issue transaction is to be/being made. Conversion should have been defined between this UOM and stock UOM. |
No | No |
|
|||
IsuVwMnTmp_Req_UOM |
varchar(10) |
NULL |
Request Part Consumption Qty UOM |
No | No |
|
|||
IsuVwMnTmp_Part_Status |
varchar(40) |
NULL |
The user defined status of the parts being issued |
No | No |
|
|||
IsuVwMnTmp_Part_Type_Code |
varchar(5) |
NULL |
Issue Part Type ParamCode |
No | No |
|
|||
IsuVwMnTmp_Part_Type |
varchar(80) |
NULL |
Issue Part Type |
No | No |
|
|||
IsuVwMnTmp_Part_Ctrl_Flag |
varchar(25) |
NULL |
Requested Part Control Type ’YN’ - Lot Control Part ’NY’ - Serial Control Part ’YY’ - Lot and Serial Control Part ’NN’ - Nothing |
No | No |
|
|||
IsuVwMnTmp_Part_Ctrl_Type |
varchar(80) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_EXP_RTN_DATE |
datetime |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_SUB_PART_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_SUB_PART_DESC |
varchar(150) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_PART_ISUBASIS |
varchar(5) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_PART_ISUBASIS_DESC |
varchar(25) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_FILENAME |
varchar(80) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_REMARKS |
varchar(150) |
NULL |
|
No | No |
|
|||
ISUVWMNTMP_STKTRANSFER_LINENO |
decimal(10) |
NULL |
|
No | No |
|
|||
|
|||||||||
Table Name ISU_KNOCKED_BY_RCPT_DTL |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ISU_DOC_OU |
numeric(28) |
NULL |
|
No | No |
|
|||
ISU_DOC_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
ISU_LINE_NO |
numeric(28) |
NULL |
|
No | No |
|
|||
ISU_PART_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
ISU_PART_STATUS |
varchar(40) |
NULL |
|
No | No |
|
|||
RCPT_DOC_OU |
numeric(28) |
NULL |
|
No | No |
|
|||
RCPT_DOC_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
RCPT_LINE_NO |
numeric(28) |
NULL |
|
No | No |
|
|||
RCPT_TYPE |
varchar(10) |
NULL |
|
No | No |
|
|||
RCPT_PART_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
RCPT_PART_STATUS |
varchar(40) |
NULL |
|
No | No |
|
|||
|
|||||||||
Table Name Isu_ModMntFet2_PartDtl_Tmp |
|
||||||||
|
|||||||||
Table Comment This table used to hold the Issue Part transaction document. The details includes the transaction type, transaction number,Issue number, Issue Requested part details , Issue part Details and Task Details |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
ModFetTmp_Ouinstance |
decimal(10) |
NULL |
OU where Stock Issue is carried out |
No | No |
|
|||
ModFetTmp_Guid |
varchar(40) |
NULL |
GUID generation for inserting data with unique identifier into temporary table |
No | No |
|
|||
ModFetTmp_Cwo_Ou |
int |
NOT NULL |
Ref Document # OU. The requesting document on the basis of which the transaction is to be performed. |
No | No |
|
|||
MODFETTMP_REFDOC_TYPE |
varchar(10) |
NULL |
|
No | No |
|
|||
MODFETTMP_REFDOC_OU |
decimal(10) |
NULL |
|
No | No |
|
|||
ModFetTmp_Cwo_No |
sql_variant |
NOT NULL |
Ref Document #.The requesting document on the basis of which the transaction is to be performed. |
No | No |
|
|||
MODFETTMP_REFDOC_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
ModFetTmp_Issue_No |
varchar(18) |
NULL |
Issue Transaction Number |
No | No |
|
|||
ModFetTmp_WareHouse_No |
varchar(10) |
NULL |
The warehouse from which stock are to be/being issued |
No | No |
|
|||
ModFetTmp_WareHouse_Ou |
decimal(10) |
NULL |
The warehouse OU from which stock are to be/being issued |
No | No |
|
|||
ModFetTmp_Line_No |
decimal(10) |
NULL |
Serial Number of the Part in the Issue Document |
No | No |
|
|||
ModFetTmp_ReqPart_CrtOU |
decimal(10) |
NULL |
Requested Part Created OU |
No | No |
|
|||
ModFetTmp_ReqPart_No |
varchar(40) |
NULL |
The part # requested by the reference document |
No | No |
|
|||
ModFetTmp_ReqPart_Desc |
varchar(150) |
NULL |
Requested Part Description |
No | No |
|
|||
ModFetTmp_IssPart_CrtOU |
decimal(10) |
NULL |
Issue Part Created OUInstance |
No | No |
|
|||
ModFetTmp_IssPart_No |
varchar(40) |
NULL |
The parts # to be/being issued. Sometimes the part # may not be in the stock and an alternate part # may be issued. |
No | No |
|
|||
ModFetTmp_IssPart_Desc |
varchar(150) |
NULL |
Issue Part Description |
No | No |
|
|||
ModFetTmp_Iss_Qty |
decimal(28,8) |
NULL |
Quantity being issued in this transaction |
No | No |
|
|||
ModFetTmp_Tran_UOM |
varchar(10) |
NULL |
It is the unit of measurement in which the issue transaction is to be/being made. Conversion should have been defined between this UOM and stock UOM. |
No | No |
|
|||
ModFetTmp_Stk_Status |
varchar(40) |
NULL |
The user defined status of the parts being issued |
No | No |
|
|||
ModFetTmp_Task_Ou |
decimal(10) |
NULL |
The Task OuInstance which is mapped to be Requested Part If the task OUInstance is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ModFetTmp_Task_No |
varchar(40) |
NULL |
The Task Code which is mapped to be Requested Part If the task Code is NULL then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ModFetTmp_Task_SeqNo |
decimal(10) |
NULL |
The Task SeqNo which is mapped to be Requested Part If the task SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ModFetTmp_Task_Key_SeqNo |
decimal(10) |
NULL |
The Task Key SeqNo which is mapped to be Requested Part If the task Key SeqNo is 0 then the Requested part is mapped at the Component Work Order Level. Else It is mapped at the Task Level |
No | No |
|
|||
ModFetTmp_PendIss_Qty |
decimal(28,8) |
NULL |
Quantity requested - Qty already issued |
No | No |
|
|||
ModFetTmp_Req_UOM |
varchar(10) |
NULL |
It is the unit of measurement in which the issue transaction is to be/being made. Conversion should have been defined between this UOM and stock UOM. |
No | No |
|
|||
ModFetTmp_Part_Type |
varchar(5) |
NULL |
Issue Part Type |
No | No |
|
|||
ModFetTmp_PartCndl_Type |
varchar(5) |
NULL |
Requested Part Control Type ’YN’ - Lot Control Part ’NY’ - Serial Control Part ’YY’ - Lot and Serial Control Part ’NN’ - Nothing |
No | No |
|
|||
MODFETTMP_REMARKS |
varchar(255) |
NULL |
|
No | No |
|
|||
MODFETTMP_ISUBASIS |
varchar(5) |
NULL |
|
No | No |
|
|||
MODFETTMP_EXPRTNDATE |
datetime |
NULL |
|
No | No |
|
|||
MODFETTMP_PREFCOND |
varchar(5) |
NULL |
|
No | No |
|
|||
MODFETTMP_SUBPART_CRTOU |
decimal(10) |
NULL |
|
No | No |
|
|||
MODFETTMP_SUBPART_NO |
varchar(40) |
NULL |
|
No | No |
|
|||
MODFETTMP_SUBPART_DESC |
varchar(150) |
NULL |
|
No | No |
|
|||
MODFETTMP_STKTRNSF_LINENO |
decimal(10) |
NULL |
|
No | No |
|
|||
|
|||||||||
Table Name Isu_RecShp_StkTrn_Ship_Dtl |
|
||||||||
|
|||||||||
Table Comment For Stock Transfer and Repair Order Issue, shipping details are captured for the stock that goes out of the warehouse. |
| ||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
RecShp_Payment_Mthd |
varchar(150) |
NULL |
The mode in which the payment must be made. |
No | No |
|
|||
RecShp_Ship_DateTime |
datetime |
NULL |
The date on which the stock was shipped. |
No | No |
|
|||
RecShp_User_Def_Dtl1 |
varchar(25) |
NULL |
Any other additional details pertaining to the shipping details. |
No | No |
|
|||
RecShp_Landing_Bill_No |
sql_variant |
NULL |
Landing Bill No. |
No | No |
|
|||
RecShp_Delivery_Note_Date |
datetime |
NULL |
The date on which the delivery note was raised. |
No | No |
|
|||
RecShp_Delivery_Note_No |
varchar(40) |
NULL |
The number identifying the delivery note. |
No | No |
|
|||
RECSHP_WAY_BILL_DATE |
datetime |
NULL |
The date on which the waybill was raised. |
No | No |
|
|||
RecShp_Modified_By |
varchar(25) |
NULL |
The name of the user who last modified the issue.. |
No | No |
|
|||
RecShp_Created_Date |
datetime |
NULL |
Created Date |
No | No |
|
|||
RecShp_Modified_Date |
datetime |
NULL |
The date on which the issue was last modified.. |
No | No |
|
|||
ResShp_User_Def_Dtl2 |
varchar(25) |
NULL |
Any other additional details pertaining to the shipping details. |
No | No |
|
|||
RecShp_Remarks |
varchar(255) |
NULL |
Any other additional comment pertaining to the shipping details. |
No | No |
|
|||
RecShp_Created_By |
varchar(25) |
NULL |
The name of the user who created the issue.. |
No | No |
|
|||
RecShp_File_Name |
varchar(50) |
NULL |
The name of the issue document file. |
No | No |
|
|||
RecShp_TimeStampInt |
decimal(38) |
NULL |
TimeStamp. |
No | No |
|
|||
RecShp_Ship_By |
varchar(25) |
NULL |
Indicates the method by which the part is shipped. |
No | No |
|
|||
RecShp_Package_Code |
varchar(25) |
NULL |
The code identifying the package method of the part. |
No | No |
|
|||
RecShp_VehicleOrFlt_No |
varchar(20) |
NULL |
The number identifying the vehicle that was used to transport the stock to the specific warehouse. |
No | No |
|
|||
RecShp_Transaction_OU |
decimal(10) |
NOT NULL |
OU where Stock Issue is carried out. |
Yes | Yes |
|
|||
RecShp_Recv_Point |
varchar(256) |
NULL |
The destination organization unit of the transferred goods. |
No | No |
|
|||
RecShp_Transaction_No |
varchar(40) |
NOT NULL |
The number identifying the issue. |
Yes | Yes |
|
|||
RecShp_Way_Bill_No |
varchar(40) |
NULL |
The number identifying the document, containing a list of goods with shipping instructions related to a shipment. |
No | No |
|
|||
RecShp_Insur_Amount |
decimal(28,8) |
NULL |
The sum of the insurance amount. |
No | No |
|
|||
RecShp_Insur_Liability |
varchar(5) |
NULL |
Indicates who should bear the insurance amount, which could be any of the following: 1.Self – Indicates that the person who ships has to bear the insurance amount. 2.Third Party - Indicate that the insurance company or any other party bears the insurance amount. |
No | No |
|
|||
RecShp_Ship_Note_No |
varchar(40) |
NULL |
The number identifying the shipping note created for part shipment. |
No | No |
|
|||
RecShp_Carrier |
varchar(150) |
NULL |
The code identifying the carrier through which the stock is shipped. |
No | No |
|
|||
RecShp_Freight_Bill_No |
sql_variant |
NULL |
Freight Bill No. |
No | No |
|
|||
RecShp_Freight_Term |
varchar(150) |
NULL |
The term of the freight. |
No | No |
|
|||
RecShp_Freight_Amt |
decimal(28,8) |
NULL |
The sum of freight charges that have been levied for movement of goods. |
No | No |
|
|||
|
|||||||||
Table Name Isu_TcdDtl_StkTrnTcd_Dtl |
|
||||||||
|
|||||||||
Table Comment For Stock Transfer and Repair Order Issue, Tax & Charges details are captured for the stock that goes out of the warehouse. |
|||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
TcdDtl_Tcd_Code |
varchar(25) |
NULL |
TCD Code from TCD Component. |
No | No |
|
|||
TcdDtl_Tcd_Ou |
decimal(10) |
NOT NULL |
TCD No# Created Ou. |
No | No |
|
|||
TcdDtl_Tcd_Variant |
varchar(25) |
NULL |
TCD Variant for the selected TCD Code. |
No | No |
|
|||
TcdDtl_Tcd_Rate |
decimal(28,8) |
NULL |
TCD Rate. |
No | No |
|
|||
TcdDtl_Tcd_Amount |
decimal(28,8) |
NULL |
TCD Amount :- Sum of all the TCD Rate for the document |
No | No |
|
|||
ISUID_Org_Unit |
decimal(10) |
NOT NULL |
OU where the Stock Issue is carried out. |
Yes | Yes |
|
|||
TCDDTL_TRANSACTION_OU |
decimal(10) |
NOT NULL |
OU where Issue is carried out. |
Yes | No |
|
|||
TcdDtl_Prt_SysLine_No |
decimal(10) |
NOT NULL |
Serial Number of the Part in the Issue Document. |
Yes | Yes |
|
|||
ISUID_Transaction_No |
varchar(40) |
NOT NULL |
Stock Issue Number. |
Yes | Yes |
|
|||
TCDDTL_TRANSACTION_NO |
varchar(40) |
NOT NULL |
Transaction No. |
Yes | No |
|
|||
|
|||||||||
Table Name Isu_UpiDtl_Unplnd_Issue_Dtl |
|
||||||||
|
|||||||||
Table Comment This table used to hold the item details for the unplanned item issue transaction document. The item details includes the item code, transaction UOM, Quantity, Zone, Bin, Item stock status, value, etc |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
UpiDtl_Anly_Code |
varchar(5) |
NULL |
Analysis Code. |
No | No |
|
|||
UpiDtl_SubAnly_Code |
varchar(5) |
NULL |
Sub Analysis Code. |
No | No |
|
|||
UpiDtl_Cc_Usage |
varchar(20) |
NULL |
The type of the costing used |
No | No |
|
|||
UpiDtl_Acc_Code |
varchar(32) |
NULL |
The type of the account used. |
No | No |
|
|||
UpiDtl_Finance_Book |
varchar(20) |
NULL |
Finance Book. |
No | No |
|
|||
UpiDtl_Acc_Usage |
varchar(20) |
NULL |
Accounting Usage. |
No | No |
|
|||
UpiDtl_Adl_Dtl_Exists_Flag |
varchar(5) |
NULL |
This flag indicates the existence of records in the storage detail table. |
No | No |
|
|||
UPIDTL_COMPUTED_COST |
decimal(28,8) |
NULL |
ISSUE COST |
No | No |
|
|||
UpiDtl_Costcenter_Code |
varchar(10) |
NULL |
Cost Center Code. |
No | No |
|
|||
UpiDtl_Remarks |
varchar(255) |
NULL |
Any other additional comment pertaining to the modification of spares issue |
No | No |
|
|||
UpiDtl_Exp_Rtn_Date |
datetime |
NULL |
The date on which the part must be returned. |
No | No |
|
|||
UPIDTL_COMPUTED_DATE |
datetime |
NULL |
date on which issued part rate calculated |
No | No |
|
|||
UpiDtl_SysLine_No |
decimal(10) |
NOT NULL |
Line Number. |
Yes | No |
|
|||
UpiDtl_DisplayLine_No |
decimal(10) |
NOT NULL |
Display Line Number.. |
No | No |
|
|||
UpiDtl_Iss_Part_Pln_Ou |
decimal(10) |
NOT NULL |
Issue Part Planning OUInstance. |
No | No |
|
|||
UpiDtl_Transaction_No |
varchar(40) |
NOT NULL |
Stock Issue Number. |
Yes | Yes |
|
|||
UpiDtl_Transaction_OU |
decimal(10) |
NOT NULL |
OU where Stock Issue is carried out. |
Yes | Yes |
|
|||
UpiDtl_Issue_Cost |
decimal(28,8) |
NULL |
This column maintains the value for the Part being issued.. |
No | No |
|
|||
UpiDtl_Isu_Qty_InStkUom |
decimal(28,8) |
NULL |
Issue Quantity inStock Uom. |
No | No |
|
|||
UpiDtl_Part_Status |
varchar(40) |
NULL |
Part Status for issue part. it is udds value defined in the udds component. |
No | No |
|
|||
UpiDtl_Iss_Part_Crt_Ou |
decimal(10) |
NOT NULL |
Issue Part Created OUInstance. |
No | No |
|
|||
UpiDtl_Iss_Part_No |
varchar(40) |
NULL |
The part number to be issued. |
No | No |
|
|||
UpiDtl_Isu_Uom |
varchar(10) |
NULL |
Issue Transaction UOM. |
No | No |
|
|||
UpiDtl_Isu_Qty |
decimal(28,8) |
NULL |
The number of parts to be issued. |
No | No |
|
|||
UPIDTL_SHIPPED_QTY |
decimal(28,8) |
NULL |
Shipped Quantity Updated from Record shipping Note |
No | No |
|
|||
|
|||||||||
Table Name Isu_Rec_Ship_Note_Hdr |
|
|
|||||||
|
|||||||||
Table Comment This table used to record the shipping note entries. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
Isu_Rec_Ship_Note_OU |
udd_ctxt_ouinstance |
NOT NULL |
Shipping Note OU. |
Yes | Yes |
|
|||
Isu_Rec_Ship_Note_No |
udd_documentno |
NOT NULL |
Shipping Note Number. |
Yes | Yes |
|
|||
Isu_Rec_Ship_Num_Type |
udd_quickcodes |
NULL |
Shipping Numbering Type. |
No | No |
|
|||
Isu_Rec_Ship_Type |
udd_quickcodes |
NULL |
Shipping Type |
No | No |
|
|||
Isu_Rec_Ship_Doc_Status |
udd_status |
NULL |
Document Status |
No | No |
|
|||
Isu_Rec_Ship_Ship_Category |
udd_quickcodes |
NULL |
Shipping category |
No | No |
|
|||
Isu_Rec_Ship_User_Status |
udd_quickcodes |
NULL |
User Status |
No | No |
|
|||
Isu_Rec_Ship_DateTime |
udd_datetime1 |
NULL |
Shipping note date time. |
No | No |
|
|||
Isu_Rec_Ship_Time |
udd_date |
NULL |
Shipping time |
No | No |
|
|||
Isu_Rec_Ship_ShipContact |
udd_contact |
NULL |
shipping contact |
No | No |
|
|||
Isu_Rec_Ship_ContactTele |
udd_communicationid |
NULL |
Contact telephone |
No | No |
|
|||
Isu_Rec_Ship_ContactFax |
udd_fax |
NULL |
contact fax number |
No | No |
|
|||
Isu_Rec_Ship_ShipTo |
udd_designparamcode |
NULL |
Shipping To |
No | No |
|
|||
Isu_Rec_Ship_ShipToCode |
udd_vendorcode |
NULL |
Shipping To code |
No | No |
|
|||
Isu_Rec_Ship_AddID |
udd_address |
NULL |
Address ID |
No | No |
|
|||
Isu_Rec_Ship_Recipient |
fin_recipe |
NULL |
Recipient Name |
No | No |
|
|||
Isu_Rec_Ship_Address |
udd_txt255 |
NULL |
Shipping Address |
No | No |
|
|||
Isu_Rec_Ship_City |
udd_city |
NULL |
City |
No | No |
|
|||
Isu_Rec_Ship_State |
udd_state |
NULL |
State |
No | No |
|
|||
Isu_Rec_Ship_Country |
udd_country |
NULL |
Ship to, country |
No | No |
|
|||
Isu_Rec_Ship_Zipcode |
fin_zip |
NULL |
ship to, code |
No | No |
|
|||
Isu_Rec_Ship_ShipBy |
udd_quickcodes |
NULL |
ship by |
No | No |
|
|||
Isu_Rec_Ship_CarrierCode |
udd_quickcodes |
NULL |
carrier code |
No | No |
|
|||
Isu_Rec_Ship_VehicleNo |
udd_documentno |
NULL |
vehicle number |
No | No |
|
|||
Isu_Rec_Ship_LandingNo |
udd_documentno |
NULL |
Landing No |
No | No |
|
|||
Isu_Rec_Ship_WayBillNo |
udd_documentno |
NULL |
Waybill number |
No | No |
|
|||
Isu_Rec_Ship_WayBillDate |
udd_datetime1 |
NULL |
Waybill date |
No | No |
|
|||
Isu_Rec_Ship_PSNo |
udd_documentno |
NULL |
Pack slip number |
No | No |
|
|||
Isu_Rec_Ship_PSDate |
udd_datetime1 |
NULL |
Pack slip date |
No | No |
|
|||
Isu_Rec_Ship_ShipPay |
udd_quickcodes |
NULL |
ship by |
No | No |
|
|||
Isu_Rec_Ship_Fright |
udd_amount |
NULL |
Fright chargers |
No | No |
|
|||
Isu_Rec_Ship_FrightCur |
udd_currency |
NULL |
Fright currency |
No | No |
|
|||
Isu_Rec_Ship_FrightTerms |
udd_txt2000 |
NULL |
Fright Terms and conditions |
No | No |
|
|||
Isu_Rec_Ship_NoOfPacks |
udd_txt20 |
NULL |
No of Packs |
No | No |
|
|||
Isu_Rec_Ship_PackByEmp |
udd_ctxt_user |
NULL |
Packed By Employee code |
No | No |
|
|||
Isu_Rec_Ship_PackCode |
udd_quickcodes |
NULL |
Package code |
No | No |
|
|||
Isu_Rec_Ship_ContainerNo |
udd_documentno |
NULL |
container Number |
No | No |
|
|||
Isu_Rec_Ship_PackDim |
udd_quantity |
NULL |
Package dimension |
No | No |
|
|||
Isu_Rec_Ship_PackUOM |
udd_uom |
NULL |
pack Unit of Measurement |
No | No |
|
|||
Isu_Rec_Ship_GrossWgt |
udd_quantity |
NULL |
Gross weight |
No | No |
|
|||
Isu_Rec_Ship_GrossUOM |
udd_uom |
NULL |
Gross weight UOM |
No | No |
|
|||
Isu_Rec_Ship_HandlingTerms |
udd_txt2000 |
NULL |
Handling terms and conditions |
No | No |
|
|||
Isu_Rec_Ship_ContPer |
udd_contactperso |
NULL |
Contact person |
No | No |
|
|||
Isu_Rec_Ship_ContFax |
udd_fax |
NULL |
contact fax number |
No | No |
|
|||
Isu_Rec_Ship_ContTele |
udd_communicati |
NULL |
Shipping Contact telephone |
No | No |
|
|||
Isu_Rec_Ship_ContExtn |
udd_fax |
NULL |
Shipping Contact extn number |
No | No |
|
|||
Isu_Rec_Ship_ContMobile |
udd_fax |
NULL |
contact person mobile number |
No | No |
|
|||
Isu_Rec_Ship_ContEmail |
udd_email |
NULL |
Contact person email iD |
No | No |
|
|||
Isu_Rec_Ship_InsLiab |
udd_designparam |
NULL |
Insurance Liability |
No | No |
|
|||
Isu_Rec_Ship_InsAmount |
udd_amount |
NULL |
Insurance amount |
No | No |
|
|||
Isu_Rec_Ship_InsCur |
udd_currency |
NULL |
Insurance Currency |
No | No |
|
|||
Isu_Rec_Ship_InsTerms |
udd_txt2000 |
NULL |
Insurance terms and conditions |
No | No |
|
|||
Isu_Rec_Ship_FileName |
udd_filename |
NULL |
File name |
No | No |
|
|||
Isu_Rec_Ship_Remarks |
udd_remarks |
NULL |
remarks |
No | No |
|
|||
Isu_Rec_Ship_CanCmts |
udd_txt255 |
NULL |
cancellation comments |
No | No |
|
|||
Iss_Rec_Ship_TimeStamp |
udd_timestamp |
NULL |
Time stamp |
No | No |
|
|||
Isu_Rec_Ship_CreatedDate |
udd_datetime1 |
NULL |
Created Date |
No | No |
|
|||
Isu_Rec_Ship_CreatedBy |
udd_ctxt_user |
NULL |
Created By |
No | No |
|
|||
Isu_Rec_Ship_ModifiedDate |
udd_datetime1 |
NULL |
Modified Date |
No | No |
|
|||
Isu_Rec_Ship_ModifiedBy |
udd_ctxt_user |
NULL |
Modified By |
No | No |
|
|||
Isu_Rec_Ship_ConfirmedDate |
udd_datetime1 |
NULL |
Confirmed Date |
No | No |
|
|||
Isu_Rec_Ship_ConfimedBy |
udd_ctxt_user |
NULL |
Confirmed By |
No | No |
|
|||
|
|||||||||
Table Name Isu_Rec_Ship_Note_Dtl |
|
|
|||||||
|
|||||||||
Table Comment This table used to record the shipping note entries - multiline level. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
Isu_Rec_Ship_Dtl_OU |
udd_ctxt_ouinstance |
NULL |
Shipping Note OU. |
No | No |
|
|||
Isu_Rec_Ship_Dtl_NoteNo |
udd_documentno |
NULL |
Shipping Note Number. |
No | No |
|
|||
Isu_Rec_Ship_Dtl_LineNo |
udd_seqno |
NULL |
Part Line No |
No | No |
|
|||
Isu_Rec_Ship_Dtl_PartNo |
udd_partno |
NULL |
part no |
No | No |
|
|||
Isu_Rec_Ship_Dtl_Quantity |
udd_quantity |
NULL |
Quantity |
No | No |
|
|||
Isu_Rec_Ship_Dtl_UOM |
udd_uom |
NULL |
Unit of measurement |
No | No |
|
|||
Isu_Rec_Ship_Dtl_SerialNo |
udd_partserialnumber |
NULL |
Serial No |
No | No |
|
|||
Isu_Rec_Ship_Dtl_LotNo |
udd_partserialnumber |
NULL |
Lot Number |
No | No |
|
|||
Isu_Rec_Ship_Dtl_UnitCost |
udd_amount |
NULL |
Part Unit cost |
No | No |
|
|||
Isu_Rec_Ship_Dtl_Currency |
udd_currency |
NULL |
part Currency |
No | No |
|
|||
Isu_Rec_Ship_Dtl_PackCode |
udd_quickcodes |
NULL |
package code |
No | No |
|
|||
Isu_Rec_Ship_Dtl_PackDet |
udd_txt255 |
NULL |
Package details |
No | No |
|
|||
Isu_Rec_Ship_Dtl_Remarks |
udd_remarks |
NULL |
Remarks |
Yes | No |
|
|||
Isu_Rec_Ship_Dtl_RMANo |
udd_documentno |
NULL |
RMA No |
No | No |
|
|||
Isu_Rec_Ship_Dtl_RMADate |
udd_datetime1 |
NULL |
RMA Date |
No | No |
|
|||
Isu_Rec_Ship_Dtl_ShipBy |
udd_quickcodes |
NULL |
ship by code |
No | No |
|
|||
Isu_Rec_Ship_Dtl_ShipAdv |
udd_quickcodes |
NULL |
Shipping advice |
No | No |
|
|||
Isu_Rec_Ship_Dtl_IssNo |
udd_documentno |
NULL |
Iss / GRS No |
No | No |
|
|||
Isu_Rec_Ship_Dtl_IssDate |
udd_datetime1 |
NULL |
Iss / GRS date |
No | No |
|
|||
Isu_Rec_Ship_Dtl_RefDocType |
udd_type |
NULL |
reference document type |
No | No |
|
|||
Isu_Rec_Ship_Dtl_RefDocNo |
udd_documentno |
NULL |
reference document no |
No | No |
|
|||
Isu_Rec_Ship_Dtl_SeqLineNo |
udd_seqno |
NULL |
part seq line no |
No | No |
|
|||
Isu_Rec_Ship_Dtl_PartDesc |
UDD_PartDesc |
NULL |
part description |
No | No |
|
|||
|
|||||||||
Table Name Isu_Hazmat_Cmpl_Dtl |
|
|
|||||||
|
|||||||||
Table Comment This table used to record the shipping note entries - multiline level. |
|
||||||||
Table Column Name |
Table Column Datatype |
Table Column Null Option |
Table Column Comment |
Table Column Is PK | Table Column Is FK |
|
|||
Isu_Hazmat_RefDoc_Ou |
udd_ctxt_ouinstance |
NULL |
OUInstance |
No | No |
|
|||
Isu_Hazmat_RefDoc_no |
udd_documentno |
NULL |
Reference Document No |
No | No |
|
|||
Isu_Hazmat_Hazmat_Ouinstance |
udd_ctxt_ouinstance |
NULL |
hazmat OUInstance |
No | No |
|
|||
Isu_Hazmat_id |
udd_documentno |
NULL |
hazmat ID |
No | No |
|
|||
Isu_Hazmat_part_ou |
udd_ctxt_ouinstance |
NULL |
part OU Code |
No | No |
|
|||
Isu_Hazmat_part_no |
udd_partno |
NULL |
part no |
No | No |
|
|||
Isu_Hazmat_part_desc |
UDD_PartDesc |
NULL |
part description |
No | No |
|
|||
Isu_Hazmat_Class |
udd_accountdesc |
NULL |
Class |
No | No |
|
|||
Isu_Hazmat_Complaince |
udd_designparamcode |
NULL |
hazmat compliance |
No | No |
|
|||
Isu_Hazmat_package_inst |
udd_txt2000 |
NULL |
Package instruction |
No | No |
|
|||
Isu_Hazmat_Handle_inst |
udd_txt2000 |
NULL |
Handle Instructions |
No | No |
|
|||
Isu_Hazmat_Remarks |
udd_txt255 |
NULL |
Remarks |
No | No |
|
|||
Isu_Hazmat_Filename |
udd_filename |
NOT NULL |
File name |
Yes | No |
|
|||
Isu_Hazmat_Emergency_contact |
udd_email |
NOT NULL |
Emergency contact |
No | No |
|
|||
Isu_Hazmat_Comments |
udd_txt255 |
NOT NULL |
Hazmat compliance |
No | No |
|
|||
Isu_Hazmat_Created_By |
udd_ctxt_user |
NOT NULL |
created by |
No | No |
|
|||
Isu_Hazmat_Created_Date |
datetime |
NOT NULL |
created date |
No | No |
|
|||
Isu_Hazmat_Lastmodified_By |
udd_ctxt_user |
NULL |
last modified by |
No | No |
|
|||
Isu_Hazmat_Lastmodified_Date |
datetime |
NULL |
last modified date |
No | No |
|
|||
|
|
|
|
|
|
|
|
|
|