DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on AP_SELECTED_INVOICES

Line 1292: -- Delete any temporary records in AP_SELECTED_INVOICES

1288:
1289: CLOSE c_new_payments;
1290:
1291: -------------------------------------------------------------------
1292: -- Delete any temporary records in AP_SELECTED_INVOICES
1293: -- if this is a Quickcheck as the
1294: -- format program could have bombed and the user just decided
1295: -- to void it all
1296: --

Line 1297: l_debug_info := 'Delete from ap_selected_invoices';

1293: -- if this is a Quickcheck as the
1294: -- format program could have bombed and the user just decided
1295: -- to void it all
1296: --
1297: l_debug_info := 'Delete from ap_selected_invoices';
1298: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1299: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
1300: END IF;
1301:

Line 1307: DELETE FROM ap_selected_invoices

1303: IF l_netting_type <> 'N' THEN
1304:
1305: BEGIN
1306:
1307: DELETE FROM ap_selected_invoices
1308: WHERE checkrun_name = P_Checkrun_Name;
1309:
1310: EXCEPTION
1311: WHEN NO_DATA_FOUND THEN