DBA Data[Home] [Help]

APPS.PAY_PAYSLIP_UTIL dependencies on HR_ORGANIZATION_INFORMATION

Line 53: from hr_organization_information

49: IS
50:
51: cursor get_legi_cd(cp_business_group_id number) is
52: select org_information9
53: from hr_organization_information
54: where organization_id = cp_business_group_id
55: and org_information_context = 'Business Group Information';
56:
57: lv_legislation_code varchar2(30) := NULL;