DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_SYSTEM_ITEMS_KFV

Line 55: FROM MTL_SYSTEM_ITEMS_KFV

51: restrict_locators_code,
52: location_control_code,
53: restrict_subinventories_code
54: INTO l_Item_Info
55: FROM MTL_SYSTEM_ITEMS_KFV
56: WHERE concatenated_segments = p_Concatenated_Segments and
57: organization_id = p_Organization_Id and
58: mtl_transactions_enabled_flag = 'Y';
59: