DBA Data[Home] [Help]

APPS.PAY_IN_SOE dependencies on HR_ORGANIZATION_INFORMATION_V

Line 40: FROM hr_organization_information_v

36: IS
37: --
38: SELECT org_information7 template
39: ,org_information8 chunk_size
40: FROM hr_organization_information_v
41: WHERE organization_id = p_business_group_id
42: AND org_information_context= 'PER_IN_PRINTED_PAYSLIP';
43: --
44: l_template VARCHAR2(50);