DBA Data[Home] [Help]

APPS.HR_COLLECTIVE_AGREEMENT_API dependencies on BEN_PLAN_API

Line 470: ben_plan_api.create_plan

466: END IF;
467: --
468: -- Create a Plan for the Collective Agreement
469: --
470: ben_plan_api.create_plan
471: (p_validate => p_validate
472: ,p_pl_id => l_pl_id
473: ,p_effective_start_date => l_effective_start_date
474: ,p_effective_end_date => l_effective_end_date

Line 1162: ben_plan_api.delete_plan

1158: END LOOP;
1159: --
1160: -- Delete Plan
1161: --
1162: ben_plan_api.delete_plan
1163: (p_validate => p_validate
1164: ,p_pl_id => l_pl_id
1165: ,p_effective_start_date => l_start_date
1166: ,p_effective_end_date => l_end_date