DBA Data[Home] [Help]

APPS.BEN_EXTRACT dependencies on BEN_EXT_THREAD

Line 313: -- MH moved call to thread level (ben_ext_thread.do_multithread)

309: close c_ext_dfn;
310: hr_utility.set_location( 'GLOBAL Flag ' || ben_ext_person.g_ext_global_flag , 99 ) ;
311: /*
312: --
313: -- MH moved call to thread level (ben_ext_thread.do_multithread)
314: -- rather than chunk level to minimize
315: -- memory consumption
316: --
317: --

Line 362: -- MH moved call to thread level (ben_ext_thread.do_multithread)

358: --
359: -- Initialize tables
360: gtt_rcd_rqd_vals.DELETE;
361: --
362: -- MH moved call to thread level (ben_ext_thread.do_multithread)
363: -- rather than chunk level to minimize
364: -- memory consumption
365: --
366: -- For each Person - pb24/3/00:'not sure what this comment is meant to mean'?

Line 789: if ben_ext_thread.g_ext_group_elmt1 is null then

785: --
786:
787: --subhead
788:
789: if ben_ext_thread.g_ext_group_elmt1 is null then
790: open c_ext_file(p_ext_file_id) ;
791: fetch c_ext_file into l_ext_rcd ;
792: close c_ext_file ;
793:

Line 796: fetch c_ext_elmt into ben_ext_thread.g_ext_group_elmt1 ;

792: close c_ext_file ;
793:
794: if l_ext_rcd.ext_data_elmt_in_rcd_id1 is not null then
795: open c_ext_elmt(l_ext_rcd.ext_data_elmt_in_rcd_id1) ;
796: fetch c_ext_elmt into ben_ext_thread.g_ext_group_elmt1 ;
797: close c_ext_elmt ;
798:
799: if l_ext_rcd.ext_data_elmt_in_rcd_id2 is not null then
800: open c_ext_elmt(l_ext_rcd.ext_data_elmt_in_rcd_id2) ;

Line 801: fetch c_ext_elmt into ben_ext_thread.g_ext_group_elmt2 ;

797: close c_ext_elmt ;
798:
799: if l_ext_rcd.ext_data_elmt_in_rcd_id2 is not null then
800: open c_ext_elmt(l_ext_rcd.ext_data_elmt_in_rcd_id2) ;
801: fetch c_ext_elmt into ben_ext_thread.g_ext_group_elmt2 ;
802: close c_ext_elmt ;
803: end if ;
804: end if ;
805: end if ;