DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WMS_OP_DEST_SYS_APIS

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

1286: END IF; -- end l_delivery_id is null
1287:
1288: -- {{ determine staging lane and stamp MTRL }}
1289:
1290: -- {{ call wms_op_dest_sys_apis.get_staging_loc_for_delivery }}
1291: IF (l_debug = 1) THEN
1292: mydebug('***Calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');
1293: mydebug('p_call_mode: ===============> ' || 1);
1294: mydebug('p_task_type: ===============> ' || 1);

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

1288: -- {{ determine staging lane and stamp MTRL }}
1289:
1290: -- {{ call wms_op_dest_sys_apis.get_staging_loc_for_delivery }}
1291: IF (l_debug = 1) THEN
1292: mydebug('***Calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');
1293: mydebug('p_call_mode: ===============> ' || 1);
1294: mydebug('p_task_type: ===============> ' || 1);
1295: mydebug('p_task_id: =================> ' || NULL);
1296: mydebug('p_locator_id: ==============> ' || NULL);

Line 1300: wms_op_dest_sys_apis.get_staging_loc_for_delivery

1296: mydebug('p_locator_id: ==============> ' || NULL);
1297: mydebug('p_mol_id: ==================> ' || l_line_id);
1298: END IF;
1299:
1300: wms_op_dest_sys_apis.get_staging_loc_for_delivery
1301: (
1302: x_return_status => l_return_status,
1303: x_message => l_message,
1304: x_locator_id => l_to_loc_id,

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

1311: p_mol_id => l_line_id
1312: );
1313:
1314: IF (l_debug = 1) THEN
1315: mydebug('***After calling wms_op_dest_sys_apis.get_staging_loc_for_delivery with the following parameters***');
1316: mydebug('x_return_status = ' || l_return_status);
1317: mydebug('x_message = ' || l_message);
1318: mydebug('x_locator_id = ' || l_to_loc_id);
1319: mydebug('x_zone_id = ' || l_to_zone_id);