DBA Data[Home] [Help]

APPS.AHL_OSP_SERV_ITEM_RELS_PVT dependencies on AHL_INV_SERVICE_ITEM_RELS_V

Line 186: /* Removed the OU filtering here, as the view ahl_inv_service_item_rels_v itself is OU filtered with the Bug

182: isirv.inv_org_name,
183: isirv.inv_item_number,
184: isirv.service_item_number,
185: isirv.rank
186: /* Removed the OU filtering here, as the view ahl_inv_service_item_rels_v itself is OU filtered with the Bug
187: fix 5350882, mpothuku 26-Jul-06 */
188: FROM ahl_inv_service_item_rels_v isirv,
189: mtl_system_items_b mtl
190: /*

Line 188: FROM ahl_inv_service_item_rels_v isirv,

184: isirv.service_item_number,
185: isirv.rank
186: /* Removed the OU filtering here, as the view ahl_inv_service_item_rels_v itself is OU filtered with the Bug
187: fix 5350882, mpothuku 26-Jul-06 */
188: FROM ahl_inv_service_item_rels_v isirv,
189: mtl_system_items_b mtl
190: /*
191: inv_organization_info_v org
192: */