DBA Data[Home] [Help]

APPS.PAY_SF_BUS dependencies on HR_CHKFMT

Line 231: hr_chkfmt.checkformat

227: -- which is not strictly the correct format.
228: --
229: l_value := replace(l_value, '_', 'A');
230: end if;
231: hr_chkfmt.checkformat
232: (value => l_value
233: ,format => 'DB_ITEM_NAME'
234: ,output => l_output
235: ,minimum => null