DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_BATCH_BNFT_CERT_INFO_API

Line 215: ben_batch_bnft_cert_info_api.create_batch_bnft_cert_info

211: For i in 1..g_cert_cnt loop
212: --
213: l_actn := 'Calling create_batch_bnft_cert_info (Certification)...';
214: --
215: ben_batch_bnft_cert_info_api.create_batch_bnft_cert_info
216: (p_batch_benft_cert_id => l_id
217: ,p_benefit_action_id => benutils.g_benefit_action_id
218: ,p_person_id => p_person_id
219: ,p_actn_typ_id => g_cert_tbl(i).actn_typ_id

Line 233: ben_batch_bnft_cert_info_api.create_batch_bnft_cert_info

229: For i in 1..g_bnf_cnt loop
230: --
231: l_actn := 'Calling create_batch_bnft_cert_info (Beneficiary)...';
232: --
233: ben_batch_bnft_cert_info_api.create_batch_bnft_cert_info
234: (p_batch_benft_cert_id => l_id
235: ,p_benefit_action_id => benutils.g_benefit_action_id
236: ,p_person_id => p_person_id
237: ,p_typ_cd => 'B' ||