DBA Data[Home] [Help]

APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on HR_OPERATING_UNITS

Line 200: from hr_operating_units

196: --pramasub 6066485 start
197: cursor c_fetch_sob_from_hrou(cp_org_id in number)
198: is
199: select set_of_books_id
200: from hr_operating_units
201: Where organization_id = cp_org_id;
202: v_new_org_id NUMBER;
203: v_sob_hrou_id NUMBER;
204: --pramasub 6066485 end