DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on HR_LOCATIONS

Line 3167: FROM Hr_Locations

3163:
3164: -- Get the Inventory Organization Id
3165:
3166: CURSOR Fetch_Org_Id_Cur IS SELECT Inventory_Organization_id
3167: FROM Hr_Locations
3168: WHERE Location_Id = v_ship_loc_id;
3169:
3170: ------------------------------ ------------------------------ ------------------------------ ------------------------------
3171:

Line 7404: FROM Hr_Locations

7400: AND Line_Location_Id = linelocid;
7401:
7402: CURSOR Fetch_Org_Id_Cur IS
7403: SELECT Inventory_Organization_id
7404: FROM Hr_Locations
7405: WHERE Location_Id = lv_ship_to_location_id ;
7406:
7407: /* end 6134628
7408: */