DBA Data[Home] [Help]

APPS.HXC_ABS_RETRIEVAL_PKG dependencies on PER_BUSINESS_GROUPS

Line 2749: FROM per_business_groups

2745: RETURN g_cost_struct(p_business_group_id).cost_allocation_structure;
2746: ELSE
2747: SELECT cost_allocation_structure
2748: INTO l_cost_alloc_struct
2749: FROM per_business_groups
2750: WHERE business_group_id = p_business_group_id;
2751:
2752: g_cost_struct(p_business_group_id).business_group_id := p_business_group_id;
2753: g_cost_struct(p_business_group_id).cost_allocation_structure := l_cost_alloc_struct;