DBA Data[Home] [Help]

APPS.AP_INVOICES_POST_PROCESS_PKG dependencies on AP_PAYMENT_SCHEDULES_PKG

Line 454: AP_PAYMENT_SCHEDULES_PKG.adjust_pay_schedule(

450: -- If the invoice is paid or partially paid then we made need
451: -- to alter the payment schedules if a liability adjustment
452: -- has been made.
453: if (X_payment_status_flag <> 'N') then
454: AP_PAYMENT_SCHEDULES_PKG.adjust_pay_schedule(
455: X_invoice_id,
456: X_invoice_amount,
457: X_payment_status_flag,
458: X_invoice_type_lookup_code,