DBA Data[Home] [Help]

APPS.FLM_KANBAN_TRANSFER dependencies on WSH_DELIVERY_DETAILS_PUB

Line 321: 'Calling WSH_DELIVERY_DETAILS_PUB.autocreate_deliveries');

317:
318: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
319: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
320: l_log_module || '.autocreate_deliveries',
321: 'Calling WSH_DELIVERY_DETAILS_PUB.autocreate_deliveries');
322: END IF;
323:
324: --**************************************************************************************************************
325: -- The Autocreate_Deliveries procedure is called to automatically create deliveries for multiple delivery lines.

Line 327: WSH_DELIVERY_DETAILS_PUB.autocreate_deliveries

323:
324: --**************************************************************************************************************
325: -- The Autocreate_Deliveries procedure is called to automatically create deliveries for multiple delivery lines.
326: --**************************************************************************************************************
327: WSH_DELIVERY_DETAILS_PUB.autocreate_deliveries
328: ( p_api_version_number => 1.0,
329: p_init_msg_list => FND_API.G_FALSE,
330: p_commit => FND_API.G_FALSE,
331: x_return_status => x_retcode,

Line 342: 'After WSH_DELIVERY_DETAILS_PUB.autocreate_deliveries: ' ||

338:
339: IF FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
340: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
341: l_log_module || '.autocreate_deliveries',
342: 'After WSH_DELIVERY_DETAILS_PUB.autocreate_deliveries: ' ||
343: 'x_return_status = ' || x_retcode || ', ' ||
344: 'x_msg_count = ' || l_msg_count || ', ' ||
345: 'x_msg_data = ' || x_errmsg);
346: