DBA Data[Home] [Help]

APPS.PAY_SET_BUS dependencies on HR_CHKFMT

Line 621: hr_chkfmt.checkformat

617: -- with a space which is not the correct format.
618: --
619: l_value := replace(l_value, ' ', 'A');
620: end if;
621: hr_chkfmt.checkformat
622: (value => l_value
623: ,format => 'PAY_NAME'
624: ,output => l_output
625: ,minimum => null