SP_BUAMBI_NONVW(SQL View) |
Index Back |
---|---|
Sec Vw - PS/AMBI Interf BUnitsAM BUs of assets pending to process. Used to launch the AM_BI_INTFC AppEngine. |
SELECT DISTINCT a.business_unit , b.descr ,b.descrshort FROM PS_AMBI_INTFC_BILL a , PS_BUS_UNIT_TBL_FS b WHERE a.business_unit = b.business_unit AND a.AM_TRAN_LOAD = 'P' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |