DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on PER_BUSINESS_GROUPS_PERF

Line 474: from per_business_groups_perf bus

470: -- for the current business group
471: --
472: cursor csr_cost_idsel is
473: select bus.cost_allocation_structure
474: from per_business_groups_perf bus
475: where bus.business_group_id = p_business_group_id;
476: --
477: begin
478: --

Line 1588: from per_business_groups_perf bus

1584: --
1585: --
1586: cursor csr_cost_idsel is
1587: select bus.cost_allocation_structure
1588: from per_business_groups_perf bus
1589: where bus.business_group_id = l_business_group_id;
1590: --
1591: -- Start of 3187772
1592: l_old_cost_segments c_cost_segments%rowtype;