DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_SHIP_FROM_ORGS_V

Line 386: FROM wsh_ship_from_orgs_v

382: l_source_id_mod number; -- bug 8514165
383:
384: CURSOR org_to_loc (v_org_id NUMBER) IS
385: SELECT location_id
386: FROM wsh_ship_from_orgs_v
387: WHERE organization_id = v_org_id;
388:
389:
390: CURSOR site_to_loc (v_site_id NUMBER) IS

Line 7530: FROM wsh_ship_from_orgs_v

7526: AND owner_party_id <> -1 ;
7527: */
7528: CURSOR c_get_org_from_loc(c_location_id IN NUMBER) IS
7529: SELECT organization_id
7530: FROM wsh_ship_from_orgs_v
7531: WHERE location_id = c_location_id;
7532:
7533: l_organization_tab WSH_UTIL_CORE.id_tab_type;
7534: