DBA Data[Home] [Help]

APPS.PAY_US_HR_HELPDESK dependencies on HR_ORGANIZATION_INFORMATION

Line 63: hr_organization_information where organization_id = p_bus_grp_id

59: -- Cursor to fetch legislation_code
60:
61: cursor csr_leg_code(p_bus_grp_id number) is
62: select to_char(org_information9) from
63: hr_organization_information where organization_id = p_bus_grp_id
64: and org_information_context = 'Business Group Information';
65:
66: -- Cursor to fetch run_type
67: