DBA Data[Home] [Help]

APPS.WSH_WV_UTILS dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 443: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

439: --lpn conv
440: l_container_flag VARCHAR2(10);
441: l_wms_org VARCHAR2(10) := 'N';
442: -- LPN CONV. rv
443: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
444: -- LPN CONV. rv
445: l_line_direction VARCHAR2(10);
446: l_num_warnings NUMBER := 0;
447: mark_reprice_error EXCEPTION;

Line 2643: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

2639: -- LPN CONV. rv
2640: l_line_direction VARCHAR2(10);
2641: l_organization_id NUMBER;
2642: l_wms_org VARCHAR2(10) := 'N';
2643: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
2644: l_num_warnings NUMBER := 0;
2645: -- LPN CONV. rv
2646:
2647: l_debug_on BOOLEAN;

Line 4179: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

4175: -- LPN CONV. rv
4176: l_line_direction VARCHAR2(10);
4177: l_organization_id NUMBER;
4178: l_wms_org VARCHAR2(10) := 'N';
4179: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
4180: l_return_status VARCHAR2(10);
4181: l_num_warnings NUMBER := 0;
4182: -- LPN CONV. rv
4183: --

Line 6545: l_sync_tmp_wms_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6541: l_lpn_count NUMBER := 0;
6542:
6543: -- LPN CONV. rv
6544: l_wms_org VARCHAR2(10);
6545: l_sync_tmp_wms_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6546: l_sync_tmp_inv_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6547:
6548: l_child_cnt_counter NUMBER;
6549: l_cnt_wms_counter NUMBER;

Line 6546: l_sync_tmp_inv_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6542:
6543: -- LPN CONV. rv
6544: l_wms_org VARCHAR2(10);
6545: l_sync_tmp_wms_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6546: l_sync_tmp_inv_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6547:
6548: l_child_cnt_counter NUMBER;
6549: l_cnt_wms_counter NUMBER;
6550: l_cnt_inv_counter NUMBER;

Line 6562: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;

6558: l_debug_on BOOLEAN;
6559:
6560: l_update_to_containers VARCHAR2(2) := WSH_WMS_LPN_GRP.g_update_to_containers;
6561: l_call_group_api VARCHAR2(2) := WSH_WMS_LPN_GRP.g_call_group_api;
6562: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
6563: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
6564: l_call_level NUMBER;
6565:
6566: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'PRORATE_WEIGHT_ACTUAL';

Line 6563: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;

6559:
6560: l_update_to_containers VARCHAR2(2) := WSH_WMS_LPN_GRP.g_update_to_containers;
6561: l_call_group_api VARCHAR2(2) := WSH_WMS_LPN_GRP.g_call_group_api;
6562: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
6563: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
6564: l_call_level NUMBER;
6565:
6566: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'PRORATE_WEIGHT_ACTUAL';
6567: