DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on HR_OPERATING_UNITS

Line 16296: FROM hr_operating_units

16292: IS
16293:
16294: Cursor c_org_id IS
16295: SELECT organization_id
16296: FROM hr_operating_units
16297: WHERE organization_id = p_org_id;
16298: --12.2 charges log shachoud : start
16299:
16300: /* cursor c_org_id_moac IS

Line 16302: FROM hr_operating_units

16298: --12.2 charges log shachoud : start
16299:
16300: /* cursor c_org_id_moac IS
16301: SELECT organization_id
16302: FROM hr_operating_units
16303: WHERE organization_id = p_org_id and
16304: mo_global.check_access(organization_id) = 'Y'; */
16305:
16306: --12.2 charges log shachoud : end