DBA Data[Home] [Help]

APPS.PAY_JP_GENERIC_UPGRADE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 55: from hr_organization_information

51: -- "Disabled" business groups.
52: --
53: cursor csr_bg is
54: select organization_id
55: from hr_organization_information
56: where org_information_context = 'Business Group Information'
57: and org_information9 = p_legislation_code
58: and rownum = 1;
59: begin

Line 2879: from hr_organization_information

2875: -- "Disabled" business groups.
2876: --
2877: cursor csr_bg is
2878: select organization_id
2879: from hr_organization_information
2880: where org_information_context = 'Business Group Information'
2881: and org_information9 = p_legislation_code
2882: and rownum <= 1;
2883: --