DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on AP_CANCEL_PKG

Line 2059: l_ok_to_cancel := AP_CANCEL_PKG.Is_Invoice_Cancellable(

2055: NVL(p_line_rec.cancelled_flag, 'N') <> 'Y' ) THEN
2056: l_ok_to_cancel := TRUE;
2057:
2058: ELSIF ( p_inv_cancellable is NULL ) THEN
2059: l_ok_to_cancel := AP_CANCEL_PKG.Is_Invoice_Cancellable(
2060: P_invoice_id => p_line_rec.invoice_id,
2061: P_error_code => l_error_code,
2062: P_debug_info => l_debug_info,
2063: P_calling_sequence => l_curr_calling_sequence );