DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_CREATE_PAY_SCHEDS_PKG

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

3033: ||' l_valid_invoices_count = '||to_char(l_valid_invoices_count));
3034: END IF;
3035:
3036: ---------------------------------------------------------------
3037: -- Step 15.3: Call AP_CREATE_PAY_SCHEDS_PKG.AP_Create_From_Terms
3038: -- Insert payment schedules FROM term
3039: ---------------------------------------------------------------
3040:
3041: debug_info := '(Import_invoice 15.3) Insert payment schedules '||

Line 3048: AP_CREATE_PAY_SCHEDS_PKG.Create_payment_schedules(

3044: AP_IMPORT_UTILITIES_PKG.Print(
3045: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
3046: END IF;
3047:
3048: AP_CREATE_PAY_SCHEDS_PKG.Create_payment_schedules(
3049: p_invoice_id =>l_base_invoice_id,
3050: p_terms_id =>l_invoice_rec.terms_id,
3051: p_last_updated_by =>l_invoice_rec.last_updated_by,
3052: p_created_by =>l_invoice_rec.created_by,