DBA Data[Home] [Help]

APPS.OKL_AM_BTCH_EXP_LEASE_LOAN_PVT dependencies on HR_OPERATING_UNITS

Line 340: FROM hr_operating_units hou

336:
337: -- Get the Org Name
338: CURSOR org_csr (p_org_id IN NUMBER) IS
339: SELECT hou.NAME
340: FROM hr_operating_units hou
341: WHERE hou.organization_id = p_org_id;
342:
343: l_org_id NUMBER := mo_global.get_current_org_id
344: ();