DBA Data[Home] [Help]

APPS.BEN_PDW_COPY_BEN_TO_STG dependencies on BEN_PLAN_DESIGN_PLAN_MODULE

Line 1119: BEN_PLAN_DESIGN_PLAN_MODULE.CREATE_PLAN_RESULT

1115: FOR new_ctp IN cur_new_ctp
1116: LOOP
1117: hr_utility.set_location('copy plan: '||new_ctp.pl_id,20);
1118: /*
1119: BEN_PLAN_DESIGN_PLAN_MODULE.CREATE_PLAN_RESULT
1120: (p_copy_entity_result_id => l_copy_entity_result_id
1121: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1122: ,p_pl_id => new_ctp.pl_id
1123: ,p_business_group_id => p_business_group_id

Line 1189: BEN_PLAN_DESIGN_PLAN_MODULE.CREATE_PLAN_RESULT

1185: hr_utility.set_location('Entering: '||l_proc,10);
1186:
1187: hr_utility.set_location('copy plan: '||p_pl_id,20);
1188:
1189: BEN_PLAN_DESIGN_PLAN_MODULE.CREATE_PLAN_RESULT
1190: (p_copy_entity_result_id => l_copy_entity_result_id
1191: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1192: ,p_pl_id => p_pl_Id
1193: ,p_business_group_id => p_business_group_id

Line 1556: ben_plan_design_plan_module.create_ler_result(

1552: -- Added Table_alias and Removed typ_cd filter on LE Trigger
1553: -- Setting two who_columns
1554: Begin
1555: hr_utility.set_location('Entering: '||l_proc,10);
1556: ben_plan_design_plan_module.create_ler_result(
1557: p_validate => p_validate
1558: ,p_copy_entity_result_id => p_copy_entity_result_id
1559: ,p_copy_entity_txn_id => p_copy_entity_txn_id
1560: ,p_ler_id => p_ler_id

Line 3646: /*ben_plan_design_plan_module.create_yr_perd_result

3642: l_copy_entity_result_id := null;
3643: l_object_version_number := null;
3644:
3645: -- Call Plan Copy api for copying yrp rows during pdw insert
3646: /*ben_plan_design_plan_module.create_yr_perd_result
3647: (
3648: p_copy_entity_txn_id => p_copy_entity_txn_id
3649: ,p_effective_date => p_effective_date
3650: ,p_version_number => l_object_version_number

Line 3655: ben_plan_design_plan_module.create_yr_perd_result

3651: ,p_copy_entity_result_id=> l_copy_entity_result_id
3652: );*/
3653:
3654: -- added param "p_no_dup_rslt => 'PDW_NO_DUP_RSLT'"
3655: ben_plan_design_plan_module.create_yr_perd_result
3656: (
3657: p_copy_entity_result_id => l_copy_entity_result_id
3658: ,p_copy_entity_txn_id => p_copy_entity_txn_id
3659: ,p_yr_perd_id => l_YRP_rec.yr_perd_id