DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_DELIVERY_DETAILS_PKG

Line 2156: wsh_delivery_details_pkg.lock_detail_no_compare(

2152: RETURN;
2153: END;
2154:
2155: BEGIN
2156: wsh_delivery_details_pkg.lock_detail_no_compare(
2157: p_delivery_id => idel.delivery_id);
2158: EXCEPTION
2159: WHEN OTHERS THEN
2160: stamp_interface_error(

Line 2463: wsh_delivery_details_pkg.lock_detail_no_compare(

2459:
2460: IF NOT l_match_found THEN --{
2461: -- delivery detail is new. Lock it and add it to the list of used details.
2462: BEGIN
2463: wsh_delivery_details_pkg.lock_detail_no_compare(
2464: p_delivery_detail_id => candidate.delivery_detail_id);
2465: EXCEPTION
2466: WHEN OTHERS THEN
2467: stamp_interface_error(

Line 2901: wsh_delivery_details_pkg.lock_detail_no_compare(

2897: x_track_conts(l_cont_index).source_code := c.source_code;
2898: END IF;
2899:
2900: BEGIN
2901: wsh_delivery_details_pkg.lock_detail_no_compare(
2902: p_delivery_detail_id => c.delivery_detail_id);
2903: EXCEPTION
2904: WHEN OTHERS THEN
2905: stamp_interface_error(