DBA Data[Home] [Help]

APPS.BEN_CWB_BACKOUT_POST_PROCESS dependencies on BEN_BATCH_PROC_INFO

Line 198: FROM ben_batch_proc_info info

194: CURSOR c_batch_proc_info (v_benefit_action_id IN NUMBER)
195: IS
196: SELECT info.batch_proc_id
197: , info.object_version_number
198: FROM ben_batch_proc_info info
199: WHERE info.benefit_action_id = v_benefit_action_id;
200:
201: CURSOR c_error_per_summary (v_benefit_action_id IN NUMBER)
202: IS

Line 1212: ben_batch_proc_info_api.create_batch_proc_info

1208: -- Set value of number of persons processed
1209: --
1210: g_exec_param_rec.persons_selected :=
1211: g_exec_param_rec.persons_errored + g_exec_param_rec.persons_proc_succ;
1212: ben_batch_proc_info_api.create_batch_proc_info
1213: (p_validate => FALSE
1214: , p_batch_proc_id => l_batch_proc_id
1215: , p_benefit_action_id => p_benefit_action_id
1216: , p_strt_dt => TRUNC