DBA Data[Home] [Help]

APPS.RCV_RMA_RCPT_PURGE dependencies on RCV_TRANSACTIONS_INTERFACE

Line 17: from rcv_transactions_interface

13: x_progress := '010';
14:
15: --Bugfix5216533: Rewritten the query for performance issues.
16: select count(*) into x_interface_ct
17: from rcv_transactions_interface
18: where oe_order_line_id = x_order_line_id
19: and processing_status_code in ('PENDING','ERROR');
20:
21: x_progress := '020';