CA_CNCT_BI_VW

(SQL View)
Index Back

Current Ship To Contacts - CA


select a.setid, a.cust_id, a.cntct_seq_num, a.effdt, a.eff_status, a.name1, a.title, a.address_seq_num from PS_CUST_CONTACT a

# 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: SETID_TBL

2 BILL_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer
3 CNTCT_SEQ_NUM Number(5,0) INTEGER NOT NULL Contact Sequence Number

Prompt Table: CUST_CONTACT

4 EFFDT Date(10) DATE Effective Date
5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive
6 NAME1 Character(40) VARCHAR2(40) NOT NULL Name 1
7 TITLE Character(35) VARCHAR2(35) NOT NULL Title
8 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number