DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_PROCESS_PVT dependencies on HR_OPERATING_UNITS

Line 1009: FROM hr_operating_units

1005: -- Cursor to fetch the organization namd for a org id.
1006:
1007: CURSOR org_csr (l_org_id IN NUMBER) IS
1008: SELECT name
1009: FROM hr_operating_units
1010: WHERE organization_id = l_org_id;
1011:
1012: --- Cursor to select the error Headers
1013: