DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on MTL_TRANSACTION_REASONS

Line 6308: from mtl_transaction_reasons

6304: l_stmt_num := 100;
6305: if (l_directItem_rec.reason_id IS NOT NULL) then
6306: select reason_name
6307: into l_directItem_rec.reason_name
6308: from mtl_transaction_reasons
6309: where reason_id = l_directItem_rec.reason_id;
6310: if (l_debug = 'Y') then
6311: fnd_file.put_line(fnd_file.log,'reason name ' || l_directItem_rec.reason_name);
6312: end if;