156:
157: -- Get the Inventory Organization Id
158: CURSOR Fetch_Org_Id_Cur IS
159: SELECT Inventory_Organization_Id
160: FROM Hr_Locations
161: WHERE Location_Id = v_ship_loc_id;
162:
163: -- Vijay Shankar for Bug# 3184418
164: CURSOR c_tax_modified_flag(p_po_line_id IN NUMBER) IS
550:
551: -- Get the Inventory Organization Id
552:
553: CURSOR Fetch_Org_Id_Cur IS SELECT Inventory_Organization_Id
554: FROM Hr_Locations
555: WHERE Location_Id = v_ship_loc_id;
556:
557: ------------------------------------------------------------------------------------
558: