[Home] [Help]
13484: nvl(tt.interface_to_oe_flag, 'N')interface_to_oe_flag,
13485: tt.line_order_category_code,
13486: ol.meaning line_category_meaning
13487: FROM CS_TRANSACTION_TYPES_VL tt,
13488: CS_BUS_PROCESS_TXNS bt,
13489: csi_ib_txn_types citt,
13490: csi_source_ib_types csit,
13491: CSI_TXN_TYPES ctt,
13492: OE_LOOKUPS ol
13520: nvl(tt.interface_to_oe_flag, 'N')interface_to_oe_flag,
13521: tt.line_order_category_code,
13522: ol.meaning line_category_meaning
13523: FROM CS_TRANSACTION_TYPES_VL tt,
13524: CS_BUS_PROCESS_TXNS bt,
13525: OE_LOOKUPS ol
13526: WHERE tt.transaction_type_id = p_txn_type_id
13527: and bt.business_process_id = p_business_process_id
13528: and bt.transaction_type_id = tt.transaction_type_id