DBA Data[Home] [Help]

APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on WSH_INTERFACE_EXT_GRP

Line 631: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;

627: l_delivery_status_code VARCHAR2(2);
628:
629: l_msg_count NUMBER;
630: l_msg_data VARCHAR2(2000);
631: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
632: l_delivery_id_tab wsh_util_core.id_tab_type;
633: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
634:
635: --l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

Line 633: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

629: l_msg_count NUMBER;
630: l_msg_data VARCHAR2(2000);
631: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
632: l_delivery_id_tab wsh_util_core.id_tab_type;
633: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
634:
635: --l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
636: l_debug number;
637: BEGIN

Line 822: debug( 'Delivery merge call..wsh_interface_ext_grp.delivery_action ',

818: ---
819: IF g_wms_current_release_level >= g_j_release_level AND
820: l_delivery_id IS NOT NULL THEN -- mrana: 8/30/06: added this condition
821: IF (l_debug = 1) THEN
822: debug( 'Delivery merge call..wsh_interface_ext_grp.delivery_action ',
823: 'Populate_WSTT');
824: END IF;
825: l_action_prms.caller := 'WMS_DLMG';
826: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;

Line 826: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;

822: debug( 'Delivery merge call..wsh_interface_ext_grp.delivery_action ',
823: 'Populate_WSTT');
824: END IF;
825: l_action_prms.caller := 'WMS_DLMG';
826: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;
827: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
828:
829: l_delivery_id_tab(1) := l_delivery_id;
830:

Line 831: wsh_interface_ext_grp.delivery_action

827: l_action_prms.action_code := 'ADJUST-PLANNED-FLAG';
828:
829: l_delivery_id_tab(1) := l_delivery_id;
830:
831: wsh_interface_ext_grp.delivery_action
832: (p_api_version_number => 1.0,
833: p_init_msg_list => fnd_api.g_false,
834: p_commit => fnd_api.g_false,
835: p_action_prms => l_action_prms,

Line 2048: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype; --g-log

2044: l_delivery_id NUMBER;
2045: l_dock_appoint_flag VARCHAR2(1);
2046: temp_val NUMBER;
2047:
2048: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype; --g-log
2049: l_delivery_id_tab wsh_util_core.id_tab_type;
2050: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
2051: l_msg_count NUMBER;
2052: l_msg_data VARCHAR2(2000);

Line 2050: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

2046: temp_val NUMBER;
2047:
2048: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype; --g-log
2049: l_delivery_id_tab wsh_util_core.id_tab_type;
2050: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
2051: l_msg_count NUMBER;
2052: l_msg_data VARCHAR2(2000);
2053:
2054: /**********************************

Line 2240: -- Hence there is no call to WSH_INTERFACE_EXT_GRP.OTM_PRE_SHIP_CONFIRM().

2236:
2237: --Important Note: Irrespective of the severity level of 'CR' exception for the delivery just
2238: --created, we have to mark the delivery to ignore_for_planning so that the
2239: --transaction goes through fine.
2240: -- Hence there is no call to WSH_INTERFACE_EXT_GRP.OTM_PRE_SHIP_CONFIRM().
2241: -- Here delivery was created in the backend for the line that the use
2242: -- chose to ship confirm. it IS ALL happening in the backend.
2243:
2244:

Line 2251: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;

2247: debug('ignore_for_planning of WDD is N ', 'LPN_CHECK');
2248: END IF;
2249: l_delivery_id_tab(1) := l_delivery_id;
2250: l_action_prms.caller := 'WMS_LPNSHP';
2251: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;
2252: l_action_prms.action_code := 'IGNORE_PLAN';
2253: wsh_interface_ext_grp.delivery_action
2254: (p_api_version_number => 1.0,
2255: p_init_msg_list => fnd_api.g_false,

Line 2253: wsh_interface_ext_grp.delivery_action

2249: l_delivery_id_tab(1) := l_delivery_id;
2250: l_action_prms.caller := 'WMS_LPNSHP';
2251: l_action_prms.event := wsh_interface_ext_grp.g_start_of_shipping;
2252: l_action_prms.action_code := 'IGNORE_PLAN';
2253: wsh_interface_ext_grp.delivery_action
2254: (p_api_version_number => 1.0,
2255: p_init_msg_list => fnd_api.g_false,
2256: p_commit => fnd_api.g_false,
2257: p_action_prms => l_action_prms,

Line 2265: debug('Called wsh_interface_ext_grp.delivery_action with action_code IGNORE_PLAN and return status: ' || l_return_status, 'LPN_CHECK');

2261: x_msg_count => l_msg_count,
2262: x_msg_data => l_msg_data);
2263:
2264: IF (l_debug = 1) THEN
2265: debug('Called wsh_interface_ext_grp.delivery_action with action_code IGNORE_PLAN and return status: ' || l_return_status, 'LPN_CHECK');
2266: END IF;
2267: IF l_return_status = fnd_api.g_ret_sts_error THEN
2268: x_error_code := 7;
2269: return;

Line 5009: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;

5005: --l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5006: l_debug number;
5007:
5008: /* Bug: 5585359: 10/09/06 Start*/
5009: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
5010: l_delivery_id_tab wsh_util_core.id_tab_type;
5011: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
5012: l_planned_flag VARCHAR2(1);
5013: /* Bug: 5585359: 10/09/06 - End*/

Line 5011: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;

5007:
5008: /* Bug: 5585359: 10/09/06 Start*/
5009: l_action_prms wsh_interface_ext_grp.del_action_parameters_rectype;
5010: l_delivery_id_tab wsh_util_core.id_tab_type;
5011: l_delivery_out_rec wsh_interface_ext_grp.del_action_out_rec_type;
5012: l_planned_flag VARCHAR2(1);
5013: /* Bug: 5585359: 10/09/06 - End*/
5014:
5015: l_delivery_details wsh_delivery_details_pub.id_tab_type;

Line 5086: wsh_interface_ext_grp.delivery_action

5082:
5083: IF l_debug = 1 THEN
5084: DEBUG('Unfirm delivery for unassignment','UNASSIGN_DELIVERY_LINE');
5085: END IF;
5086: wsh_interface_ext_grp.delivery_action
5087: (p_api_version_number => 1.0,
5088: p_init_msg_list => fnd_api.g_false,
5089: p_commit => fnd_api.g_false,
5090: p_action_prms => l_action_prms,

Line 5140: wsh_interface_ext_grp.delivery_action

5136: l_action_prms.action_code := 'PLAN';
5137: IF l_debug = 1 THEN
5138: DEBUG('firm delivery after unassignment','UNASSIGN_DELIVERY_LINE');
5139: END IF;
5140: wsh_interface_ext_grp.delivery_action
5141: (p_api_version_number => 1.0,
5142: p_init_msg_list => fnd_api.g_false,
5143: p_commit => p_commit_flag,
5144: p_action_prms => l_action_prms,