DBA Data[Home] [Help]

APPS.PER_JP_CTR_UTILITY_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 31: from hr_organization_information

27: function bg_itax_dpnt_ref_type(p_business_group_id in number) return varchar2
28: is
29: cursor csr_bg is
30: select org_information2
31: from hr_organization_information
32: where organization_id = p_business_group_id
33: and org_information_context = 'JP_BUSINESS_GROUP_INFO';
34: begin
35: --