DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_INVOICE_LINES_PKG

Line 4885: l_dummy := AP_INVOICE_LINES_PKG.Discard_Inv_Line (

4881: -- The code should not do anything related to updating PO.
4882: -- We will address this during the Coding Stage.
4883:
4884: -- ==========================================================
4885: l_dummy := AP_INVOICE_LINES_PKG.Discard_Inv_Line (
4886: P_line_rec => l_prepay_line_rec,
4887: P_calling_mode => 'UNAPPLY_PREPAY',
4888: P_inv_cancellable => 'Y',
4889: P_last_updated_by => p_user_id,