DBA Data[Home] [Help]

APPS.PER_JP_CMA_UTILITY_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 32: from hr_organization_information

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