SP_AMBI_C_CLSVW(SQL View) |
Index Back |
---|---|
Sec Vw - PS/AMBI Interf BUnitsBI BUnits associated to GL BUnits linked to AM BUnits. |
SELECT c.oprclass , a.business_unit , b.descr FROM PS_BUS_UNIT_TBL_BI a , ps_bus_unit_tbl_fs b , ps_sec_bu_cls c WHERE a.business_unit = b.business_unit AND b.business_unit = c.business_unit AND A.BUSINESS_UNIT_GL = B.BUSINESS_UNIT AND EXISTS ( SELECT 'x' FROM PS_BU_BOOK_TBL D , PS_BUS_UNIT_TBL_AM E WHERE D.BUSINESS_UNIT = E.BUSINESS_UNIT AND D.BOOK = E.DEFAULT_BOOK AND D.DISTRIBUTION_SW = 'Y' AND D.BUSINESS_UNIT_GL = A.BUSINESS_UNIT_GL) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |