DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on INV_MISSING_QTY_ACTIONS_ENGINE

Line 2439: inv_missing_qty_actions_engine.update_allocation_qty

2435: THEN
2436: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2437: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Updating the existing allocations for temp id ='||l_mmtt_temp_id);
2438: END IF;
2439: inv_missing_qty_actions_engine.update_allocation_qty
2440: (x_return_status => x_return_status,
2441: x_msg_data => x_msg_data,
2442: x_msg_count => x_msg_count,
2443: p_transaction_temp_id => l_mmtt_temp_id,

Line 2450: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Error in inv_missing_qty_actions_engine.update_allocation_qty. Msg is '||x_msg_data);

2446: );
2447: IF x_return_status <> G_RET_STS_SUCCESS
2448: THEN
2449: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2450: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Error in inv_missing_qty_actions_engine.update_allocation_qty. Msg is '||x_msg_data);
2451: END IF;
2452: RAISE ALLOCATION_ERROR;
2453: END IF;
2454:

Line 2460: inv_missing_qty_actions_engine.process_action

2456: -- the remaining quantity.
2457: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2458: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Calling process action to back order remaining quantity ');
2459: END IF;
2460: inv_missing_qty_actions_engine.process_action
2461: (x_return_status => x_return_status,
2462: x_msg_data => x_msg_data,
2463: x_msg_count => x_msg_count,
2464: x_new_record_id => x_record_id,