DBA Data[Home] [Help]

APPS.PAY_SBT_BUS dependencies on HR_CHKFMT

Line 258: hr_chkfmt.checkformat

254: -- with a space which is not the correct format.
255: --
256: l_value := replace(l_value, ' ', 'A');
257: end if;
258: hr_chkfmt.checkformat
259: (value => l_value
260: ,format => 'PAY_NAME'
261: ,output => l_output
262: ,minimum => null