DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on BEN_COPY_ENTITY_RESULTS_API

Line 330: ben_copy_entity_results_api.create_copy_entity_results(

326: (p_table_alias => 'EGL',
327: p_table_route_id => l_egl_tr_id,
328: p_table_name => l_egl_tr_name);
329:
330: ben_copy_entity_results_api.create_copy_entity_results(
331: p_effective_date => p_effective_date
332: ,p_copy_entity_txn_id => p_copy_entity_txn_id
333: ,p_result_type_cd => 'DISPLAY'
334: ,p_table_name => l_egl_tr_name

Line 423: ben_copy_entity_results_api.create_copy_entity_results (

419: end if;
420:
421: -- copy every thing similar to copy_egl_row but keep our business_group_id instead
422:
423: ben_copy_entity_results_api.create_copy_entity_results (
424: p_copy_entity_result_id => l_egl_cer_id,
425: p_copy_entity_txn_id => p_copy_entity_txn_id,
426: p_result_type_cd => 'DISPLAY',
427: p_number_of_copies => 1,

Line 532: ben_copy_entity_results_api.create_copy_entity_results (

528: hr_utility.set_location('value set name is'||l_flex_value_set_name,10);
529: else
530: hr_utility.set_location('value set is not used',10);
531: end if;
532: ben_copy_entity_results_api.create_copy_entity_results (
533: p_copy_entity_result_id => l_egl_cer_id,
534: p_copy_entity_txn_id => p_copy_entity_txn_id,
535: p_result_type_cd => 'DISPLAY',
536: p_number_of_copies => 1,

Line 1515: ben_copy_entity_results_api.create_copy_entity_results(

1511: p_table_name => l_rcr_tr_name);
1512: --
1513: -- When a new criteria rate definition is added, Add a RCR row with the correct
1514: -- order number and details
1515: ben_copy_entity_results_api.create_copy_entity_results(
1516: p_effective_date => trunc(sysdate)
1517: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1518: ,p_result_type_cd => 'DISPLAY'
1519: ,p_table_name => l_rcr_tr_name