DBA Data[Home] [Help]

APPS.PER_US_EEO4A_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 908: FROM hr_organization_information

904: NVL(org_information10,' ') contact_telephone,
905: NVL(org_information12,' ') control_number,
906: NVL(org_information15, ' ') email,
907: NVL(org_information14, ' ') fax
908: FROM hr_organization_information
909: WHERE org_information_context = 'EEO_REPORT'
910: AND organization_id = g_business_group_id;
911:
912: BEGIN