BO_REP_ADDR(SQL View) |
Index Back |
---|---|
Rep Concatenated AddressThis record view is used by the self service application to hold the concatonated version of the Addresses. |
SELECT A.BO_ID , B.PRIMARY_IND , %Sql(BO_CONCAT_ADDRESS, B) FROM PS_RD_PERSON A , PS_BO_REPCM_ADDR B WHERE B.PERSON_ID = A.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | PRIMARY_IND | Character(1) | VARCHAR2(1) NOT NULL |
Flag that indicates whether or not it is Primary
N=No Y=Yes |
3 | CONCAT_ADDR | Long Character | CLOB | Concatenated Address |