DBA Data[Home] [Help]

APPS.PAY_ETM_BUS dependencies on HR_CHKFMT

Line 546: hr_chkfmt.checkformat

542: --
543: -- Check that the base name format is correct (payroll name).
544: --
545: l_value := p_base_name;
546: hr_chkfmt.checkformat
547: (value => l_value
548: ,format => 'PAY_NAME'
549: ,output => l_output
550: ,minimum => null