DBA Data[Home] [Help]

APPS.PQP_US_PENSION_EXTRACTS dependencies on BEN_EXT_FMT

Line 2218: l_err_name := Ben_Ext_Fmt.get_error_msg(p_err_no,

2214: l_err_name := NULL ;
2215: END IF ;
2216: -- If element name is sent get the message to write
2217: IF p_err_no IS NOT NULL AND p_element IS NOT NULL THEN
2218: l_err_name := Ben_Ext_Fmt.get_error_msg(p_err_no,
2219: p_err_name,
2220: p_element ) ;
2221: END IF ;
2222:

Line 2265: l_err_name := Ben_Ext_Fmt.get_error_msg(p_err_no,

2261: l_err_name := NULL ;
2262: END IF ;
2263: -- If element name is sent get the message to write
2264: IF p_err_no IS NOT NULL AND p_element IS NOT NULL THEN
2265: l_err_name := Ben_Ext_Fmt.get_error_msg(p_err_no,
2266: p_err_name,
2267: p_element ) ;
2268: END IF ;
2269:

Line 2899: Hr_Utility.set_location('..Applying NUMBER format mask :ben_ext_fmt.apply_format_mask',50);

2895: BEGIN
2896: IF i.frmt_mask_lookup_cd IS NOT NULL AND
2897: l_ff_value IS NOT NULL THEN
2898: IF Substr(i.frmt_mask_lookup_cd,1,1) = 'N' THEN
2899: Hr_Utility.set_location('..Applying NUMBER format mask :ben_ext_fmt.apply_format_mask',50);
2900: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);
2901: l_ff_value := l_ff_value_fmt;
2902: ELSIF Substr(i.frmt_mask_lookup_cd,1,1) = 'D' THEN
2903: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);

Line 2900: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);

2896: IF i.frmt_mask_lookup_cd IS NOT NULL AND
2897: l_ff_value IS NOT NULL THEN
2898: IF Substr(i.frmt_mask_lookup_cd,1,1) = 'N' THEN
2899: Hr_Utility.set_location('..Applying NUMBER format mask :ben_ext_fmt.apply_format_mask',50);
2900: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);
2901: l_ff_value := l_ff_value_fmt;
2902: ELSIF Substr(i.frmt_mask_lookup_cd,1,1) = 'D' THEN
2903: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);
2904: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),

Line 2903: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);

2899: Hr_Utility.set_location('..Applying NUMBER format mask :ben_ext_fmt.apply_format_mask',50);
2900: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);
2901: l_ff_value := l_ff_value_fmt;
2902: ELSIF Substr(i.frmt_mask_lookup_cd,1,1) = 'D' THEN
2903: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);
2904: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),
2905: i.frmt_mask_cd);
2906: l_ff_value := l_ff_value_fmt;
2907: END IF;

Line 2904: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),

2900: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);
2901: l_ff_value := l_ff_value_fmt;
2902: ELSIF Substr(i.frmt_mask_lookup_cd,1,1) = 'D' THEN
2903: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);
2904: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),
2905: i.frmt_mask_cd);
2906: l_ff_value := l_ff_value_fmt;
2907: END IF;
2908: END IF;

Line 5388: ,Ben_Ext_Fmt.g_elmt_name)||'. '||

5384: IF l_ext_rslt_id <> -1 THEN
5385: IF p_error_NUMBER IS NULL THEN
5386: l_error_text:= 'Warning raised in data element '||
5387: Nvl(Ben_Ext_Person.g_elmt_name
5388: ,Ben_Ext_Fmt.g_elmt_name)||'. '||
5389: p_error_text;
5390: ELSE
5391: Ben_Ext_Thread.g_err_num := p_error_NUMBER;
5392: Ben_Ext_Thread.g_err_name := p_error_text;

Line 5394: Ben_Ext_Fmt.get_error_msg(To_Number(Substr(p_error_text, 5, 5)),

5390: ELSE
5391: Ben_Ext_Thread.g_err_num := p_error_NUMBER;
5392: Ben_Ext_Thread.g_err_name := p_error_text;
5393: l_error_text :=
5394: Ben_Ext_Fmt.get_error_msg(To_Number(Substr(p_error_text, 5, 5)),
5395: p_error_text,Nvl(Ben_Ext_Person.g_elmt_name,Ben_Ext_Fmt.g_elmt_name) );
5396:
5397: END IF;
5398: l_person_id:= Nvl(get_current_extract_person(p_assignment_id)

Line 5395: p_error_text,Nvl(Ben_Ext_Person.g_elmt_name,Ben_Ext_Fmt.g_elmt_name) );

5391: Ben_Ext_Thread.g_err_num := p_error_NUMBER;
5392: Ben_Ext_Thread.g_err_name := p_error_text;
5393: l_error_text :=
5394: Ben_Ext_Fmt.get_error_msg(To_Number(Substr(p_error_text, 5, 5)),
5395: p_error_text,Nvl(Ben_Ext_Person.g_elmt_name,Ben_Ext_Fmt.g_elmt_name) );
5396:
5397: END IF;
5398: l_person_id:= Nvl(get_current_extract_person(p_assignment_id)
5399: ,Ben_Ext_Person.g_person_id);