DBA Data[Home] [Help]

APPS.PAY_JP_EXTRA_BANK_RULES dependencies on HR_CHKFMT

Line 19: hr_chkfmt.checkformat

15: if p_input is not null then
16: --
17: l_input := p_input;
18: --
19: hr_chkfmt.checkformat
20: (
21: value => l_input,
22: format => 'KANA',
23: output => l_output,