DBA Data[Home] [Help]

APPS.FUN_IC_AME_WF_PKG dependencies on FUN_TRX_TYPES_TL

Line 68: FROM fun_trx_types_tl tt,

64: ELSIF p_attribute_name = 'BATCH_TYPE_NAME'
65: THEN
66: SELECT DISTINCT tt.trx_type_name
67: INTO l_return_value
68: FROM fun_trx_types_tl tt,
69: fun_trx_batches btch,
70: fun_trx_headers head
71: WHERE tt.trx_type_id = btch.trx_type_id
72: AND btch.batch_id = head.batch_id