DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_EXT_FMT

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

4612: --
4613: WHEN detail_error THEN
4614: --
4615: ROLLBACK TO cur_transaction;
4616: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name,g_elmt_name ) ;
4617: if g_debug then
4618: hr_utility.set_location('err msg ' || l_err_message, 99.98 );
4619: end if;
4620: write_error(

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

4627:
4628: When detail_restart_error then
4629:
4630: ROLLBACK TO cur_transaction;
4631: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name,g_elmt_name ) ;
4632: if g_debug then
4633: hr_utility.set_location('err msg ' || l_err_message, 99.98 );
4634: end if;
4635: write_error(

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

4651: -- just error the person and go ahead with other person
4652: -- the log will be created in extract pkg , for only no data found log
4653: -- error
4654: if g_err_num = 94102 then
4655: l_err_message := ben_ext_fmt.get_error_msg(g_err_num,g_err_name) ;
4656: write_error(
4657: p_err_num => g_err_num,
4658: p_err_name => l_err_message,
4659: p_typ_cd => 'E',

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

4670: --
4671: -- ----------------------------------------------------------------------------
4672: -- |------< process_ext_levels >----------------------------------------------|
4673: -- ----------------------------------------------------------------------------
4674: -- This procedure will process extract levels and call ben_ext_fmt.process_ext_recs
4675: -- for each record level according to the extract definition.
4676: --
4677: -- For simplicity and due to the time constraint it is assummed that a given person
4678: -- can only be a participant or a dependent (not both) as well as the fact that a

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

4748: -- Process Personal Level Detail Records
4749: --
4750: --
4751: if g_debug then
4752: hr_utility.set_location(' ben_ext_fmt.process_ext_recs',99 );
4753: end if;
4754: ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,
4755: p_ext_file_id => p_ext_file_id,
4756: p_data_typ_cd => p_data_typ_cd,

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

4750: --
4751: if g_debug then
4752: hr_utility.set_location(' ben_ext_fmt.process_ext_recs',99 );
4753: end if;
4754: ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,
4755: p_ext_file_id => p_ext_file_id,
4756: p_data_typ_cd => p_data_typ_cd,
4757: p_ext_typ_cd => p_ext_typ_cd,
4758: p_rcd_typ_cd => 'D',

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

4801: -- g_enrt_pl_name,
4802: -- g_enrt_pl_typ_id,
4803: -- g_enrt_pl_typ_name;
4804: --
4805: -- ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,
4806: -- p_ext_file_id => p_ext_file_id,
4807: -- p_data_typ_cd => p_data_typ_cd,
4808: -- p_ext_typ_cd => p_ext_typ_cd,
4809: -- p_rcd_typ_cd => 'D',