DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on HR_CHKFMT

Line 2490: hr_chkfmt.changeformat (v_value_format_in,

2486: hr_utility.set_message_token('STEP','7');
2487: hr_utility.raise_error;
2488: end if;
2489: else
2490: hr_chkfmt.changeformat (v_value_format_in,
2491: v_value_format_out,
2492: v_uom,
2493: p_input_currency_code);
2494: end if;

Line 5101: hr_chkfmt.changeformat(v_minimum_value,

5097: END IF;
5098: --
5099: if v_minimum_value is not null then
5100: --
5101: hr_chkfmt.changeformat(v_minimum_value,
5102: v_formatted_min_value,
5103: v_uom,
5104: v_input_currency_code);
5105: --

Line 5110: hr_chkfmt.changeformat(v_maximum_value,

5106: end if;
5107: --
5108: if v_maximum_value is not null then
5109: --
5110: hr_chkfmt.changeformat(v_maximum_value,
5111: v_formatted_max_value,
5112: v_uom,
5113: v_input_currency_code);
5114: --

Line 5119: hr_chkfmt.checkformat(p_formatted_value,

5115: end if;
5116: --
5117: -- Now format the value.
5118: begin
5119: hr_chkfmt.checkformat(p_formatted_value,
5120: v_uom,
5121: p_database_value,
5122: v_minimum_value,
5123: v_maximum_value,