DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on BEN_COPY_ENTITY_RESULTS_API

Line 2490: ben_copy_entity_results_api.update_copy_entity_results(

2486: Open csr_ovn(p_grade_result_id);
2487: Fetch csr_ovn into l_ovn;
2488: Close csr_ovn;
2489:
2490: ben_copy_entity_results_api.update_copy_entity_results(
2491: p_copy_entity_result_id => p_grade_result_id,
2492: p_effective_date => p_effective_date,
2493: p_information104 => 'UNLINK',
2494: p_object_version_number => l_ovn,

Line 2513: ben_copy_entity_results_api.update_copy_entity_results(

2509: Open csr_ovn(l_pln_result_id);
2510: Fetch csr_ovn into l_ovn;
2511: Close csr_ovn;
2512:
2513: ben_copy_entity_results_api.update_copy_entity_results(
2514: p_copy_entity_result_id => l_pln_result_id,
2515: p_effective_date => p_effective_date,
2516: p_Gs_Mr_Src_Entity_Result_Id => NULL,
2517: p_object_version_number => l_ovn,

Line 2527: ben_copy_entity_results_api.delete_copy_entity_results(

2523: Open csr_ovn(p_grade_result_id);
2524: Fetch csr_ovn into l_ovn;
2525: Close csr_ovn;
2526:
2527: ben_copy_entity_results_api.delete_copy_entity_results(
2528: p_copy_entity_result_id => p_grade_result_id,
2529: p_effective_date => p_effective_date,
2530: p_object_version_number => l_ovn);
2531: end if;

Line 2650: ben_copy_entity_results_api.update_copy_entity_results(

2646:
2647: Open csr_ovn(p_point_result_id);
2648: Fetch csr_ovn into l_ovn;
2649: Close csr_ovn;
2650: ben_copy_entity_results_api.update_copy_entity_results(
2651: p_copy_entity_result_id => p_point_result_id,
2652: p_effective_date => p_effective_date,
2653: p_information104 => 'UNLINK',
2654: p_object_version_number => l_ovn,

Line 2668: ben_copy_entity_results_api.update_copy_entity_results(

2664:
2665: Open csr_ovn(p_step_result_id);
2666: Fetch csr_ovn into l_ovn;
2667: Close csr_ovn;
2668: ben_copy_entity_results_api.update_copy_entity_results(
2669: p_copy_entity_result_id => p_step_result_id,
2670: p_effective_date => p_effective_date,
2671: p_information104 => 'UNLINK',
2672: p_object_version_number => l_ovn,

Line 2689: ben_copy_entity_results_api.delete_copy_entity_results(

2685:
2686: Open csr_ovn(p_point_result_id);
2687: Fetch csr_ovn into l_ovn;
2688: Close csr_ovn;
2689: ben_copy_entity_results_api.delete_copy_entity_results(
2690: p_copy_entity_result_id => p_point_result_id,
2691: p_effective_date => p_effective_date,
2692: p_object_version_number => l_ovn);
2693: end if;

Line 2704: ben_copy_entity_results_api.delete_copy_entity_results(

2700:
2701: Open csr_ovn(p_step_result_id);
2702: Fetch csr_ovn into l_ovn;
2703: Close csr_ovn;
2704: ben_copy_entity_results_api.delete_copy_entity_results(
2705: p_copy_entity_result_id => p_step_result_id,
2706: p_effective_date => p_effective_date,
2707: p_object_version_number => l_ovn);
2708: end if;

Line 2755: ben_copy_entity_results_api.update_copy_entity_results(

2751: hr_utility.set_location('p_grd_result_id:'||p_grd_result_id, 30);
2752: end if;
2753: for i in csr_points loop
2754: stepnum :=stepnum+1;
2755: ben_copy_entity_results_api.update_copy_entity_results(
2756: p_copy_entity_result_id => i.copy_entity_result_id,
2757: p_effective_date => p_effective_start_date,
2758: p_copy_entity_txn_id => p_copy_entity_txn_id,
2759: p_information5 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,

Line 4439: ben_copy_entity_results_api.update_copy_entity_results(

4435: begin
4436: for r_oipl_record in csr_oipl_records loop
4437:
4438: l_ovn := r_oipl_record.object_version_number;
4439: ben_copy_entity_results_api.update_copy_entity_results(
4440: p_effective_date => p_effective_date,
4441: p_copy_entity_result_id => r_oipl_record.copy_entity_result_id,
4442: p_information99 => p_point_name,
4443: p_information263 => p_sequence,

Line 4885: ben_copy_entity_results_api.update_copy_entity_results (

4881: p_gspine_id => l_gspine_id,
4882: p_new_ceil => l_final_step.information263
4883: );
4884: END IF;
4885: ben_copy_entity_results_api.update_copy_entity_results (
4886: p_copy_entity_result_id => p_final_ceiling_id,
4887: p_effective_date => p_effective_date,
4888: p_copy_entity_txn_id => p_copy_entity_txn_id,
4889: p_information98 => 'Y',

Line 4909: ben_copy_entity_results_api.update_copy_entity_results (

4905: FETCH csr_init_step INTO l_initial_step;
4906:
4907: IF (csr_init_step%FOUND)
4908: THEN
4909: ben_copy_entity_results_api.update_copy_entity_results (
4910: p_copy_entity_result_id => p_initial_ceiling_id,
4911: p_effective_date => p_effective_date,
4912: p_copy_entity_txn_id => p_copy_entity_txn_id,
4913: p_information98 => 'N',

Line 4926: ben_copy_entity_results_api.update_copy_entity_results (

4922: CLOSE csr_init_step;
4923: OPEN csr_grade;
4924: FETCH csr_grade INTO l_grade;
4925: CLOSE csr_grade;
4926: ben_copy_entity_results_api.update_copy_entity_results (
4927: p_copy_entity_result_id => p_grade_result_id,
4928: p_effective_date => p_effective_date,
4929: p_copy_entity_txn_id => p_copy_entity_txn_id,
4930: p_information103 => 'Y',