DBA Data[Home] [Help]

APPS.OKL_STREAM_MIGRATION_PVT dependencies on HR_OPERATING_UNITS

Line 2299: FROM hr_operating_units

2295: -- Cursor to fetch the organization namd for a org id.
2296:
2297: CURSOR org_name_csr (l_org_id IN NUMBER) IS
2298: SELECT name
2299: FROM hr_operating_units
2300: WHERE organization_id = l_org_id;
2301:
2302:
2303: CURSOR gtt_start_date_csr IS

Line 2841: FROM hr_operating_units

2837:
2838:
2839: CURSOR org_name_csr (l_org_id IN NUMBER) IS
2840: SELECT name
2841: FROM hr_operating_units
2842: WHERE organization_id = l_org_id;
2843:
2844: -- End : Cursors declaration
2845: