DBA Data[Home] [Help]

APPS.CST_MGD_MSTR_BOOK_RPT dependencies on MTL_TXN_SOURCE_TYPES

Line 755: From MTL_TXN_SOURCE_TYPES

751: begin
752: -- Get Txn_Source_Type_Name
753: Select Transaction_source_type_name
754: Into l_rpt_item_tbl_rec(l_index).txn_source
755: From MTL_TXN_SOURCE_TYPES
756: Where Transaction_Source_Type_Id = l_item_txn_info.transaction_source_type_id;
757: exception
758: when no_data_found then
759: select 'No TXN Source'