DBA Data[Home] [Help]

APPS.OKL_BILLING_RECON_RPT_PVT dependencies on HR_OPERATING_UNITS

Line 357: FROM hr_operating_units

353: ORDER BY 3,4,5,6;
354:
355: CURSOR op_unit_csr IS
356: SELECT NAME
357: FROM hr_operating_units
358: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request
359:
360:
361: l_op_unit_name hr_operating_units.name%TYPE;

Line 361: l_op_unit_name hr_operating_units.name%TYPE;

357: FROM hr_operating_units
358: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request
359:
360:
361: l_op_unit_name hr_operating_units.name%TYPE;
362:
363: BEGIN
364:
365: ------------------------------------------------------------