DBA Data[Home] [Help]

APPS.OKE_VERSION_COMPARISON_PKG dependencies on OKX_LOCATIONS_V

Line 5433: from OKX_LOCATIONS_V

5429:
5430: --inbound ship to
5431: CURSOR c_ship_to_location_in(v_ship_to_location_id number)IS
5432: SELECT name
5433: from OKX_LOCATIONS_V
5434: where id1 = v_ship_to_location_id;
5435:
5436: --outbound ship to
5437: CURSOR c_ship_to_location_out(v_ship_to_location_id number)IS

Line 5446: from okx_locations_v

5442:
5443: --outbound ship from
5444: CURSOR c_ship_from_location_out(v_ship_from_location_id number)IS
5445: SELECT name
5446: from okx_locations_v
5447: where id1 = v_ship_from_location_id;
5448:
5449: --sell/inbound ship from
5450: CURSOR c_ship_from_location_si(v_ship_from_location_id number)IS