CUST_CR_A1S_VW(SQL View) |
Index Back |
---|---|
Active Correspondence Customer |
SELECT DISTINCT C.setid , C.cust_id , C.name1 , A.city , A.state FROM ps_customer C , PS_CUST_ADDRESS A WHERE C.cust_status = 'A' AND C.setid = A.setid AND C.cust_id = A.cust_id AND %EffdtCheck(cust_address, A, %currentdatein) AND A.eff_status='A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CRSPD_SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CRSPD_CUST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Correspondence Customer
Prompt Table: CUST_CR_A1S_VW |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
4 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
5 | STATE | Character(6) | VARCHAR2(6) NOT NULL |
State
Prompt Table: STATE_TBL |