DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WMS_OP_DEST_SYS_APIS

Line 1015: -- {{ call wms_op_dest_sys_apis.get_staging_loc_for_delivery }}

1011: END IF; -- end l_delivery_id is null
1012:
1013: -- {{ determine staging lane and stamp MTRL }}
1014:
1015: -- {{ call wms_op_dest_sys_apis.get_staging_loc_for_delivery }}
1016: IF (l_debug = 1) THEN
1017: mydebug('***Calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');
1018: mydebug('p_call_mode: ===============> ' || 1);
1019: mydebug('p_task_type: ===============> ' || 1);

Line 1017: mydebug('***Calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');

1013: -- {{ determine staging lane and stamp MTRL }}
1014:
1015: -- {{ call wms_op_dest_sys_apis.get_staging_loc_for_delivery }}
1016: IF (l_debug = 1) THEN
1017: mydebug('***Calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');
1018: mydebug('p_call_mode: ===============> ' || 1);
1019: mydebug('p_task_type: ===============> ' || 1);
1020: mydebug('p_task_id: =================> ' || NULL);
1021: mydebug('p_locator_id: ==============> ' || NULL);

Line 1025: wms_op_dest_sys_apis.get_staging_loc_for_delivery

1021: mydebug('p_locator_id: ==============> ' || NULL);
1022: mydebug('p_mol_id: ==================> ' || l_line_id);
1023: END IF;
1024:
1025: wms_op_dest_sys_apis.get_staging_loc_for_delivery
1026: (
1027: x_return_status => l_return_status,
1028: x_message => l_message,
1029: x_locator_id => l_to_loc_id,

Line 1040: mydebug('***After calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');

1036: p_mol_id => l_line_id
1037: );
1038:
1039: IF (l_debug = 1) THEN
1040: mydebug('***After calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');
1041: mydebug('x_return_status = ' || l_return_status);
1042: mydebug('x_message = ' || l_message);
1043: mydebug('x_locator_id = ' || l_to_loc_id);
1044: mydebug('x_zone_id = ' || l_to_zone_id);