DBA Data[Home] [Help]

APPS.INVWATP dependencies on FND_TRANSACTION

Line 301: retval := fnd_transaction.synchronous (

297: x_resp_appl_id );
298:
299:
300: --dbms_output.put_line ( 'Atpgroupid:' || to_char (INVWATP.GetAtpGroupId) );
301: retval := fnd_transaction.synchronous (
302: timeout,
303: mgr_outcome,
304: mgr_message,
305: 'INV',

Line 313: retval1 := fnd_transaction.get_values (

309: 'INXATP GROUP_ID=' || to_char (INVWATP.GetAtpGroupId) || ' MRP_STATUS=1'
310: );
311:
312:
313: retval1 := fnd_transaction.get_values (
314: arg_1,
315: arg_2,
316: arg_3,
317: arg_4,