DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on PER_BUSINESS_GROUPS_PERF

Line 185: from per_business_groups_perf

181: if p_business_group is not null then
182: begin
183: select business_group_id
184: into g_business_group_id
185: from per_business_groups_perf
186: where name = p_business_group ;
187: exception
188: when no_data_found then
189: raise ;

Line 733: from per_business_groups_perf

729: where job_id = p_val;
730:
731: cursor c_bg is
732: select name
733: from per_business_groups_perf
734: where business_group_id = p_val;
735:
736: cursor c_pos is
737: select name

Line 1514: from per_business_groups_perf

1510: ;
1511:
1512: cursor c_bg is
1513: select business_group_id
1514: from per_business_groups_perf
1515: where name = p_meaning
1516: ;
1517:
1518: cursor c_pos is