DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on HR_CHKFMT

Line 923: hr_chkfmt.checkformat

919: p_error_if_true => TRUE);
920:
921:
922: -- Check if the name is in proper format
923: hr_chkfmt.checkformat
924: (l_name,
925: 'PAY_NAME',
926: l_chk_name,
927: null,

Line 1203: hr_chkfmt.checkformat

1199: l_name,
1200: p_error_if_true => TRUE);
1201:
1202: -- Check the name for proper format
1203: hr_chkfmt.checkformat
1204: (l_name,
1205: 'PAY_NAME',
1206: l_dummy,
1207: null,