DBA Data[Home] [Help]

APPS.AP_ACCTG_DATA_FIX_PKG dependencies on AP_ACCTG_PAY_DIST_PKG

Line 3244: l_inv_pay_rec ap_acctg_pay_dist_pkg.r_inv_pay_info;

3240: l_inv_rec ap_accounting_pay_pkg.r_invoices_info;
3241: l_xla_event_rec ap_accounting_pay_pkg.r_xla_event_info;
3242: l_pay_hist_rec ap_accounting_pay_pkg.r_pay_hist_info;
3243: l_clr_hist_rec ap_accounting_pay_pkg.r_pay_hist_info;
3244: l_inv_pay_rec ap_acctg_pay_dist_pkg.r_inv_pay_info;
3245: l_prepay_inv_rec ap_accounting_pay_pkg.r_invoices_info;
3246: l_prepay_hist_rec AP_ACCTG_PREPAY_DIST_PKG.r_prepay_hist_info;
3247: l_prepay_dist_rec AP_ACCTG_PREPAY_DIST_PKG.r_prepay_dist_info;
3248:

Line 3810: OPEN Ap_Acctg_Pay_Dist_Pkg.Invoice_Header(l_invoice_id);

3806: l_debug_info);
3807: END IF;
3808:
3809:
3810: OPEN Ap_Acctg_Pay_Dist_Pkg.Invoice_Header(l_invoice_id);
3811: FETCH Ap_Acctg_Pay_Dist_Pkg.Invoice_Header INTO l_inv_rec;
3812: CLOSE Ap_Acctg_Pay_Dist_Pkg.Invoice_Header;
3813:
3814: l_debug_info := 'Before the is_final_payment api call';

Line 3811: FETCH Ap_Acctg_Pay_Dist_Pkg.Invoice_Header INTO l_inv_rec;

3807: END IF;
3808:
3809:
3810: OPEN Ap_Acctg_Pay_Dist_Pkg.Invoice_Header(l_invoice_id);
3811: FETCH Ap_Acctg_Pay_Dist_Pkg.Invoice_Header INTO l_inv_rec;
3812: CLOSE Ap_Acctg_Pay_Dist_Pkg.Invoice_Header;
3813:
3814: l_debug_info := 'Before the is_final_payment api call';
3815: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN

Line 3812: CLOSE Ap_Acctg_Pay_Dist_Pkg.Invoice_Header;

3808:
3809:
3810: OPEN Ap_Acctg_Pay_Dist_Pkg.Invoice_Header(l_invoice_id);
3811: FETCH Ap_Acctg_Pay_Dist_Pkg.Invoice_Header INTO l_inv_rec;
3812: CLOSE Ap_Acctg_Pay_Dist_Pkg.Invoice_Header;
3813:
3814: l_debug_info := 'Before the is_final_payment api call';
3815: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
3816: FND_LOG.STRING(G_LEVEL_STATEMENT,

Line 3911: OPEN Ap_Acctg_Pay_Dist_Pkg.Payment_History(l_max_event_id);

3907: G_MODULE_NAME||l_procedure_name,
3908: l_debug_info);
3909: END IF;
3910:
3911: OPEN Ap_Acctg_Pay_Dist_Pkg.Payment_History(l_max_event_id);
3912: FETCH Ap_Acctg_Pay_Dist_Pkg.Payment_History INTO l_pay_hist_rec;
3913: CLOSE Ap_Acctg_Pay_Dist_Pkg.Payment_History;
3914:
3915: l_debug_info := 'Fetching the Invoice Payment Record';

Line 3912: FETCH Ap_Acctg_Pay_Dist_Pkg.Payment_History INTO l_pay_hist_rec;

3908: l_debug_info);
3909: END IF;
3910:
3911: OPEN Ap_Acctg_Pay_Dist_Pkg.Payment_History(l_max_event_id);
3912: FETCH Ap_Acctg_Pay_Dist_Pkg.Payment_History INTO l_pay_hist_rec;
3913: CLOSE Ap_Acctg_Pay_Dist_Pkg.Payment_History;
3914:
3915: l_debug_info := 'Fetching the Invoice Payment Record';
3916: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN

Line 3913: CLOSE Ap_Acctg_Pay_Dist_Pkg.Payment_History;

3909: END IF;
3910:
3911: OPEN Ap_Acctg_Pay_Dist_Pkg.Payment_History(l_max_event_id);
3912: FETCH Ap_Acctg_Pay_Dist_Pkg.Payment_History INTO l_pay_hist_rec;
3913: CLOSE Ap_Acctg_Pay_Dist_Pkg.Payment_History;
3914:
3915: l_debug_info := 'Fetching the Invoice Payment Record';
3916: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
3917: FND_LOG.STRING(G_LEVEL_STATEMENT,