DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on BEN_COPY_ENTITY_RESULTS_API

Line 2371: ben_copy_entity_results_api.update_copy_entity_results(

2367: Open csr_ovn(p_grade_result_id);
2368: Fetch csr_ovn into l_ovn;
2369: Close csr_ovn;
2370:
2371: ben_copy_entity_results_api.update_copy_entity_results(
2372: p_copy_entity_result_id => p_grade_result_id,
2373: p_effective_date => p_effective_date,
2374: p_information104 => 'UNLINK',
2375: p_object_version_number => l_ovn,

Line 2394: ben_copy_entity_results_api.update_copy_entity_results(

2390: Open csr_ovn(l_pln_result_id);
2391: Fetch csr_ovn into l_ovn;
2392: Close csr_ovn;
2393:
2394: ben_copy_entity_results_api.update_copy_entity_results(
2395: p_copy_entity_result_id => l_pln_result_id,
2396: p_effective_date => p_effective_date,
2397: p_Gs_Mr_Src_Entity_Result_Id => NULL,
2398: p_object_version_number => l_ovn,

Line 2408: ben_copy_entity_results_api.delete_copy_entity_results(

2404: Open csr_ovn(p_grade_result_id);
2405: Fetch csr_ovn into l_ovn;
2406: Close csr_ovn;
2407:
2408: ben_copy_entity_results_api.delete_copy_entity_results(
2409: p_copy_entity_result_id => p_grade_result_id,
2410: p_effective_date => p_effective_date,
2411: p_object_version_number => l_ovn);
2412: end if;

Line 2531: ben_copy_entity_results_api.update_copy_entity_results(

2527:
2528: Open csr_ovn(p_point_result_id);
2529: Fetch csr_ovn into l_ovn;
2530: Close csr_ovn;
2531: ben_copy_entity_results_api.update_copy_entity_results(
2532: p_copy_entity_result_id => p_point_result_id,
2533: p_effective_date => p_effective_date,
2534: p_information104 => 'UNLINK',
2535: p_object_version_number => l_ovn,

Line 2549: ben_copy_entity_results_api.update_copy_entity_results(

2545:
2546: Open csr_ovn(p_step_result_id);
2547: Fetch csr_ovn into l_ovn;
2548: Close csr_ovn;
2549: ben_copy_entity_results_api.update_copy_entity_results(
2550: p_copy_entity_result_id => p_step_result_id,
2551: p_effective_date => p_effective_date,
2552: p_information104 => 'UNLINK',
2553: p_object_version_number => l_ovn,

Line 2570: ben_copy_entity_results_api.delete_copy_entity_results(

2566:
2567: Open csr_ovn(p_point_result_id);
2568: Fetch csr_ovn into l_ovn;
2569: Close csr_ovn;
2570: ben_copy_entity_results_api.delete_copy_entity_results(
2571: p_copy_entity_result_id => p_point_result_id,
2572: p_effective_date => p_effective_date,
2573: p_object_version_number => l_ovn);
2574: end if;

Line 2585: ben_copy_entity_results_api.delete_copy_entity_results(

2581:
2582: Open csr_ovn(p_step_result_id);
2583: Fetch csr_ovn into l_ovn;
2584: Close csr_ovn;
2585: ben_copy_entity_results_api.delete_copy_entity_results(
2586: p_copy_entity_result_id => p_step_result_id,
2587: p_effective_date => p_effective_date,
2588: p_object_version_number => l_ovn);
2589: end if;

Line 2636: ben_copy_entity_results_api.update_copy_entity_results(

2632: hr_utility.set_location('p_grd_result_id:'||p_grd_result_id, 30);
2633: end if;
2634: for i in csr_points loop
2635: stepnum :=stepnum+1;
2636: ben_copy_entity_results_api.update_copy_entity_results(
2637: p_copy_entity_result_id => i.copy_entity_result_id,
2638: p_effective_date => p_effective_start_date,
2639: p_copy_entity_txn_id => p_copy_entity_txn_id,
2640: p_information5 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,

Line 4320: ben_copy_entity_results_api.update_copy_entity_results(

4316: begin
4317: for r_oipl_record in csr_oipl_records loop
4318:
4319: l_ovn := r_oipl_record.object_version_number;
4320: ben_copy_entity_results_api.update_copy_entity_results(
4321: p_effective_date => p_effective_date,
4322: p_copy_entity_result_id => r_oipl_record.copy_entity_result_id,
4323: p_information99 => p_point_name,
4324: p_information263 => p_sequence,

Line 4766: ben_copy_entity_results_api.update_copy_entity_results (

4762: p_gspine_id => l_gspine_id,
4763: p_new_ceil => l_final_step.information263
4764: );
4765: END IF;
4766: ben_copy_entity_results_api.update_copy_entity_results (
4767: p_copy_entity_result_id => p_final_ceiling_id,
4768: p_effective_date => p_effective_date,
4769: p_copy_entity_txn_id => p_copy_entity_txn_id,
4770: p_information98 => 'Y',

Line 4790: ben_copy_entity_results_api.update_copy_entity_results (

4786: FETCH csr_init_step INTO l_initial_step;
4787:
4788: IF (csr_init_step%FOUND)
4789: THEN
4790: ben_copy_entity_results_api.update_copy_entity_results (
4791: p_copy_entity_result_id => p_initial_ceiling_id,
4792: p_effective_date => p_effective_date,
4793: p_copy_entity_txn_id => p_copy_entity_txn_id,
4794: p_information98 => 'N',

Line 4807: ben_copy_entity_results_api.update_copy_entity_results (

4803: CLOSE csr_init_step;
4804: OPEN csr_grade;
4805: FETCH csr_grade INTO l_grade;
4806: CLOSE csr_grade;
4807: ben_copy_entity_results_api.update_copy_entity_results (
4808: p_copy_entity_result_id => p_grade_result_id,
4809: p_effective_date => p_effective_date,
4810: p_copy_entity_txn_id => p_copy_entity_txn_id,
4811: p_information103 => 'Y',