DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on HR_LOCATIONS

Line 2443: FROM Hr_Locations

2439:
2440: -- Get the Inventory Organization Id
2441:
2442: CURSOR Fetch_Org_Id_Cur IS SELECT Inventory_Organization_id
2443: FROM Hr_Locations
2444: WHERE Location_Id = v_ship_loc_id;
2445:
2446: ------------------------------ ------------------------------ ------------------------------ ------------------------------
2447:

Line 5988: FROM Hr_Locations

5984: AND Line_Location_Id = linelocid;
5985:
5986: CURSOR Fetch_Org_Id_Cur IS
5987: SELECT Inventory_Organization_id
5988: FROM Hr_Locations
5989: WHERE Location_Id = lv_ship_to_location_id ;
5990:
5991: /* end 6134628
5992: */