DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_EXT_FMT

Line 4581: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name,g_elmt_name ) ;

4577: --
4578: WHEN detail_error THEN
4579: --
4580: ROLLBACK TO cur_transaction;
4581: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name,g_elmt_name ) ;
4582: if g_debug then
4583: hr_utility.set_location('err msg ' || l_err_message, 99.98 );
4584: end if;
4585: write_error(

Line 4596: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name,g_elmt_name ) ;

4592:
4593: When detail_restart_error then
4594:
4595: ROLLBACK TO cur_transaction;
4596: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name,g_elmt_name ) ;
4597: if g_debug then
4598: hr_utility.set_location('err msg ' || l_err_message, 99.98 );
4599: end if;
4600: write_error(

Line 4620: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name) ;

4616: -- just error the person and go ahead with other person
4617: -- the log will be created in extract pkg , for only no data found log
4618: -- error
4619: if g_err_num = 94102 then
4620: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name) ;
4621: write_error(
4622: p_err_num => g_err_num,
4623: p_err_name => l_err_message,
4624: p_typ_cd => 'E',

Line 4639: -- This procedure will process extract levels and call ben_ext_fmt.process_ext_recs

4635: --
4636: -- ----------------------------------------------------------------------------
4637: -- |------< process_ext_levels >----------------------------------------------|
4638: -- ----------------------------------------------------------------------------
4639: -- This procedure will process extract levels and call ben_ext_fmt.process_ext_recs
4640: -- for each record level according to the extract definition.
4641: --
4642: -- For simplicity and due to the time constraint it is assummed that a given person
4643: -- can only be a participant or a dependent (not both) as well as the fact that a

Line 4717: hr_utility.set_location(' ben_ext_fmt.process_ext_recs',99 );

4713: -- Process Personal Level Detail Records
4714: --
4715: --
4716: if g_debug then
4717: hr_utility.set_location(' ben_ext_fmt.process_ext_recs',99 );
4718: end if;
4719: ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,
4720: p_ext_file_id => p_ext_file_id,
4721: p_data_typ_cd => p_data_typ_cd,

Line 4719: ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,

4715: --
4716: if g_debug then
4717: hr_utility.set_location(' ben_ext_fmt.process_ext_recs',99 );
4718: end if;
4719: ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,
4720: p_ext_file_id => p_ext_file_id,
4721: p_data_typ_cd => p_data_typ_cd,
4722: p_ext_typ_cd => p_ext_typ_cd,
4723: p_rcd_typ_cd => 'D',

Line 4770: -- ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,

4766: -- g_enrt_pl_name,
4767: -- g_enrt_pl_typ_id,
4768: -- g_enrt_pl_typ_name;
4769: --
4770: -- ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,
4771: -- p_ext_file_id => p_ext_file_id,
4772: -- p_data_typ_cd => p_data_typ_cd,
4773: -- p_ext_typ_cd => p_ext_typ_cd,
4774: -- p_rcd_typ_cd => 'D',