DBA Data[Home] [Help]

APPS.OKL_VP_CR_WF dependencies on AME_TRANSACTION_TYPES_V

Line 284: from AME_TRANSACTION_TYPES_V

280: CURSOR c_get_trx_type_csr(cp_trx_type VARCHAR2) IS
281: -- Updated the query for performance issue bug#5484903
282: select description transaction_type_id,
283: fnd_application_id
284: from AME_TRANSACTION_TYPES_V
285: where transaction_type_id=cp_trx_type;
286:
287: /* --commented out for performance issue bug#5484903
288: SELECT transaction_type_id,