DBA Data[Home] [Help]

APPS.CSTPPINV dependencies on RCV_ACCOUNTING_EVENTS

Line 260: from rcv_accounting_events

256:
257: BEGIN
258: select unit_price
259: into l_txn_cost
260: from rcv_accounting_events
261: where rcv_transaction_id = l_grandpa_rcv_txn_id;
262: EXCEPTION
263: when others then
264: NULL; -- if no row exists in RAE, just use MMT.transaction_cost