DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on MTL_TRANSACTION_REASONS

Line 6662: from mtl_transaction_reasons

6658: l_stmt_num := 100;
6659: if (l_directItem_rec.reason_id IS NOT NULL) then
6660: select reason_name
6661: into l_directItem_rec.reason_name
6662: from mtl_transaction_reasons
6663: where reason_id = l_directItem_rec.reason_id;
6664: if (l_debug = 'Y') then
6665: fnd_file.put_line(fnd_file.log,'reason name ' || l_directItem_rec.reason_name);
6666: end if;