DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on WSH_TP_RELEASE

Line 2449: WSH_TP_RELEASE.Check_Shipset_Ignoreflag(p_attributes_rec.delivery_detail_id ,'Y',TRUE,x_return_status);

2445: END IF;
2446:
2447: IF (nvl(l_wh_type, FND_API.G_MISS_CHAR) IN ('TPW','CMS')) THEN --{
2448: l_ignore_for_planning:='Y';
2449: WSH_TP_RELEASE.Check_Shipset_Ignoreflag(p_attributes_rec.delivery_detail_id ,'Y',TRUE,x_return_status);
2450: --OTM R12 Start Org-Specific
2451: ELSIF (l_gc3_is_installed ='Y') THEN
2452: IF (l_shipping_param_info.otm_enabled ='Y') THEN
2453: l_ignore_for_planning:='N';

Line 2523: -- Call API WSH_TP_RELEASE.calculate_cont_del_tpdates only if dates

2519: tpdates_changed := 'Y';
2520: END IF;
2521:
2522: -- Added for bug 4410272
2523: -- Call API WSH_TP_RELEASE.calculate_cont_del_tpdates only if dates
2524: -- are changed in WDD.
2525: FOR cur in c_get_delivery_detail_id LOOP
2526: IF ( cur.released_status <> 'C' AND
2527: ( ( cur.date_requested <> p_attributes_rec.date_requested and

Line 3049: WSH_TP_RELEASE.calculate_cont_del_tpdates(

3045: -- IF condition added for bug 4410272
3046: IF ( l_tp_details.COUNT > 0 )
3047: THEN
3048: -- {
3049: WSH_TP_RELEASE.calculate_cont_del_tpdates(
3050: p_entity => 'DLVB',
3051: p_entity_ids => l_tp_details,
3052: x_return_status => l_return_status);
3053: -- }

Line 3711: WSH_TP_RELEASE.calculate_tp_dates (

3707:
3708: -- Check added for Standalone Project
3709: IF NVL(WMS_DEPLOY.Wms_Deployment_Mode,'I') <> 'D' THEN --{
3710: /* J TP Release */
3711: WSH_TP_RELEASE.calculate_tp_dates (
3712: p_request_date_type => ln_rec_info.order_date_type_code,
3713: p_latest_acceptable_date => ln_rec_info.latest_acceptable_date,
3714: p_promise_date => ln_rec_info.promise_date,
3715: p_schedule_arrival_date => ln_rec_info.schedule_arrival_date,

Line 3963: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,TRUE,l_delivery_details_info.earliest_pickup_date,latest_pickup_tpdate_excep);

3959: END IF;
3960: WSH_INTERFACE.PrintMsg(txt=>'Created dd:' || dummy_delivery_detail_id|| ' for line:'|| ln_rec_info.line_id );
3961: IF DUMMY_DELIVERY_DETAIL_ID IS NOT NULL THEN
3962: IF latest_pickup_tpdate_excep IS NOT NULL THEN
3963: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,TRUE,l_delivery_details_info.earliest_pickup_date,latest_pickup_tpdate_excep);
3964: END IF;
3965: IF latest_dropoff_tpdate_excep IS NOT NULL THEN
3966: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,FALSE,l_delivery_details_info.earliest_dropoff_date,latest_dropoff_tpdate_excep);
3967: END IF;

Line 3966: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,FALSE,l_delivery_details_info.earliest_dropoff_date,latest_dropoff_tpdate_excep);

3962: IF latest_pickup_tpdate_excep IS NOT NULL THEN
3963: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,TRUE,l_delivery_details_info.earliest_pickup_date,latest_pickup_tpdate_excep);
3964: END IF;
3965: IF latest_dropoff_tpdate_excep IS NOT NULL THEN
3966: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,FALSE,l_delivery_details_info.earliest_dropoff_date,latest_dropoff_tpdate_excep);
3967: END IF;
3968: END IF;
3969: /* LG OPM for OM changes */
3970: /* OPM assign the new delivery_detail_id to the trans that associated with this order line */