DBA Data[Home] [Help]

APPS.CST_OSFMUPGRADE_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 34: FROM mtl_material_transactions_temp mmtt,

30: will have to be costed before the upgrade can take place */
31: l_stmt_num := 10;
32: SELECT count(*)
33: INTO l_mmtt
34: FROM mtl_material_transactions_temp mmtt,
35: mtl_parameters MP
36: WHERE mmtt.organization_id = MP.organization_id and
37: MP.wsm_enabled_flag = 'Y' and
38: mmtt.transaction_source_type_id = 5 and