[Home] [Help]
APPS.RCV_TRANSACTION_PROCESSOR dependencies on GML_RCV_DB_COMMON
Line 952: gml_rcv_db_common.raise_quality_event
948:
949: IF l_common_receiving THEN
950: BEGIN
951: asn_debug.put_line('Performing Common Receiving quality event');
952: gml_rcv_db_common.raise_quality_event
953: ( l_rt_row.transaction_id
954: , l_rti_row.item_id
955: , l_rti_row.to_organization_id
956: );