DBA Data[Home] [Help]

APPS.FF_FFN_BUS dependencies on HR_CHKFMT

Line 341: hr_chkfmt.checkformat (l_name,

337: );
338: --
339: if (p_name is not null) then
340: l_name := p_name;
341: hr_chkfmt.checkformat (l_name,
342: 'PAY_NAME',
343: dummy,
344: null,
345: null,

Line 387: hr_chkfmt.checkformat (l_name,

383: -- Special character can not be used in alias name.
384: --
385: if (p_alias_name is not null) then
386: l_name := p_alias_name;
387: hr_chkfmt.checkformat (l_name,
388: 'PAY_NAME',
389: dummy,
390: null,
391: null,