DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on FND_API

Line 893: , FND_API.G_FALSE

889: -- FPJ EDR integration
890: -- acknowledge erecord has been enabled
891: QA_EDR_STANDARD.SEND_ACKN
892: ( 1.0
893: , FND_API.G_FALSE
894: , l_return_status
895: , l_msg_count
896: , l_msg_data
897: , l_event_name

Line 903: , FND_API.G_TRUE

899: , l_rti_row.erecord_id
900: , 'SUCCESS'
901: , NULL
902: , 'Receiving Transaction Processor'
903: , FND_API.G_TRUE
904: );
905:
906: IF l_return_status <> 'S' THEN
907: asn_debug.put_line('QA_EDR_STANDARD.SEND_ACKN failed with return status: ' || l_return_status);