5: ,p_cost_allocation_id_flex_num IN OUT NOCOPY NUMBER
6: ) is
7: cursor c is
8: select cost_allocation_structure
9: from per_business_groups
10: where business_group_id + 0 = p_business_group_id;
11: begin
12: hr_utility.set_location('pay_pgl_pkg.get_cost_allocation',1);
13: open c;