DBA Data[Home] [Help]

APPS.PAY_AC_UTILITY dependencies on HR_ORGANIZATION_INFORMATION

Line 33: from hr_organization_information

29: RETURN NUMBER IS
30:
31: cursor get_legislation (cp_bus_grp_id NUMBER) is
32: select org_information9
33: from hr_organization_information
34: where org_information_context = 'Business Group Information'
35: and organization_id = cp_bus_grp_id;
36:
37: cursor get_bal_dim_id (cp_dimension_name VARCHAR2