DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_CREATE_PAY_SCHEDS_PKG

Line 2081: -- Step 15.3: Call AP_CREATE_PAY_SCHEDS_PKG.AP_Create_From_Terms

2077: ||' l_valid_invoices_count = '||to_char(l_valid_invoices_count));
2078: END IF;
2079:
2080: ---------------------------------------------------------------
2081: -- Step 15.3: Call AP_CREATE_PAY_SCHEDS_PKG.AP_Create_From_Terms
2082: -- Insert payment schedules FROM term
2083: ---------------------------------------------------------------
2084:
2085: debug_info := '(Import_invoice 15.3) Insert payment schedules '||

Line 2092: AP_CREATE_PAY_SCHEDS_PKG.Create_payment_schedules(

2088: AP_IMPORT_UTILITIES_PKG.Print(
2089: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
2090: END IF;
2091:
2092: AP_CREATE_PAY_SCHEDS_PKG.Create_payment_schedules(
2093: p_invoice_id =>l_base_invoice_id,
2094: p_terms_id =>l_invoice_rec.terms_id,
2095: p_last_updated_by =>l_invoice_rec.last_updated_by,
2096: p_created_by =>l_invoice_rec.created_by,