DBA Data[Home] [Help]

APPS.WSH_WV_UTILS dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 438: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

434: --lpn conv
435: l_container_flag VARCHAR2(10);
436: l_wms_org VARCHAR2(10) := 'N';
437: -- LPN CONV. rv
438: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
439: -- LPN CONV. rv
440: l_line_direction VARCHAR2(10);
441: l_num_warnings NUMBER := 0;
442: mark_reprice_error EXCEPTION;

Line 2630: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

2626: -- LPN CONV. rv
2627: l_line_direction VARCHAR2(10);
2628: l_organization_id NUMBER;
2629: l_wms_org VARCHAR2(10) := 'N';
2630: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
2631: l_num_warnings NUMBER := 0;
2632: -- LPN CONV. rv
2633:
2634: l_debug_on BOOLEAN;

Line 4166: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

4162: -- LPN CONV. rv
4163: l_line_direction VARCHAR2(10);
4164: l_organization_id NUMBER;
4165: l_wms_org VARCHAR2(10) := 'N';
4166: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
4167: l_return_status VARCHAR2(10);
4168: l_num_warnings NUMBER := 0;
4169: -- LPN CONV. rv
4170: --

Line 6513: l_sync_tmp_wms_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6509: l_lpn_count NUMBER := 0;
6510:
6511: -- LPN CONV. rv
6512: l_wms_org VARCHAR2(10);
6513: l_sync_tmp_wms_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6514: l_sync_tmp_inv_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6515:
6516: l_child_cnt_counter NUMBER;
6517: l_cnt_wms_counter NUMBER;

Line 6514: l_sync_tmp_inv_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6510:
6511: -- LPN CONV. rv
6512: l_wms_org VARCHAR2(10);
6513: l_sync_tmp_wms_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6514: l_sync_tmp_inv_recTbl wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6515:
6516: l_child_cnt_counter NUMBER;
6517: l_cnt_wms_counter NUMBER;
6518: l_cnt_inv_counter NUMBER;

Line 6530: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;

6526: l_debug_on BOOLEAN;
6527:
6528: l_update_to_containers VARCHAR2(2) := WSH_WMS_LPN_GRP.g_update_to_containers;
6529: l_call_group_api VARCHAR2(2) := WSH_WMS_LPN_GRP.g_call_group_api;
6530: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
6531: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
6532: l_call_level NUMBER;
6533:
6534: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'PRORATE_WEIGHT_ACTUAL';

Line 6531: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;

6527:
6528: l_update_to_containers VARCHAR2(2) := WSH_WMS_LPN_GRP.g_update_to_containers;
6529: l_call_group_api VARCHAR2(2) := WSH_WMS_LPN_GRP.g_call_group_api;
6530: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
6531: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
6532: l_call_level NUMBER;
6533:
6534: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'PRORATE_WEIGHT_ACTUAL';
6535: