OMPB_SLDINS_LVW(SQL View) |
Index Back |
---|---|
Customer Search Vw Related LngCustomer Search Vw Related Lng Date Init. Issue # Description 011107 JJM 1166712000 Added NAME2 for enhanced search |
SELECT C.BUSINESS_UNIT ,C.OMPB_BOOK_DEFN_ID ,C.OMPB_BOOK_ID ,C.OMPB_INSTANCE ,A.SETID ,A.CUST_ID ,A.LANGUAGE_CD ,A.NAME1 FROM PS_CUSTOMER_LANG A , PS_OMPB_INSTCST_VW C , PS_SET_CNTRL_REC S WHERE S.SETCNTRLVALUE = C.BUSINESS_UNIT AND S.REC_GROUP_ID = 'FS_23' AND S.RECNAME = 'CUSTOMER' AND S.SETID = A.SETID AND C.SOLD_TO_CUST_ID = A.CUST_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | OMPB_BOOK_DEFN_ID | Character(30) | VARCHAR2(30) NOT NULL | Customer Price Book Definition ID |
3 | OMPB_BOOK_ID | Character(30) | VARCHAR2(30) NOT NULL | Customer Price Book ID |
4 | OMPB_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | price book instance |
5 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
6 | 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. |
7 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
8 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |