DBA Data[Home] [Help]

APPS.JAI_PO_DA_TRIGGER_PKG dependencies on HR_LOCATIONS

Line 71: FROM Hr_Locations

67: -- Get the Inventory Organization Id
68:
69: CURSOR Fetch_Org_Id_Cur IS
70: SELECT Inventory_Organization_Id
71: FROM Hr_Locations
72: WHERE Location_Id = v_ship_loc_id;
73:
74: --Added to check value for Tax Override Flag
75: