DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on FND_API

Line 969: , FND_API.G_FALSE

965: -- FPJ EDR integration
966: -- acknowledge erecord has been enabled
967: QA_EDR_STANDARD.SEND_ACKN
968: ( 1.0
969: , FND_API.G_FALSE
970: , l_return_status
971: , l_msg_count
972: , l_msg_data
973: , l_event_name

Line 979: , FND_API.G_TRUE

975: , l_rti_row.erecord_id
976: , 'SUCCESS'
977: , NULL
978: , 'Receiving Transaction Processor'
979: , FND_API.G_TRUE
980: );
981:
982: IF l_return_status <> 'S' THEN
983: asn_debug.put_line('QA_EDR_STANDARD.SEND_ACKN failed with return status: ' || l_return_status);