DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on AP_CANCEL_PKG

Line 2700: l_ok_to_cancel := AP_CANCEL_PKG.Is_Invoice_Cancellable(

2696: NVL(p_line_rec.cancelled_flag, 'N') <> 'Y' ) THEN
2697: l_ok_to_cancel := TRUE;
2698:
2699: ELSIF ( p_inv_cancellable is NULL ) THEN
2700: l_ok_to_cancel := AP_CANCEL_PKG.Is_Invoice_Cancellable(
2701: P_invoice_id => p_line_rec.invoice_id,
2702: P_error_code => l_error_code,
2703: P_debug_info => l_debug_info,
2704: P_calling_sequence => l_curr_calling_sequence );