DBA Data[Home] [Help]

APPS.GHR_POSN_COPY dependencies on HR_ORGANIZATION_INFORMATION

Line 18: FROM hr_organization_information ori

14: --
15:
16: CURSOR c_ori IS
17: SELECT ori.org_information4 seq_location
18: FROM hr_organization_information ori
19: WHERE ori.organization_id = p_business_group_id
20: AND ori.org_information_context = 'GHR_US_ORG_INFORMATION';
21: --
22: BEGIN