DBA Data[Home] [Help]

APPS.WSH_OTM_REF_DATA_GEN_PKG dependencies on WSH_LOCATIONS_PKG

Line 394: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

390: l_internal_loc_id := NULL;
391: l_internal_org_id := NULL;
392: FOR l_del_loc_info_rec in l_get_del_loc_info_csr(p_entity_in_rec.entity_id_tbl(i)) LOOP
393: --{
394: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
395: p_internal_cust_location_id => l_del_loc_info_rec.SHIP_TO_LOCATION_ID,
396: x_internal_org_location_id => l_internal_loc_id,
397: x_return_status => l_return_status);
398: --

Line 3134: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

3130: END IF;
3131: --
3132: x_return_status := wsh_util_core.g_ret_sts_success;
3133: --
3134: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
3135: p_internal_cust_location_id => p_location_id,
3136: x_internal_org_location_id => l_int_location_id,
3137: x_return_status =>l_return_status);
3138: --