DBA Data[Home] [Help]

APPS.RCV_FTE_CALL_PVT dependencies on RCV_FTE_TXN_LINES_PVT

Line 38: rcv_fte_txn_lines_pvt.insert_row(

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,
42: p_action,

Line 161: rcv_fte_txn_lines_pvt.insert_row(

157: l_action := 'MATCH';
158: END IF;
159:
160:
161: rcv_fte_txn_lines_pvt.insert_row(
162: p_shipment_header_id,
163: p_shipment_line_id,
164: l_txn_id,
165: l_action);

Line 184: rcv_fte_txn_lines_pvt.update_record_to_reported(

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,
186: p_shipment_line_id,
187: l_action);
188: ELSE

Line 189: rcv_fte_txn_lines_pvt.update_record_to_failed(

185: p_shipment_header_id,
186: p_shipment_line_id,
187: l_action);
188: ELSE
189: rcv_fte_txn_lines_pvt.update_record_to_failed(
190: p_shipment_header_id,
191: p_shipment_line_id,
192: l_action);
193: END IF;

Line 233: rcv_fte_txn_lines_pvt.update_record_to_reported(

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(
234: call.header_id,
235: null,
236: call.action);
237: ELSE

Line 238: rcv_fte_txn_lines_pvt.update_record_to_unreported(

234: call.header_id,
235: null,
236: call.action);
237: ELSE
238: rcv_fte_txn_lines_pvt.update_record_to_unreported(
239: call.header_id,
240: null,
241: call.action);
242: END IF;