BCT_D_MG_MCP_TM(SQL Table) |
Index Back |
|---|---|
BCTP Mfg. Completions Work970819 cam (CN# SF750-10.0) : New Bar-code transaction work record for scroll level 1 used by the completion panel. 971117 cam (CN# SF750-10.0) : Add OP_SEQUENCE to record. 980120 cam (CN# SF750-10.0) : Change prompt table views for TO_PRODUCTION_ID and OP_SEQUENCE fields. 980213 cam (CN# SF750-10.0) : Further prompt table changes. 981208 whs (CN# SF800-4.0) : STORAGE_AREA code to hide/unhide levels. 990108 nas (CN# EN800-6.0) : Converted this WK record into a TMP database record. 02/22/01 MDS (CN#R-MGENOC-BB6GQ): Added CONFIG_CODE for deferred processing changes. 08/28/01 MEG CN#MG840: Since Message Agent is gone put in prompt table edits. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field | |
| 3 | Number(4,0) | SMALLINT NOT NULL | NAS 022399 (CN# EN800-6.0) Field required for Message Agent definition of Multiple Outputs Completion. | |
| 4 | Character(18) | VARCHAR2(18) NOT NULL |
04/10/00 (Internet Architecture) SCC: Uppercase label Id.
10/22/98 (CN#EN800-6.0) LAJ...Created
Stores the output item number on a Bill of Materials. This item may be either a co-product or a by-product on the BOM. The output type field determines which one it represents. There should always be at least one output item on the BOM at all times; this output item is the same as the BOMs item id.
Prompt Table: %EDITTABLE5 |
|
| 5 | MG_OUTPUT_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
10/22/98 (CN#EN800-6.0) LAJ...Created
Stores the output item type on a Bill of Materials. The type could represent either a co-product (primary or secondary) or a by-product (waste or recycle).
11/23/98 (CN#SF800-13) JNW added teardown xlat
CP=Primary CS=Co-Product RB=Recycle TD=Teardown WB=Waste |
| 6 | OP_SEQ | Number(3,0) | SMALLINT NOT NULL | Op Seq |
| 7 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Lot ID
Prompt Table: %EDITTABLE |
| 8 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: SF_PA_NOID_VW |
| 9 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: %EDITTABLE6 |
| 10 | STOR_LEVEL_1 | Character(4) | VARCHAR2(4) NOT NULL |
Storage Level 1
Prompt Table: %EDITTABLE7 |
| 11 | STOR_LEVEL_2 | Character(4) | VARCHAR2(4) NOT NULL |
Storage Level 2
Prompt Table: %EDITTABLE8 |
| 12 | STOR_LEVEL_3 | Character(4) | VARCHAR2(4) NOT NULL |
Storage Level 3
Prompt Table: %EDITTABLE9 |
| 13 | STOR_LEVEL_4 | Character(4) | VARCHAR2(4) NOT NULL |
Storage Level 4
Prompt Table: %EDITTABLE10 |
| 14 | CONTAINER_ID | Character(10) | VARCHAR2(10) NOT NULL |
Container ID
Prompt Table: CNTR_ID_INV |
| 15 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: %EDITTABLE2 |
| 16 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL |
Production ID
Prompt Table: SF_PRDNID_HP_VW |
| 17 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL |
Production Area
Prompt Table: SF_PRDN_AREA |
| 18 | COMPL_OP_SEQ | Number(4,0) | SMALLINT NOT NULL | Completion Operation Sequence |
| 19 | UPDATE_OP_SEQ | Number(4,0) | SMALLINT NOT NULL | Back Thru Operation |
| 20 | COMPL_QTY | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | Completed Qty |
| 21 | SCRAPPED_QTY | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | Scrapped Qty |
| 22 | REASON_CD | Character(10) | VARCHAR2(10) NOT NULL |
Reason Code
Prompt Table: REASON_CD_SC_VW |
| 23 | PERCENT_COMP | Number(6,2) | DECIMAL(5,2) NOT NULL | Scrap Prdn Pct |
| 24 | DISTRIB_TYPE | Character(10) | VARCHAR2(10) NOT NULL |
Distrib. Type
Prompt Table: CM_DISTR_TYPE |
| 25 | TO_PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL |
To Production ID
Prompt Table: SF_KIT_2_BC_VW |
| 26 | OP_SEQUENCE | Number(4,0) | SMALLINT NOT NULL | Operation Sequence |
| 27 | REVISION | Character(4) | VARCHAR2(4) NOT NULL |
01/27/2000 RML Added "As of" label
Prompt Table: EN_REV_SRCH |
| 28 | MG_UNPLAN_OUTPUT | Character(1) | VARCHAR2(1) NOT NULL | 01/19/99 nas (CN#800-6.0) Created new field. |
| 29 | MG_TRANS_UOM | Character(3) | VARCHAR2(3) NOT NULL |
01/19/99 NAS (CN#800-6.0) Created new field
Prompt Table: %EDITTABLE3 |
| 30 | MG_OUTPUT_COMPL | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | 990105 nas (CN# EN800-6.0) This field will contain the user inputted quantity completed of a specific output within completion process. |
| 31 | MG_NEW_OUTPUT_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | 10/22/98 (CN#EN800-6.0) LAJ...Created Stores the output item quantity on a Bill of Materials. This value is assumed to be in the UOM of the output item it's associated to. |
| 32 | MG_OUTPUT_RES_PCT | Number(3,0) | SMALLINT NOT NULL | 10/22/98 (CN#EN800-6.0) LAJ...Created Stores the output item's resource allocation percentage on a Bill of Material. Since it is a percentage, it cannot store a value greater than 100. It is used to determine what percentage of the inputs (components) on the BOM are used to produce the output (co-product). |
| 33 | MG_OUTPUT_QTY_CODE | Character(3) | VARCHAR2(3) NOT NULL |
01/28/98 (CN#EN800-6.0) LAJ...Created
Stores the quantity code for an output item on a Bill of Materials. It was created with the same values as qty_code, but by separating these two fields, it allows greater flexibility in the future.
ASY=Assembly ORD=Order |
| 34 | BOM_CODE | Number(2,0) | SMALLINT NOT NULL | CN# EN800-3.0, anna 09/21 added new field to database |
| 35 | BOM_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
03/26/00 RML Added a label "Type"
PR=Production RW=Rework |
| 36 | BOM_STATE | Character(2) | VARCHAR2(2) NOT NULL |
BOM State
EN=Engineering PR=Manufacturing |
| 37 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |