DBA Data[Home] [Help]

APPS.BEN_EXT_ANSI dependencies on BEN_EXT_ENRT

Line 208: ben_ext_enrt.main(

204: IF ben_ext_person.g_part_type = 'P' AND ben_extract.g_enrt_lvl = 'Y' then
205: --
206: -- create enrollment extract rows
207: -- =========================================
208: ben_ext_enrt.main(
209: p_person_id => p_person_id,
210: p_ext_rslt_id => p_ext_rslt_id,
211: p_ext_file_id => p_ext_file_id,
212: p_data_typ_cd => p_data_typ_cd,

Line 334: ben_ext_enrt_spcl.main(

330: -- Process Enrollment Level Records
331: --
332: if ben_ext_person.g_part_type = 'D' and ben_extract.g_enrt_lvl = 'Y' then
333: --
334: ben_ext_enrt_spcl.main(
335: p_dpnt_person_id => p_person_id,
336: p_prtt_person_id => i.person_id,
337: p_ext_rslt_id => p_ext_rslt_id,
338: p_ext_file_id => p_ext_file_id,