RA_SPONSBY_VW(SQL View) |
Index Back |
---|---|
Sponsor By ViewView is used as search prompt for profile field definition. |
SELECT %NumToChar(A.BO_ID_SPONSOR) , B.BO_NAME FROM PS_RD_CAREER A , PS_BO_NAME B WHERE B.BO_ID=A.BO_ID_SPONSOR AND B.PRIMARY_IND='Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_STR | Character(32) | VARCHAR2(32) NOT NULL | BO ID as a string |
2 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |