DBA Data[Home] [Help]

APPS.GHR_POSITION_COPY dependencies on HR_ORGANIZATION_INFORMATION

Line 9: FROM hr_organization_information ori

5: RETURN VARCHAR2 IS
6: --
7: CURSOR c_ori IS
8: SELECT ori.org_information4 seq_location
9: FROM hr_organization_information ori
10: WHERE ori.organization_id = p_org_id
11: AND ori.org_information_context = 'GHR_US_ORG_INFORMATION';
12: --
13: BEGIN