DBA Data[Home] [Help]

APPS.PAY_CN_AUDIT_XMLGEN dependencies on PAY_CORE_FILES

Line 1147: pay_core_files.write_to_magtape_lob(l_xml);

1143: l_xml := '<'||p_node||'>'||l_data||''||EOL;
1144:
1145: END IF;
1146:
1147: pay_core_files.write_to_magtape_lob(l_xml);
1148:
1149: IF g_debug THEN
1150: hr_utility.trace ('Leaving '||l_proc_name);
1151: hr_utility.trace ('XML Data being written is '||l_xml);