DBA Data[Home] [Help]

APPS.PAY_SIR_BUS dependencies on HR_CHKFMT

Line 150: hr_chkfmt.checkformat

146: --
147: -- Check that the name format is correct (not null database item name).
148: --
149: l_value := p_result_name;
150: hr_chkfmt.checkformat
151: (value => l_value
152: ,format => 'PAY_NAME'
153: ,output => l_output
154: ,minimum => null