DBA Data[Home] [Help]

APPS.PAY_SFR_BUS dependencies on HR_CHKFMT

Line 320: hr_chkfmt.checkformat

316: --
317: -- Check that the name format is correct (not null database item name).
318: --
319: l_value := p_result_name;
320: hr_chkfmt.checkformat
321: (value => l_value
322: ,format => 'PAY_NAME'
323: ,output => l_output
324: ,minimum => null