DBA Data[Home] [Help]

APPS.PER_JP_CMA_UTILITY_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 34: from hr_organization_information

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