DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on AP_SELECTED_INVOICES

Line 1105: -- Delete any temporary records in AP_SELECTED_INVOICES

1101:
1102: CLOSE c_new_payments;
1103:
1104: -------------------------------------------------------------------
1105: -- Delete any temporary records in AP_SELECTED_INVOICES
1106: -- if this is a Quickcheck as the
1107: -- format program could have bombed and the user just decided
1108: -- to void it all
1109: --

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

1106: -- if this is a Quickcheck as the
1107: -- format program could have bombed and the user just decided
1108: -- to void it all
1109: --
1110: l_debug_info := 'Delete from ap_selected_invoices';
1111:
1112: IF l_netting_type <> 'N' THEN
1113:
1114: BEGIN

Line 1116: DELETE FROM ap_selected_invoices

1112: IF l_netting_type <> 'N' THEN
1113:
1114: BEGIN
1115:
1116: DELETE FROM ap_selected_invoices
1117: WHERE checkrun_name = P_Checkrun_Name;
1118:
1119: EXCEPTION
1120: WHEN NO_DATA_FOUND THEN