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 2353: from hr_organization_information

2349: -- "Disabled" business groups.
2350: --
2351: cursor csr_bg is
2352: select organization_id
2353: from hr_organization_information
2354: where org_information_context = 'Business Group Information'
2355: and org_information9 = p_legislation_code
2356: and rownum <= 1;
2357: --