DBA Data[Home] [Help]

APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on AP_UTILITIES_PKG

Line 481: l_invoice_id_table ap_utilities_pkg.number_table_type;

477:
478: type message_table_type is table of VARCHAR2(4000) index by binary_integer;
479: l_message_table message_table_type;
480:
481: l_invoice_id_table ap_utilities_pkg.number_table_type;
482: l_invoice_line_id_table ap_utilities_pkg.number_table_type;
483:
484: l_message VARCHAR2(32000);
485: l_index NUMBER := 0;

Line 482: l_invoice_line_id_table ap_utilities_pkg.number_table_type;

478: type message_table_type is table of VARCHAR2(4000) index by binary_integer;
479: l_message_table message_table_type;
480:
481: l_invoice_id_table ap_utilities_pkg.number_table_type;
482: l_invoice_line_id_table ap_utilities_pkg.number_table_type;
483:
484: l_message VARCHAR2(32000);
485: l_index NUMBER := 0;
486: l_item_key VARCHAR2(100);

Line 737: l_result := ap_utilities_pkg.delete_invoice_from_interface(

733: ap_debug_pkg.print('Y','# of element in l_invoice_id_table:'||
734: to_char(nvl(l_invoice_id_table.last,0)));
735: ap_debug_pkg.print('Y','# of element in l_invoice_line_id_table:'||
736: to_char(nvl(l_invoice_line_id_table.last,0)));
737: l_result := ap_utilities_pkg.delete_invoice_from_interface(
738: l_invoice_id_table,
739: l_invoice_line_id_table,
740: 'AP_XML_INVOICE_INBOUND_PKG.notify_supplier');
741: ap_debug_pkg.print('Y','Deleting from the interfaces(-)');