DBA Data[Home] [Help]

APPS.WSH_CONTAINER_ACTIONS dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 234: wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type,

230: */
231:
232: PROCEDURE default_container_attr (
233: P_container_rec IN OUT NOCOPY
234: wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type,
235: p_additional_cont_attr IN wsh_glbl_var_strct_grp.LPNRecordType,
236: p_caller IN VARCHAR2,
237: x_return_status OUT NOCOPY VARCHAR2
238:

Line 235: p_additional_cont_attr IN wsh_glbl_var_strct_grp.LPNRecordType,

231:
232: PROCEDURE default_container_attr (
233: P_container_rec IN OUT NOCOPY
234: wsh_glbl_var_strct_grp.Delivery_Details_Rec_Type,
235: p_additional_cont_attr IN wsh_glbl_var_strct_grp.LPNRecordType,
236: p_caller IN VARCHAR2,
237: x_return_status OUT NOCOPY VARCHAR2
238:
239: ) IS

Line 279: l_additional_cont_attr wsh_glbl_var_strct_grp.LPNRecordType;

275: l_unit_volume NUMBER;
276: l_row_id VARCHAR2(30);
277: l_org_name VARCHAR2(240);
278: l_item_name VARCHAR2(2000);
279: l_additional_cont_attr wsh_glbl_var_strct_grp.LPNRecordType;
280:
281: i NUMBER;
282: j NUMBER;
283: l_return_status VARCHAR2(2);

Line 725: l_container_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;

721: l_last_update_by NUMBER;
722: l_primary_uom VARCHAR2(3);
723: -- J: W/V Changes
724:
725: l_container_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
726: l_del_assg_rec WSH_DELIVERY_DETAILS_PKG.Delivery_Assignments_Rec_Type;
727:
728: l_row_id VARCHAR2(30);
729: l_del_assg_id NUMBER;

Line 752: --l_cont_names WSH_GLBL_VAR_STRCT_GRP.v50_Tbl_Type;

748: l_LPN_PREFIX mtl_parameters.LPN_PREFIX%TYPE;
749: l_LPN_SUFFIX mtl_parameters.LPN_SUFFIX%TYPE;
750: l_LPN_STARTING_NUMBER mtl_parameters.LPN_STARTING_NUMBER%TYPE;
751: l_TOTAL_LPN_LENGTH mtl_parameters.TOTAL_LPN_LENGTH%TYPE;
752: --l_cont_names WSH_GLBL_VAR_STRCT_GRP.v50_Tbl_Type;
753: --l_lpn_ids WSH_UTIL_CORE.id_tab_type;
754: l_cont_name_dig number;
755: l_tare_wt NUMBER;
756: l_tare_wt_uom VARCHAR2(10);

Line 759: l_container_info_rec WSH_GLBL_VAR_STRCT_GRP.ContInfoRectype;

755: l_tare_wt NUMBER;
756: l_tare_wt_uom VARCHAR2(10);
757: l_msg_count NUMBER;
758: l_msg_data VARCHAR2(32767);
759: l_container_info_rec WSH_GLBL_VAR_STRCT_GRP.ContInfoRectype;
760: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;
761: l_lpn_tbl WMS_Data_Type_Definitions_pub.LPNTableType;
762: l_num_warnings NUMBER := 0;
763: l_num_errors NUMBER := 0;

Line 765: l_additional_cont_attr wsh_glbl_var_strct_grp.LPNRecordType;

761: l_lpn_tbl WMS_Data_Type_Definitions_pub.LPNTableType;
762: l_num_warnings NUMBER := 0;
763: l_num_errors NUMBER := 0;
764: l_return_status VARCHAR2(10);
765: l_additional_cont_attr wsh_glbl_var_strct_grp.LPNRecordType;
766: l_organization_id NUMBER;
767: l_inventory_item_id NUMBER;
768: l_first number;
769: CURSOR c_get_default_parameters (v_organization_id NUMBER) IS

Line 2148: p_action_prms IN wsh_glbl_var_strct_grp.dd_action_parameters_rec_type

2144: p_cont_unassign IN VARCHAR2,
2145: p_del_unassign IN VARCHAR2,
2146: x_pack_status OUT NOCOPY VARCHAR2,
2147: x_return_status OUT NOCOPY VARCHAR2,
2148: p_action_prms IN wsh_glbl_var_strct_grp.dd_action_parameters_rec_type
2149: ) IS
2150:
2151: l_del_detail_rec WSH_UTIL_CORE.ID_TAB_TYPE;
2152:

Line 2222: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

2218: l_num_warnings number := 0;
2219:
2220: -- K LPN CONV. rv
2221: l_wms_org VARCHAR2(10) := 'N';
2222: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
2223:
2224: cursor l_get_cnt_org_csr (p_cnt_inst_id IN NUMBER) is
2225: select organization_id
2226: from wsh_delivery_details

Line 3058: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

3054: l_debug_on BOOLEAN;
3055: --
3056: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'UNASSIGN_DETAIL';
3057: --
3058: l_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
3059: BEGIN
3060:
3061: --
3062: --

Line 6458: l_sync_tmp_wms_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6454: -- End of OTM R12 : assign delivery detail
6455:
6456: -- K LPN CONV. rv
6457: l_wms_org VARCHAR2(10) := 'N';
6458: l_sync_tmp_wms_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6459: l_sync_tmp_inv_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6460: l_wms_ddtlist_cnt NUMBER;
6461: l_inv_ddtlist_cnt NUMBER;
6462: l_sync_tmp_wms_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

Line 6459: l_sync_tmp_inv_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6455:
6456: -- K LPN CONV. rv
6457: l_wms_org VARCHAR2(10) := 'N';
6458: l_sync_tmp_wms_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6459: l_sync_tmp_inv_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6460: l_wms_ddtlist_cnt NUMBER;
6461: l_inv_ddtlist_cnt NUMBER;
6462: l_sync_tmp_wms_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6463: l_sync_tmp_inv_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

Line 6462: l_sync_tmp_wms_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6458: l_sync_tmp_wms_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6459: l_sync_tmp_inv_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6460: l_wms_ddtlist_cnt NUMBER;
6461: l_inv_ddtlist_cnt NUMBER;
6462: l_sync_tmp_wms_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6463: l_sync_tmp_inv_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6464: l_wms_contlist_cnt NUMBER;
6465: l_inv_contlist_cnt NUMBER;
6466: l_sync_tmp_wms_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

Line 6463: l_sync_tmp_inv_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6459: l_sync_tmp_inv_ddlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6460: l_wms_ddtlist_cnt NUMBER;
6461: l_inv_ddtlist_cnt NUMBER;
6462: l_sync_tmp_wms_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6463: l_sync_tmp_inv_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6464: l_wms_contlist_cnt NUMBER;
6465: l_inv_contlist_cnt NUMBER;
6466: l_sync_tmp_wms_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6467: l_sync_tmp_inv_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

Line 6466: l_sync_tmp_wms_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6462: l_sync_tmp_wms_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6463: l_sync_tmp_inv_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6464: l_wms_contlist_cnt NUMBER;
6465: l_inv_contlist_cnt NUMBER;
6466: l_sync_tmp_wms_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6467: l_sync_tmp_inv_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6468: l_wms_contlist1_cnt NUMBER;
6469: l_inv_contlist1_cnt NUMBER;
6470: -- K LPN CONV. rv

Line 6467: l_sync_tmp_inv_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;

6463: l_sync_tmp_inv_contlist wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6464: l_wms_contlist_cnt NUMBER;
6465: l_inv_contlist_cnt NUMBER;
6466: l_sync_tmp_wms_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6467: l_sync_tmp_inv_contlist1 wsh_glbl_var_strct_grp.sync_tmp_recTbl_type;
6468: l_wms_contlist1_cnt NUMBER;
6469: l_inv_contlist1_cnt NUMBER;
6470: -- K LPN CONV. rv
6471: l_mdc_id_tab wsh_util_core.id_tab_type;

Line 7910: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;

7906: l_wms_count NUMBER := 0;
7907: l_wms_enabled_flag VARCHAR2(1);
7908:
7909: -- LPN CONV. rv
7910: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
7911: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
7912: l_msg_count NUMBER;
7913: l_msg_data VARCHAR2(32767);
7914: e_return_excp EXCEPTION;

Line 7911: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;

7907: l_wms_enabled_flag VARCHAR2(1);
7908:
7909: -- LPN CONV. rv
7910: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
7911: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
7912: l_msg_count NUMBER;
7913: l_msg_data VARCHAR2(32767);
7914: e_return_excp EXCEPTION;
7915: -- LPN CONV. rv

Line 8407: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;

8403: -- HW OPMCONV - New variable to hold item info
8404: l_item_info WSH_DELIVERY_DETAILS_INV.mtl_system_items_rec;
8405:
8406: -- LPN CONV. rv
8407: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
8408: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
8409: l_msg_count NUMBER;
8410: l_msg_data VARCHAR2(32767);
8411: e_return_excp EXCEPTION;

Line 8408: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;

8404: l_item_info WSH_DELIVERY_DETAILS_INV.mtl_system_items_rec;
8405:
8406: -- LPN CONV. rv
8407: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
8408: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;
8409: l_msg_count NUMBER;
8410: l_msg_data VARCHAR2(32767);
8411: e_return_excp EXCEPTION;
8412: -- LPN CONV. rv

Line 11077: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

11073: WHERE delivery_detail_id=p_del_det_id;
11074:
11075: -- K LPN CONV. rv
11076: l_wms_org VARCHAR2(10) := 'N';
11077: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
11078: l_cont_tab wsh_util_core.id_tab_type;
11079: l_lpn_unit_weight NUMBER;
11080: l_lpn_unit_volume NUMBER;
11081: l_lpn_weight_uom_code VARCHAR2(100);

Line 11578: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;

11574: l_ignore_for_planning VARCHAR2(1);
11575:
11576: -- K LPN CONV. rv
11577: l_wms_org VARCHAR2(10) := 'N';
11578: l_sync_tmp_rec wsh_glbl_var_strct_grp.sync_tmp_rec_type;
11579: l_return_status VARCHAR2(1);
11580: l_num_warnings NUMBER := 0;
11581: l_cnt_line_dir VARCHAR2(10);
11582: -- K LPN CONV. rv

Line 12990: x_cont_names OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.v50_Tbl_Type,

12986: p_cont_name_suf IN VARCHAR2,
12987: p_cont_name_num IN NUMBER,
12988: p_cont_name_dig IN NUMBER,
12989: p_quantity IN NUMBER,
12990: x_cont_names OUT NOCOPY WSH_GLBL_VAR_STRCT_GRP.v50_Tbl_Type,
12991: x_return_status OUT NOCOPY VARCHAR2) IS
12992:
12993: CURSOR Get_Exist_Cont(v_cont_name VARCHAR2) IS
12994: SELECT NVL(MAX(1),0) FROM DUAL