CA_CUST_CNCT_VW(SQL View) |
Index Back |
---|---|
Current Effect Dated Contacts |
SELECT a.setid , a.cust_id , a.cntct_seq_num , a.name1 , a.title FROM PS_CUST_CONTACT a WHERE %EffdtCheck(cust_contact a2, a, %CurrentDateIn) AND a.eff_status='A' |
# | 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 | Sold To Customer | |
3 | Number(5,0) | INTEGER NOT NULL | Contact Sequence Number | |
4 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
5 | TITLE | Character(35) | VARCHAR2(35) NOT NULL | Title |