DBA Data[Home] [Help]

APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on BEN_PLAN_DESIGN_PROGRAM_MODULE

Line 4021: ben_plan_design_program_module.g_pdw_allow_dup_rslt := ben_plan_design_program_module.g_pdw_no_dup_rslt;

4017: --
4018: ELSIF p_table_alias='SVA' THEN
4019: IF (NOT staged_record_exists('SVA',p_information1,p_copy_entity_txn_id)) THEN
4020: -- setting g_pdw_allow_dup_rlst to ensure that duplicat Postal Zip values are not copied in to staging
4021: ben_plan_design_program_module.g_pdw_allow_dup_rslt := ben_plan_design_program_module.g_pdw_no_dup_rslt;
4022: ben_pd_rate_and_cvg_module.create_service_results
4023: (
4024: p_copy_entity_result_id => null
4025: ,p_copy_entity_txn_id =>p_copy_entity_txn_id

Line 4032: ben_plan_design_program_module.g_pdw_allow_dup_rslt := NULL ;

4028: ,p_number_of_copies =>1
4029: ,p_object_version_number =>l_ovn_number
4030: ,p_effective_date =>l_effective_date
4031: ) ;
4032: ben_plan_design_program_module.g_pdw_allow_dup_rslt := NULL ;
4033: RETURN;
4034: END IF;
4035: --
4036: ELSIF p_table_alias='RZR' THEN

Line 4849: ben_plan_design_program_module.create_program_result (

4845: hr_utility.set_location('Entering: '||l_proc,10);
4846: --
4847: --dbms_output.put_line('CALLING PGM COPY1');
4848: -- Call PCP API
4849: ben_plan_design_program_module.create_program_result (
4850: p_copy_entity_result_id =>l_copy_entity_result_id
4851: ,p_copy_entity_txn_id =>p_copy_entity_txn_id
4852: ,p_pgm_id =>p_pgm_id
4853: ,p_business_group_id =>p_business_group_id

Line 5065: ben_plan_design_program_module.create_formula_result

5061: hr_utility.set_location('Entering: '||l_proc,10);
5062: --
5063: --Call plan copy api to copy Formula
5064: --
5065: ben_plan_design_program_module.create_formula_result
5066: (
5067: p_validate => p_validate
5068: ,p_copy_entity_result_id => p_copy_entity_result_id
5069: ,p_copy_entity_txn_id => p_copy_entity_txn_id