DBA Data[Home] [Help]

APPS.PER_PERRPFP3_XMLP_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 42: from hr_organization_information

38:
39:
40: select org_information10
41: into c_currency_code
42: from hr_organization_information
43: where organization_id = p_business_group_id
44: and org_information_context = 'Business Group Information';
45:
46: /*srw.message('101','ts1');*/null;