DBA Data[Home] [Help]

APPS.BEN_REOPEN_LER_CONC dependencies on BEN_BENEFIT_ACTIONS

Line 216: ben_benefit_actions_api.create_benefit_actions

212: --
213: IF p_benefit_action_id IS NULL
214: THEN
215: --
216: ben_benefit_actions_api.create_benefit_actions
217: (p_validate => FALSE,
218: p_benefit_action_id => l_benefit_action_id,
219: p_process_date => l_effective_date,
220: p_mode_cd => 'S',

Line 637: -- fetch all the parameters of the process from ben_benefit actions

633:
634: --
635: CURSOR c_parameter
636: IS
637: -- fetch all the parameters of the process from ben_benefit actions
638: SELECT *
639: FROM ben_benefit_actions ben
640: WHERE ben.benefit_action_id = p_benefit_action_id;
641:

Line 639: FROM ben_benefit_actions ben

635: CURSOR c_parameter
636: IS
637: -- fetch all the parameters of the process from ben_benefit actions
638: SELECT *
639: FROM ben_benefit_actions ben
640: WHERE ben.benefit_action_id = p_benefit_action_id;
641:
642: --
643: CURSOR c_ler