DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PER_BUSINESS_GROUPS_PERF

Line 11590: --per_business_groups_perf due to perf issues

11586: where budget_id = p_hr_budget_id;
11587:
11588: /*For Bug No : 2292003 Start*/
11589: --changed the view_name from per_business_groups to
11590: --per_business_groups_perf due to perf issues
11591: cursor c_business_group is
11592: select currency_code, to_number(cost_allocation_structure) id_flex_num
11593: from per_business_groups_perf
11594: where business_group_id = l_business_group_id;

Line 11593: from per_business_groups_perf

11589: --changed the view_name from per_business_groups to
11590: --per_business_groups_perf due to perf issues
11591: cursor c_business_group is
11592: select currency_code, to_number(cost_allocation_structure) id_flex_num
11593: from per_business_groups_perf
11594: where business_group_id = l_business_group_id;
11595: /*For Bug No : 2292003 End*/
11596:
11597: cursor c_BG is