DBA Data[Home] [Help]

APPS.RCV_FTE_CALL_PVT dependencies on ASN_DEBUG

Line 25: asn_debug.put_line('action: ' || p_action || ' header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' interface_id: ' || p_interface_id);

21: l_msg_count NUMBER;
22: l_msg_data VARCHAR2(255);
23: BEGIN
24:
25: asn_debug.put_line('action: ' || p_action || ' header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' interface_id: ' || p_interface_id);
26:
27: -- If this is a regular RECEIPT_ADD transaction,
28: -- we just need to note it
29:

Line 31: asn_debug.put_line('RCV_FTE_CALL_PVT.call_fte: fte not installed, skipping fte call');

27: -- If this is a regular RECEIPT_ADD transaction,
28: -- we just need to note it
29:
30: IF (WSH_UTIL_CORE.FTE_IS_INSTALLED <> 'Y') THEN
31: asn_debug.put_line('RCV_FTE_CALL_PVT.call_fte: fte not installed, skipping fte call');
32: RETURN;
33: END IF;
34:
35: IF (p_action = 'RECEIPT_ADD')

Line 37: asn_debug.put_line('action: '|| p_action);

33: END IF;
34:
35: IF (p_action = 'RECEIPT_ADD')
36: THEN
37: asn_debug.put_line('action: '|| p_action);
38: rcv_fte_txn_lines_pvt.insert_row(
39: p_shipment_header_id,
40: p_shipment_line_id,
41: l_txn_id,

Line 180: asn_debug.put_line('action: ' || p_action || 'l_action: ' || l_action || ' header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' output: ' || l_return_status);

176: l_action,
177: p_shipment_header_id,
178: p_shipment_line_id,
179: null);
180: asn_debug.put_line('action: ' || p_action || 'l_action: ' || l_action || ' header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' output: ' || l_return_status);
181: asn_debug.put_line('error msg: ' || l_msg_data);
182: IF (l_return_status = 'S')
183: THEN
184: rcv_fte_txn_lines_pvt.update_record_to_reported(

Line 181: asn_debug.put_line('error msg: ' || l_msg_data);

177: p_shipment_header_id,
178: p_shipment_line_id,
179: null);
180: asn_debug.put_line('action: ' || p_action || 'l_action: ' || l_action || ' header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' output: ' || l_return_status);
181: asn_debug.put_line('error msg: ' || l_msg_data);
182: IF (l_return_status = 'S')
183: THEN
184: rcv_fte_txn_lines_pvt.update_record_to_reported(
185: p_shipment_header_id,

Line 196: asn_debug.put_line('action: ' || p_action || 'header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' interface_id: ' || p_interface_id);

192: l_action);
193: END IF;
194: END IF;
195:
196: asn_debug.put_line('action: ' || p_action || 'header_id: ' || p_shipment_header_id || ' line_id: ' || p_shipment_line_id || ' interface_id: ' || p_interface_id);
197:
198:
199: END call_fte;
200:

Line 228: asn_debug.put_line('action: ' || call.action || ' header_id: ' || call.header_id || ' output: ' || l_return_status);

224: call.action,
225: call.header_id,
226: null,
227: null);
228: asn_debug.put_line('action: ' || call.action || ' header_id: ' || call.header_id || ' output: ' || l_return_status);
229: asn_debug.put_line('error msg: ' || l_msg_data);
230:
231: IF (l_return_status = 'S')
232: THEN

Line 229: asn_debug.put_line('error msg: ' || l_msg_data);

225: call.header_id,
226: null,
227: null);
228: asn_debug.put_line('action: ' || call.action || ' header_id: ' || call.header_id || ' output: ' || l_return_status);
229: asn_debug.put_line('error msg: ' || l_msg_data);
230:
231: IF (l_return_status = 'S')
232: THEN
233: rcv_fte_txn_lines_pvt.update_record_to_reported(