DBA Data[Home] [Help]

APPS.AHL_OSP_RCV_PVT dependencies on INV_LOC_WMS_PUB

Line 3254: inv_loc_wms_pub.create_locator(

3250: FND_LOG.string(FND_LOG.level_statement, l_debug_key,
3251: 'The receiving Sub Inventor '||p_rma_receipt_rec.receiving_subinventory||' is dynamic locator controlled');
3252: END IF;
3253:
3254: inv_loc_wms_pub.create_locator(
3255: x_return_status => x_return_status,
3256: x_msg_count => x_msg_count,
3257: x_msg_data => x_msg_data,
3258: x_inventory_location_id => l_locator_id,

Line 3285: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_debug_key, 'After calling inv_loc_wms_pub.create_locator');

3281: p_status_id => NULL,
3282: p_dropping_order => NULL);
3283:
3284: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
3285: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_debug_key, 'After calling inv_loc_wms_pub.create_locator');
3286: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_debug_key, 'x_return_status: '||x_return_status);
3287: END IF;
3288:
3289: IF (x_return_status = FND_API.G_RET_STS_SUCCESS) THEN