DBA Data[Home] [Help]

APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on HR_OPERATING_UNITS

Line 206: from hr_operating_units

202: --pramasub 6066485 start
203: cursor c_fetch_sob_from_hrou(cp_org_id in number)
204: is
205: select set_of_books_id
206: from hr_operating_units
207: Where organization_id = cp_org_id;
208: v_new_org_id NUMBER;
209: v_sob_hrou_id NUMBER;
210: --pramasub 6066485 end