DBA Data[Home] [Help]

APPS.OKE_VERSION_COMPARISON_PKG dependencies on OKE_CUST_SITE_USES_V

Line 5439: from OKE_CUST_SITE_USES_V

5435:
5436: --outbound ship to
5437: CURSOR c_ship_to_location_out(v_ship_to_location_id number)IS
5438: SELECT name
5439: from OKE_CUST_SITE_USES_V
5440: where id1 = v_ship_to_location_id
5441: and site_use_code = 'SHIP_TO';
5442:
5443: --outbound ship from

Line 5452: from OKE_CUST_SITE_USES_V

5448:
5449: --sell/inbound ship from
5450: CURSOR c_ship_from_location_si(v_ship_from_location_id number)IS
5451: SELECT name
5452: from OKE_CUST_SITE_USES_V
5453: where id1 = v_ship_from_location_id
5454: and site_use_code = 'SHIP_TO';
5455:
5456: --buy/inbound ship from