DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on WSH_TP_RELEASE

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

2146: END IF;
2147:
2148: IF (nvl(l_wh_type, FND_API.G_MISS_CHAR) IN ('TPW','CMS')) THEN --{
2149: l_ignore_for_planning:='Y';
2150: WSH_TP_RELEASE.Check_Shipset_Ignoreflag(p_attributes_rec.delivery_detail_id ,'Y',TRUE,x_return_status);
2151: --OTM R12 Start Org-Specific
2152: ELSIF (l_gc3_is_installed ='Y') THEN
2153: IF (l_shipping_param_info.otm_enabled ='Y') THEN
2154: l_ignore_for_planning:='N';

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

2220: tpdates_changed := 'Y';
2221: END IF;
2222:
2223: -- Added for bug 4410272
2224: -- Call API WSH_TP_RELEASE.calculate_cont_del_tpdates only if dates
2225: -- are changed in WDD.
2226: FOR cur in c_get_delivery_detail_id LOOP
2227: IF ( cur.released_status <> 'C' AND
2228: ( ( cur.date_requested <> p_attributes_rec.date_requested and

Line 2737: WSH_TP_RELEASE.calculate_cont_del_tpdates(

2733: -- IF condition added for bug 4410272
2734: IF ( l_tp_details.COUNT > 0 )
2735: THEN
2736: -- {
2737: WSH_TP_RELEASE.calculate_cont_del_tpdates(
2738: p_entity => 'DLVB',
2739: p_entity_ids => l_tp_details,
2740: x_return_status => l_return_status);
2741: -- }

Line 3397: WSH_TP_RELEASE.calculate_tp_dates (

3393: WSH_INTERFACE.PrintMsg(txt=>'frght_class_catg_id:'|| l_freight_cl_cat_id ||' commodity_class_ctg_id:'|| l_commodity_cat_id);
3394:
3395:
3396: /* J TP Release */
3397: WSH_TP_RELEASE.calculate_tp_dates (
3398: p_request_date_type => ln_rec_info.order_date_type_code,
3399: p_latest_acceptable_date => ln_rec_info.latest_acceptable_date,
3400: p_promise_date => ln_rec_info.promise_date,
3401: p_schedule_arrival_date => ln_rec_info.schedule_arrival_date,

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

3643: END IF;
3644: WSH_INTERFACE.PrintMsg(txt=>'Created dd:' || dummy_delivery_detail_id|| ' for line:'|| ln_rec_info.line_id );
3645: IF DUMMY_DELIVERY_DETAIL_ID IS NOT NULL THEN
3646: IF latest_pickup_tpdate_excep IS NOT NULL THEN
3647: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,TRUE,l_delivery_details_info.earliest_pickup_date,latest_pickup_tpdate_excep);
3648: END IF;
3649: IF latest_dropoff_tpdate_excep IS NOT NULL THEN
3650: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,FALSE,l_delivery_details_info.earliest_dropoff_date,latest_dropoff_tpdate_excep);
3651: END IF;

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

3646: IF latest_pickup_tpdate_excep IS NOT NULL THEN
3647: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,TRUE,l_delivery_details_info.earliest_pickup_date,latest_pickup_tpdate_excep);
3648: END IF;
3649: IF latest_dropoff_tpdate_excep IS NOT NULL THEN
3650: WSH_TP_RELEASE.log_tpdate_exception('LINE',dummy_delivery_detail_id,FALSE,l_delivery_details_info.earliest_dropoff_date,latest_dropoff_tpdate_excep);
3651: END IF;
3652: END IF;
3653: /* LG OPM for OM changes */
3654: /* OPM assign the new delivery_detail_id to the trans that associated with this order line */