DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_API dependencies on BEN_OPTION_IN_PLAN_IN_PGM_API

Line 406: ben_option_in_plan_in_pgm_api.create_option_in_plan_in_pgm(

402: end;
403: --
404: for l_cpp in c_cpp loop
405: --
406: ben_option_in_plan_in_pgm_api.create_option_in_plan_in_pgm(
407: p_validate => false,
408: p_oiplip_id => l_oiplip_id,
409: p_effective_start_date => l_opp_effective_start_date,
410: p_effective_end_date => l_opp_effective_end_date,

Line 1036: ben_option_in_plan_in_pgm_api.delete_option_in_plan_in_pgm(

1032: for l_opp in c_opp loop
1033: --
1034: l_opp_object_version_number := l_opp.object_version_number;
1035: --
1036: ben_option_in_plan_in_pgm_api.delete_option_in_plan_in_pgm(
1037: p_validate => false,
1038: p_oiplip_id => l_opp.oiplip_id,
1039: p_effective_start_date => l_opp_effective_start_date,
1040: p_effective_end_date => l_opp_effective_end_date,