[Home] [Help]
2364: begin
2365: -- Get Txn_Source_Type_Name
2366: Select Transaction_source_type_name
2367: Into l_rpt_item_tbl_rec(l_index).txn_source
2368: From MTL_TXN_SOURCE_TYPES
2369: Where Transaction_Source_Type_Id = l_item_txn_info.transaction_source_type_id;
2370: exception
2371: when no_data_found then
2372: select 'No TXN Source'