AUC_AW_CUSTCNTF

(SQL View)
Index Back

SELECT a.setid , a.cust_id , a.cntct_seq_num , a.name1 , a.title , a.emailid , a.address_seq_num , ' ' , ' ' , c.phone FROM PS_CUST_CONTACT a , ps_cust_cntct_phn c WHERE c.setid = a.setid AND c.cust_id = a.cust_id AND c.cntct_seq_num = a.cntct_seq_num AND c.phone_type = 'FAX'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Default Value: OPR_DEF_TBL_FS.SETID

Prompt Table: SP_SETID_NONVW

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.

Prompt Table: CUSTOMER

3 CNTCT_SEQ_NUM Number(5,0) INTEGER NOT NULL Contact Sequence Number
4 CONTACT_NAME Character(50) VARCHAR2(50) NOT NULL The individual contact name associated with a given bank/counterparty.
5 CONTACT_TITLE Character(35) VARCHAR2(35) NOT NULL The professional title for a given bank/counterparty contact person.
6 EMAILID Character(70) VARCHAR2(70) NOT NULL A user's E-mail address
7 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number
8 PHONE Character(24) VARCHAR2(24) NOT NULL Telephone
9 EXTENSION Character(6) VARCHAR2(6) NOT NULL Phone Extension
10 FAX Character(24) VARCHAR2(24) NOT NULL Fax Number