RC_LINK_TBL_URL(SQL View) |
Index Back |
---|---|
Embedded Action LinksThis is a hidden page that is transferred to from an embedded action link in a solution. The embedded link points to this page which then executes the action link code for the correct link. |
SELECT LINK_CATEGORY , LINK_VERSION , RC_LINK , LINK_MODE , PORTAL_NAME , PORTAL_OBJNAME FROM PS_RC_LINK_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LINK_CATEGORY | Character(5) | VARCHAR2(5) NOT NULL | This identifies the category that the link will be displayed under |
2 | LINK_VERSION | Character(4) | VARCHAR2(4) NOT NULL |
Version of Human Resource Management System application.
12.1=EBS 12.1 8.0=8.0 SP1 8.3=8.3 8.8=8.8 8.9=8.9 9.0=9.0 9.1=9.1 9.2=9.2 OTH=Other |
3 | RC_LINK | Character(5) | VARCHAR2(5) NOT NULL | Case Source How this case origianated |
4 | LINK_MODE | Character(1) | VARCHAR2(1) NOT NULL |
Specifies the transfer mode for the Action link. It can be either "Portal CREF" or "PeopleCode"
C=Portal CREF P=PeopleCode |
5 | PORTAL_NAME | Character(30) | VARCHAR2(30) NOT NULL | Portal Name (see PSPRDMDEFN). |
6 | PORTAL_OBJNAME | Character(30) | VARCHAR2(30) NOT NULL | Portal Object Name |