SP_AMWCPO_NONVW(SQL View) |
Index Back |
---|---|
PO Business Unit - Pre IntfcSelects the PO Business Unit from those entries in pre interface am with load status NEW. |
SELECT DISTINCT A.BUSINESS_UNIT_PO , B.DESCR FROM PS_INTFC_PRE_AM A , PS_BUS_UNIT_TBL_FS B WHERE A.BUSINESS_UNIT_PO = B.BUSINESS_UNIT AND A.LOAD_STATUS = 'NEW' AND A.SYSTEM_SOURCE = 'PPO' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | PO Business Unit | |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |