DBA Data[Home] [Help]

APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on RCV_TRANSACTIONS_INTERFACE

Line 255: FROM rcv_transactions_interface

251: -- Unprocessed receiving transactions (optional)
252: BEGIN
253: SELECT COUNT(*)
254: INTO l_tcount
255: FROM rcv_transactions_interface
256: WHERE to_organization_id = p_org_id
257: AND transaction_date <= l_sched_close_date
258: AND destination_type_code in ('INVENTORY','SHOP FLOOR');
259: