DBA Data[Home] [Help]

APPS.PAY_SS_REP_CATG_METADATA dependencies on HR_ORGANIZATION_INFORMATION

Line 11: FROM hr_organization_information

7: PROCEDURE create_payslip_records(p_business_group_id NUMBER ) IS
8: --
9: CURSOR get_template_code IS
10: SELECT DISTINCT org_information4 template_code
11: FROM hr_organization_information
12: WHERE org_information_context = 'HR_SELF_SERVICE_BG_PREFERENCE'
13: AND organization_id = p_business_group_id
14: AND org_information1 = 'PAYSLIP'
15: AND org_information3 = 'Y';