DBA Data[Home] [Help]

APPS.PAY_CA_GROUP_LEVEL_BAL_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 2287: from hr_organization_information hoi

2283:
2284: begin
2285: select org_information5
2286: into lv_gre_type
2287: from hr_organization_information hoi
2288: where hoi.org_information_context = 'Canada Employer Identification'
2289: and hoi.organization_id = p_gre_id;
2290:
2291: exception

Line 2835: from hr_organization_information hoi

2831:
2832: begin
2833: select org_information5
2834: into lv_gre_type
2835: from hr_organization_information hoi
2836: where hoi.org_information_context = 'Canada Employer Identification'
2837: and hoi.organization_id = p_gre_id;
2838:
2839: hr_utility.trace('lv_gre_type: '||lv_gre_type);