DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PUB dependencies on RCV_TRANSACTIONS_INTERFACE

Line 197: FROM rcv_transactions_interface

193: -- Unprocessed receiving transactions (optional)
194: BEGIN
195: SELECT COUNT(*)
196: INTO x_pend_receiving
197: FROM rcv_transactions_interface
198: WHERE to_organization_id = p_org_id
199: AND transaction_date <= l_sched_close_date
200: AND destination_type_code = 'INVENTORY';
201: