DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_SYSTEM_ITEMS_KFV

Line 58: FROM MTL_SYSTEM_ITEMS_KFV

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