DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 293: from HR_ORGANIZATION_INFORMATION

289:
290: -- Bug#2651909 Cursor to get OPM Organizational Component of Target Organization
291: cursor c_opm_org_component(p_organization_id IN NUMBER) is
292: Select org_information4
293: from HR_ORGANIZATION_INFORMATION
294: WHERE organization_id = p_organization_id
295: and ORG_INFORMATION_CONTEXT = 'GHR_US_ORG_REPORTING_INFO';
296:
297: l_assignment_id per_assignments_f.assignment_id%type;