DBA Data[Home] [Help]

APPS.AHL_MM_MTL_MGT_PVT dependencies on INV_MISSING_QTY_ACTIONS_ENGINE

Line 3536: inv_missing_qty_actions_engine.update_allocation_qty

3532:
3533: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
3534: fnd_log.string(G_LEVEL_PROCEDURE, l_api_name,'Updating the existing allocations for temp id ='||l_mmtt_temp_id);
3535: END IF;
3536: inv_missing_qty_actions_engine.update_allocation_qty
3537: (x_return_status => x_return_status,
3538: x_msg_data => x_msg_data,
3539: x_msg_count => x_msg_count,
3540: p_transaction_temp_id => l_mmtt_temp_id,

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

3543: );
3544: IF x_return_status <> G_RET_STS_SUCCESS
3545: THEN
3546: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
3547: fnd_log.string(G_LEVEL_PROCEDURE, l_api_name,'Error in inv_missing_qty_actions_engine.update_allocation_qty. Msg is '||x_msg_data);
3548: END IF;
3549: RAISE ALLOCATION_ERROR;
3550: END IF;
3551:

Line 3557: inv_missing_qty_actions_engine.process_action

3553: -- the remaining quantity.
3554: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
3555: fnd_log.string(G_LEVEL_PROCEDURE, l_api_name,'Calling process action to back order remaining quantity ');
3556: END IF;
3557: inv_missing_qty_actions_engine.process_action
3558: (x_return_status => x_return_status,
3559: x_msg_data => x_msg_data,
3560: x_msg_count => x_msg_count,
3561: x_new_record_id => x_record_id,