DBA Data[Home] [Help]

APPS.HR_DATA_PUMP dependencies on PER_BUSINESS_GROUPS_PERF

Line 207: from per_business_groups_perf grp

203: , p_batch_name
204: , p_batch_status
205: , p_business_group_name
206: , p_atomic_linked_calls
207: from per_business_groups_perf grp
208: , hr_pump_batch_headers pbh
209: where pbh.batch_id = p_batch_id
210: and grp.name (+) = pbh.business_group_name
211: for update of pbh.batch_status

Line 1510: , per_business_groups_perf grp

1506: , grp.security_group_id
1507: , pbl.business_group_name
1508: from hr_pump_batch_lines pbl
1509: , hr_api_modules ham
1510: , per_business_groups_perf grp
1511: where pbl.batch_id = p_batch_id
1512: and ham.api_module_id = pbl.api_module_id
1513: and pbl.process_sequence between
1514: p_range_start and p_range_end

Line 1522: from per_business_groups_perf

1518:
1519: cursor c2(p_business_group_name in varchar2) is
1520: select business_group_id
1521: , security_group_id
1522: from per_business_groups_perf
1523: where name = p_business_group_name
1524: ;
1525:
1526: l_prv_link_val hr_pump_batch_lines.link_value%type;