DBA Data[Home] [Help]

APPS.INV_RCV_MOBILE_PROCESS_TXN dependencies on FND_TRANSACTION

Line 224: rc := fnd_transaction.synchronous

220: END;
221: --end of bug 7034252
222:
223:
224: rc := fnd_transaction.synchronous
225: (
226: l_timeout, l_outcome, l_message, 'PO', 'RCVTPO',
227: 'ONLINE', inv_rcv_common_apis.g_rcv_global_var.interface_group_id,
228: NULL, NULL, NULL, NULL, NULL, NULL,

Line 255: -- from fnd_transaction.synchronous

251: processing_status_code = 'ERROR'));
252: EXCEPTION
253: WHEN OTHERS THEN
254: -- If no row is found, then leave l_outcome as it is returned
255: -- from fnd_transaction.synchronous
256: NULL;
257: END;
258:
259: IF (l_outcome = 'ERROR') THEN

Line 367: rc := fnd_transaction.get_values

363: IF (l_debug = 1) THEN
364: print_debug('rcv_online_request 90.01 found the group id',4);
365: END IF;
366: l_progress := '95';
367: rc := fnd_transaction.get_values
368: (
369: r_val1, r_val2, r_val3, r_val4, r_val5,
370: r_val6, r_val7, r_val8, r_val9, r_val10,
371: r_val11, r_val12, r_val13, r_val14, r_val15,