CUST_PHN_EFF_VW(SQL View) |
Index Back |
---|---|
Contact Phone Info Eff View |
SELECT Z.SETID , Z.CUST_ID , Z.CNTCT_SEQ_NUM , Z.EFFDT , %subrec(PHONE_SBR, Z) , Z.LAST_MAINT_OPRID , Z.DATE_LAST_MAINT FROM PS_CUST_CNTCT_PHN Z WHERE %EffdtCheck(cust_cntct_phn,Z,%CurrentDateIn) |
# | 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
Prompt Table: CUST_CONTACT |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | PHONE_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Phone Type
BUSN=Business Phone CAMP=Campus Phone CELL=Cellular Phone DORM=Dormitory Phone FAX=FAX HOME=Home Phone MAIN=Main OTR=Other PGR1=Pager 1 PGR2=Pager 2 TELX=Telex |
6 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | Int'l Prefix |
7 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | Telephone |
8 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | Phone Extension |
9 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Last Maintained By Operator ID |
10 | DATE_LAST_MAINT | Date(10) | DATE | Date Last Maintained |