DBA Data[Home] [Help]

APPS.RCV_AP_PURGE_PVT dependencies on ASN_DEBUG

Line 93: asn_debug.put_line('Before insert into phr. low = ' || l_range_low || ' high = ' || l_range_high);

89: LOOP
90: l_progress := '010';
91:
92: IF (g_fnd_debug = 'Y') THEN
93: asn_debug.put_line('Before insert into phr. low = ' || l_range_low || ' high = ' || l_range_high);
94: END IF;
95:
96: --bug3256316
97: --Added NVL() around effective date check.

Line 247: asn_debug.put_line('Begin deleting rcv. low = ' || l_range_low ||' high = ' || l_range_high);

243:
244: l_progress := '020';
245:
246: IF (g_fnd_debug = 'Y') THEN
247: asn_debug.put_line('Begin deleting rcv. low = ' || l_range_low ||' high = ' || l_range_high);
248: END IF;
249:
250: --SQL What: Delete records from rcv_shipment_lines if the pos
251: -- they associate with are in the purge list

Line 286: asn_debug.put_line('Deleted ' || l_rsh_ids_tbl.COUNT || ' rsh records');

282: RETURNING RSH.shipment_header_id
283: BULK COLLECT INTO l_rsh_ids_tbl;
284:
285: IF (g_fnd_debug = 'Y') THEN
286: asn_debug.put_line('Deleted ' || l_rsh_ids_tbl.COUNT || ' rsh records');
287: END IF;
288:
289: l_progress := '040';
290:

Line 318: asn_debug.put_line('Deleted ' || l_rt_ids_tbl.COUNT || ' rt records');

314: FROM rcv_transactions RT
315: WHERE transaction_id = l_rt_ids_tbl(i);
316:
317: IF (g_fnd_debug = 'Y') THEN
318: asn_debug.put_line('Deleted ' || l_rt_ids_tbl.COUNT || ' rt records');
319: END IF;
320:
321: l_progress := '060';
322:

Line 547: asn_debug.put_line('deleting rcv attachments');

543:
544: l_progress := '000';
545:
546: IF (g_fnd_debug = 'Y') THEN
547: asn_debug.put_line('deleting rcv attachments');
548: END IF;
549:
550: x_return_status := FND_API.G_RET_STS_SUCCESS;
551: