CUST_CNCT_PF_VW(SQL View) |
Index Back |
---|---|
Contact Business Phone/Fax-OM |
SELECT A.SETID ,A.CUST_ID ,A.CNTCT_SEQ_NUM ,A.EFFDT ,A.COUNTRY_CODE ,A.PHONE ,A.EXTENSION ,B.PHONE FROM PS_CUST_CNTCT_PHN A, PS_CUST_CNTCT_PHN B WHERE A.SETID=B.SETID AND A.CUST_ID=B.CUST_ID AND A.CNTCT_SEQ_NUM=B.CNTCT_SEQ_NUM AND A.EFFDT=B.EFFDT AND A.PHONE_TYPE='BUSN' AND B.PHONE_TYPE='FAX' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
2 | 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 | Number(5,0) | INTEGER NOT NULL |
Contact Sequence Number
Prompt Table: CUST_CONTACT |
|
4 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
5 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | Int'l Prefix |
6 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | Telephone |
7 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | Phone Extension |
8 | FAX | Character(24) | VARCHAR2(24) NOT NULL | Fax Number |