RB_RELINSLNK_VW(SQL View) |
Index Back |
---|---|
LINK_DEFN_NAME Prompt TableRecord used as Prompt Table by LINK_DEFN_NAME field ('Installed Link Type') on Installed Product Search page |
SELECT B.SETID , A.INCOMING_ALIAS FROM PS_RB_RELATIONS A , PS_PROD_RELATIONS B WHERE A.PROD_REL_TYPE = B.PROD_REL_TYPE AND A.installable_flg = 'Y' UNION SELECT C.SETID , B.OUTGOING_ALIAS FROM PS_RB_RELATIONS B , PS_PROD_RELATIONS C WHERE B.PROD_REL_TYPE = C.PROD_REL_TYPE AND B.installable_flg = 'Y' |
# | 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. |
2 | LINK_DEFN_NAME | Character(30) | VARCHAR2(30) NOT NULL | Short Description. Used on may CallCenter set-up tables |