PROD_RELATIONS(SQL Table) |
Index Back |
---|---|
Product RelationsProduct relations table. used to create prod realtionship |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: PROD_ITEM.SETID |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | PRODUCT_ID_ALT | Character(18) | VARCHAR2(18) NOT NULL |
Product ID Alternate
Prompt Table: %EDIT_PROD_REL |
4 | PROD_REL_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Product Relationship Type
Prompt Table: RB_RELATIONS |
5 | START_DT | Date(10) | DATE |
Start date field to store start date value.
Default Value: %date |
6 | END_DT | Date(10) | DATE | This field stores the end date values. |
7 | PRIORITY_NBR | Number(3,0) | SMALLINT NOT NULL |
Priority
Default Value: 0 |
8 | QTY | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Quantity |
9 | PRIORITY | Number(3,0) | SMALLINT NOT NULL | Priority |
10 | PROD_DISPLAY_ORDER | Number(2,0) | SMALLINT NOT NULL | We (PeopleSoft) plan on setting a 'Display Order' on the service features in a product. That is how we would decide the order to show the service features. Instead of just doing it alphabetically. |
11 | REQUIRED_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Required
N=No Y=Yes Y/N Table Edit |
12 | CATALOG_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Catalog
Y/N Table Edit |
13 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |
14 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
15 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
16 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
17 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
18 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
19 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |