DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on AP_WITHHOLDING_PKG

Line 2000: AP_WITHHOLDING_PKG.Ap_Undo_Withholding (

1996: IF ( NVL( P_calling_mode, 'DISCARD' ) = 'DISCARD' AND
1997: p_line_rec.line_type_lookup_code = 'AWT' ) THEN
1998:
1999: -- One AWT dist corresponds to one Invoice Line.
2000: AP_WITHHOLDING_PKG.Ap_Undo_Withholding (
2001: P_Parent_Id => P_line_rec.invoice_id,
2002: P_Calling_Module => 'REVERSE DIST',
2003: P_Awt_Date => P_line_rec.accounting_date,
2004: P_New_Invoice_Payment_Id => NULL,