DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on RCV_TRANSACTIONS_INTERFACE

Line 6481: from rcv_transactions_interface

6477:
6478: BEGIN
6479: select 'Y'
6480: into l_exists
6481: from rcv_transactions_interface
6482: where from_organization_id = p_organization_id
6483: and item_id = p_inventory_item_id
6484: and transaction_type in ('RETURN TO RECEIVING','RETURN TO VENDOR')
6485: and receipt_source_code = 'VENDOR';