DBA Data[Home] [Help]

APPS.HZ_IMP_ADDRESS_VAL_PKG dependencies on ECX_STANDARD

Line 711: ecx_standard.processXMLCover(

707: IF(l_event_data IS NOT NULL) THEN
708: l_ecx_map_code := p_event.getValueForParameter('ECX_MAP_CODE');
709: FND_FILE.put_line(fnd_file.log,'ECX Map Code: '||l_ecx_map_code);
710:
711: ecx_standard.processXMLCover(
712: i_map_code =>l_ecx_map_code,
713: i_inpayload =>l_event_data,
714: i_debug_level =>3);
715: commit;

Line 747: -- 1) Get the generated xml doc by ecx_standard.generate

743: --'oracle.apps.ar.hz.import.outboundxml' which is raised by
744: -- address_validation_child Concurrent Program.
745: --
746: -- This function rule will do the following
747: -- 1) Get the generated xml doc by ecx_standard.generate
748: -- 2) Pass the xml doc to HZ_LOCATION_SERVICES_PUB.submit_addrval_doc
749: -- 3) Get returned validated xml doc, raise another wf event to parse
750: -- the validated addresses.
751: ------------------------------------------------------------------------