DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on HR_CHKFMT

Line 2741: hr_chkfmt.changeformat (v_value_format_in,

2737: hr_utility.set_message_token('STEP','7');
2738: hr_utility.raise_error;
2739: end if;
2740: else
2741: hr_chkfmt.changeformat (v_value_format_in,
2742: v_value_format_out,
2743: v_uom,
2744: p_input_currency_code);
2745: end if;

Line 5490: hr_chkfmt.changeformat(v_minimum_value,

5486: END IF;
5487: --
5488: if v_minimum_value is not null then
5489: --
5490: hr_chkfmt.changeformat(v_minimum_value,
5491: v_formatted_min_value,
5492: v_uom,
5493: v_input_currency_code);
5494: --

Line 5499: hr_chkfmt.changeformat(v_maximum_value,

5495: end if;
5496: --
5497: if v_maximum_value is not null then
5498: --
5499: hr_chkfmt.changeformat(v_maximum_value,
5500: v_formatted_max_value,
5501: v_uom,
5502: v_input_currency_code);
5503: --

Line 5508: hr_chkfmt.checkformat(p_formatted_value,

5504: end if;
5505: --
5506: -- Now format the value.
5507: begin
5508: hr_chkfmt.checkformat(p_formatted_value,
5509: v_uom,
5510: p_database_value,
5511: v_minimum_value,
5512: v_maximum_value,