SP_AMB3RE_OPRLG(SQL View) |
Index Back |
---|---|
Rcvr Business UnitSelects the Receiver Business Unit from those entries in INTFC PHY A with load status NEW. |
SELECT DISTINCT C.OPRID , A.BUSINESS_UNIT_RECV , B.LANGUAGE_CD , B.DESCR FROM PS_INTFC_PHY_A A , PS_BUS_UNIT_LANG B , PS_SEC_BU_OPR C WHERE A.BUSINESS_UNIT_RECV = B.BUSINESS_UNIT AND A.LOAD_STATUS NOT IN ('CON' , 'UNI') AND A.RECEIVER_ID <> ' ' AND C.BUSINESS_UNIT = A.BUSINESS_UNIT_RECV |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BUSINESS_UNIT_RECV | Character(5) | VARCHAR2(5) NOT NULL | Receiving Business Unit |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |