DBA Data[Home] [Help]

APPS.M4U_XML_EXTN_UTILS dependencies on M4U_XML_EXTENSIONS

Line 435: FND_MESSAGE.SET_TOKEN('PARAM','M4U_XML_EXTENSIONS.VALIDATION_TYPE');

431:
432: no_validation(a_xml,x_valdtn_sts,x_valdtn_msg);
433: ELSE
434: FND_MESSAGE.SET_NAME('CLN','M4U_XFWK_INV_PARAM');
435: FND_MESSAGE.SET_TOKEN('PARAM','M4U_XML_EXTENSIONS.VALIDATION_TYPE');
436: FND_MESSAGE.SET_TOKEN('VALUE',g_hdr_rec.valdtn_typ);
437: x_api_ret_msg := FND_MESSAGE.GET;
438: END IF;
439:

Line 496: FROM m4u_xml_extensions

492: UPPER(TRIM(validation_type)), dtd_or_schema_location,
493: root_node, base_dir
494: INTO g_hdr_rec.extn_name, g_hdr_rec.tp_id, g_hdr_rec.valdtn_typ, g_hdr_rec.dtd_schma_loc,
495: g_hdr_rec.xml_root_node, g_hdr_rec.dtd_base_dir
496: FROM m4u_xml_extensions
497: WHERE extn_name = a_extn_name
498: AND trading_partner_id = a_tp_id;
499: l_extn_found := true;
500:

Line 523: FROM m4u_xml_extensions

519: UPPER(TRIM(validation_type)), dtd_or_schema_location,
520: root_node, base_dir
521: INTO g_hdr_rec.extn_name, g_hdr_rec.tp_id, g_hdr_rec.valdtn_typ, g_hdr_rec.dtd_schma_loc,
522: g_hdr_rec.xml_root_node, g_hdr_rec.dtd_base_dir
523: FROM m4u_xml_extensions
524: WHERE extn_name = a_extn_name
525: AND trading_partner_id = 'M4U_DEFAULT_TP';
526: IF g_log_lvl <= 1 THEN
527: cln_debug_pub.add('Default mapping found',1);

Line 1155: -- 1. load header info from m4u_xml_extensions

1151: x_ret_sts,x_ret_msg);
1152: END load_global_var;
1153:
1154: -- init map
1155: -- 1. load header info from m4u_xml_extensions
1156: -- 2. element mapping from m4u_element_mappings
1157: -- 3. level-ids from m4u_element_mappings
1158: -- 4. views for each level
1159: -- 5. columns for each view