DBA Data[Home] [Help]

APPS.GMI_SHIPPING_UTIL dependencies on WSH_SHIP_CONFIRM_ACTIONS

Line 2546: if (WSH_SHIP_CONFIRM_ACTIONS.ont_source_code is NULL) then

2542:
2543: wsh_util_core.println ( 'Distribution account is ' || l_account );
2544: */
2545: if (l_detail_rec.source_code = 'OE') then
2546: if (WSH_SHIP_CONFIRM_ACTIONS.ont_source_code is NULL) then
2547: WSH_SHIP_CONFIRM_ACTIONS.ont_source_code := FND_PROFILE.VALUE('ONT_SOURCE_CODE');
2548: end if;
2549: l_source_code := WSH_SHIP_CONFIRM_ACTIONS.ont_source_code;
2550: else

Line 2547: WSH_SHIP_CONFIRM_ACTIONS.ont_source_code := FND_PROFILE.VALUE('ONT_SOURCE_CODE');

2543: wsh_util_core.println ( 'Distribution account is ' || l_account );
2544: */
2545: if (l_detail_rec.source_code = 'OE') then
2546: if (WSH_SHIP_CONFIRM_ACTIONS.ont_source_code is NULL) then
2547: WSH_SHIP_CONFIRM_ACTIONS.ont_source_code := FND_PROFILE.VALUE('ONT_SOURCE_CODE');
2548: end if;
2549: l_source_code := WSH_SHIP_CONFIRM_ACTIONS.ont_source_code;
2550: else
2551: l_source_code := 'OKE';

Line 2549: l_source_code := WSH_SHIP_CONFIRM_ACTIONS.ont_source_code;

2545: if (l_detail_rec.source_code = 'OE') then
2546: if (WSH_SHIP_CONFIRM_ACTIONS.ont_source_code is NULL) then
2547: WSH_SHIP_CONFIRM_ACTIONS.ont_source_code := FND_PROFILE.VALUE('ONT_SOURCE_CODE');
2548: end if;
2549: l_source_code := WSH_SHIP_CONFIRM_ACTIONS.ont_source_code;
2550: else
2551: l_source_code := 'OKE';
2552: end if;
2553: GMI_RESERVATION_UTIL.get_OPM_account