SF_TRC_PRDN_VW5(SQL View) |
Index Back |
---|
SELECT BUSINESS_UNIT , INV_ITEM_ID , PRODUCTION_ID , SERIAL_ID FROM PS_SF_TRC_PRDN WHERE SF_TRC_PRDN_STATUS = '1' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | SF_INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | 01/31/03 MDS CN#MG880-Genealogy: Needed this clone of inv_item_id for the serial id prompt table in td completions because tools always finds a blank inv_item_id (because it's on multiple records in this component). |
3 | SF_PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL | 01/31/03 MDS CN#MG880-Genealogy: Needed this clone of production_id for the serial id prompt table in td completions because tools always finds a blank production_id (because it's on multiple records in this component). |
4 | ASSEMBLY_SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | 02/26/03 MDS CN#MG880-Genealogy: Added this field to prompt for assembly serial id for teardown completions. |