[Home] [Help]
291: CURSOR c_get_trx_type_csr(c_trx_type VARCHAR2)
292: IS
293: SELECT DESCRIPTION transaction_type_id, -- for performance issue #5484903
294: FND_APPLICATION_ID fnd_application_id
295: FROM AME_TRANSACTION_TYPES_V
296: WHERE TRANSACTION_TYPE_ID=c_trx_type;
297:
298: /* --commented for performance issue#5484903
299: SELECT transaction_type_id,