DBA Data[Home] [Help]

APPS.POS_SUPP_PUB_RAISE_EVENT_PKG dependencies on XMLTYPE

Line 516: l_xml_data xmltype;

512: l_pos_supplier_bo pos_supplier_bo;
513: x_return_status VARCHAR2(1000);
514: x_msg_count NUMBER := 0;
515: x_msg_data VARCHAR2(1000);
516: l_xml_data xmltype;
517: l_xml_conversion_stats INTEGER := 0;
518: BEGIN
519:
520: FOR i IN p_party_id.first .. p_party_id.last LOOP

Line 536: l_xml_data := xmltype(l_pos_supplier_bo);

532: x_msg_data);
533:
534: l_xml_conversion_stats := 0;
535: BEGIN
536: l_xml_data := xmltype(l_pos_supplier_bo);
537: l_xml_conversion_stats := 1;
538: EXCEPTION
539: WHEN OTHERS THEN
540: RAISE;