DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on MTL_SYSTEM_ITEMS_VL

Line 6077: FROM mtl_system_items_vl msi

6073: SELECT msi.primary_uom_code,
6074: msi.secondary_uom_code
6075: INTO x_1ary_uom_code,
6076: x_2ary_uom_code
6077: FROM mtl_system_items_vl msi
6078: WHERE msi.inventory_item_id = p_inventory_item_id
6079: AND msi.organization_id = p_organization_id;
6080:
6081: l_debug_info := 'Have gotten from mtl_system_items_vl:';

Line 6081: l_debug_info := 'Have gotten from mtl_system_items_vl:';

6077: FROM mtl_system_items_vl msi
6078: WHERE msi.inventory_item_id = p_inventory_item_id
6079: AND msi.organization_id = p_organization_id;
6080:
6081: l_debug_info := 'Have gotten from mtl_system_items_vl:';
6082: INL_LOGGING_PVT.Log_Statement (
6083: p_module_name => g_module_name,
6084: p_procedure_name => l_api_name,
6085: p_debug_info => l_debug_info