DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on HR_CHKFMT

Line 492: hr_chkfmt.changeformat (

488:
489: hr_utility.trace('internal format BEFORE is '||l_internal_value);
490: hr_utility.trace('display format BEFORE is '||l_display_value);
491:
492: hr_chkfmt.changeformat (
493: l_internal_value, /* the value to be formatted (out - display) */
494: l_display_value, /* the formatted value on output (out - canonical) */
495: 'D',
496: NULL );