DBA Data[Home] [Help]

APPS.OKL_CONS_BILL dependencies on MO_GLOBAL

Line 2076: WHERE organization_id = mo_global.get_current_org_id();

2072: --Fixed Bug 5484903.
2073: CURSOR op_unit_csr IS
2074: SELECT name
2075: FROM hr_operating_units
2076: WHERE organization_id = mo_global.get_current_org_id();
2077:
2078:
2079: l_succ_cnt NUMBER;
2080: l_err_cnt NUMBER;