CP_CONFIG(SQL Table) |
Index Back |
---|---|
CP Configuration CodeThis record will contain rows for valid configuration codes within the database. Rows will be inserted during on-line configuration. Users will optionally be allowed to insert and maintain rows through a panel on the configurator menu. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUIN_NONVW |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: CP_ITM_CFGCD_VW |
3 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |
4 | CP_TEMPLATE_ID | Character(10) | VARCHAR2(10) NOT NULL |
Template ID Field
Prompt Table: CP_TEMP_HDR |
5 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |