FO_CUST_JBTTL_D(SQL View) |
Index Back |
---|---|
Customer JobtitlesJobtitles the Customer uses. |
SELECT A.SETID , A.CUST_ID ,B.DESCR100 FROM %Table(FO_CUST_JBTITLE) A , %Table(FO_JOBTITLE) B WHERE A.JOB_CAT = B.JOB_CAT AND A.FO_JOBTITLE = B.FO_JOBTITLE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
3 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |