DBA Data[Home] [Help]

APPS.BEN_XEL_BUS dependencies on HR_CHKFMT

Line 792: hr_chkfmt.checkformat (p_xml_tag_name, 'DB_ITEM_NAME', p_xml_tag_name,

788:
789: if p_xml_tag_name is not null then
790: begin
791: -- Check if name legal format eg no spaces, or special characters
792: hr_chkfmt.checkformat (p_xml_tag_name, 'DB_ITEM_NAME', p_xml_tag_name,
793: null,null,'Y',rgeflg,null);
794: exception
795: when hr_utility.hr_error then
796: hr_utility.set_message (802, 'FFHR_6016_ALL_RES_WORDS');