DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on AP_INVOICES_UTILITY_PKG

Line 260: l_credited_inv_flag := AP_INVOICES_UTILITY_PKG.Is_Inv_Credit_Referenced(

256: | Step 4. If invoice is a credited invoice return FALSE |
257: +-----------------------------------------------------------------*/
258: l_debug_info := 'Check if invoice is a credited invoice';
259:
260: l_credited_inv_flag := AP_INVOICES_UTILITY_PKG.Is_Inv_Credit_Referenced(
261: P_invoice_id);
262:
263: IF (l_credited_inv_flag <> FALSE ) THEN
264: P_error_code := 'AP_INV_IS_CREDITED_INV';

Line 277: AP_INVOICES_UTILITY_PKG.get_prepayments_applied_flag(P_invoice_id);

273:
274: l_debug_info := 'Check if invoices have been applied against this invoice';
275:
276: l_prepay_applied_flag :=
277: AP_INVOICES_UTILITY_PKG.get_prepayments_applied_flag(P_invoice_id);
278:
279: IF (nvl(l_prepay_applied_flag,'N') = 'Y') THEN
280: P_error_code := 'AP_INV_PP_NO_CANCEL';
281: P_debug_info := l_debug_info;