DBA Data[Home] [Help]

APPS.OKL_GL_TRANSFER_PVT dependencies on HR_OPERATING_UNITS

Line 244: FROM hr_operating_units

240: GROUP BY ael.gl_transfer_error_code;
241:
242: CURSOR org_csr (p_org_id IN NUMBER) IS
243: SELECT name
244: FROM hr_operating_units
245: WHERE organization_id = p_org_id;
246:
247: BEGIN
248: