DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_INVOICE_LINES_PKG

Line 4651: l_dummy := AP_INVOICE_LINES_PKG.Discard_Inv_Line (

4647: -- The code should not do anything related to updating PO.
4648: -- We will address this during the Coding Stage.
4649:
4650: -- ==========================================================
4651: l_dummy := AP_INVOICE_LINES_PKG.Discard_Inv_Line (
4652: P_line_rec => l_prepay_line_rec,
4653: P_calling_mode => 'UNAPPLY_PREPAY',
4654: P_inv_cancellable => 'Y',
4655: P_last_updated_by => p_user_id,