RBT_PK_ACT_LVL1(SQL View) |
Index Back |
|---|---|
Set actions by pkg componentsUsed by the page that defined the valid actions that can be selected for a package component in service management. This is a used as a temporary record that stores the expanded list of components inside a package. |
| SELECT DISTINCT SETID ,PRODUCT_ID ,PARENT_PROD_ID , PROD_COMPONENT_ID FROM PS_RBT_PK_ACTIONS |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 3 | Character(18) | VARCHAR2(18) NOT NULL | This field holds the parent product ID for an item. | |
| 4 | Character(18) | VARCHAR2(18) NOT NULL | Field is used to store components of a product |