DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 608: FROM ap_invoice_distributions_all aid

604: AND APR.Registration_Event_Type = 'INVOICE_CANCELLED';
605:
606: cursor dist_debug_cur is
607: Select *
608: FROM ap_invoice_distributions_all aid
609: WHERE aid.invoice_id = p_invoice_id;
610:
611: l_inv_line_rec_list Inv_Line_Tab_Type;
612: l_ok_to_cancel BOOLEAN := FALSE;

Line 642: l_Accounting_event_ID AP_INVOICE_DISTRIBUTIONS_ALL.accounting_event_id%TYPE;

638: l_self_assess_tax_count NUMBER := 0 ; -- Bug 6694536
639: l_tax_dist_count NUMBER := 0; -- Bug 6815172
640:
641: -- Bug 4748638
642: l_Accounting_event_ID AP_INVOICE_DISTRIBUTIONS_ALL.accounting_event_id%TYPE;
643: l_cancel_dist_exists NUMBER := 0;
644: l_open_gl_date AP_INVOICES_ALL.gl_date%type;
645: l_funds_return_code VARCHAR2(30); -- 4276409 (3462325)
646: