CDR_BILLTO_VW(SQL View) |
Index Back |
---|---|
Active/Nonprspct Bill To CustsThis view includes Interunit flag and Bill To GL Business Unit. |
SELECT C.setid , C.cust_id , C.name1 FROM PS_CUSTOMER C WHERE C.cust_status = 'A' AND C.bill_to_flg = 'Y' AND C.cust_level <> 'P' |
# | 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 | BILL_TO_CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |