EN_BOM_MMC_ATMP(SQL Table) |
Index Back |
---|---|
BOM Mass Maint Comp Add Temp11/97 LAJ CN#EG750-3.0 This record is used by the MMC COBOL process to temporarily store the component information to be added to a BOM. This record is only necessary because you cannot insert into and select from the same record. CN# EN800-3.0, Sep 21 98, Anna Added field BomCode 11/99 LAJ...Changed process_instance to eip_ctl_id so that this table may be shared with the app messaging process. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EIP_CTL_ID | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | MASS_MAINT_CODE | Character(10) | VARCHAR2(10) NOT NULL | Mass Maintenance Code |
4 | MASS_MAINT_SEQ | Number(3,0) | SMALLINT NOT NULL |
Mass Maintenance Sequence
Default Value: 10 |
5 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
6 | BOM_STATE | Character(2) | VARCHAR2(2) NOT NULL |
BOM State
EN=Engineering PR=Manufacturing |
7 | BOM_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
03/26/00 RML Added a label "Type"
PR=Production RW=Rework |
8 | BOM_CODE | Number(2,0) | SMALLINT NOT NULL | CN# EN800-3.0, anna 09/21 added new field to database |