DBA Data[Home] [Help]

APPS.INV_COST_GROUP_PVT dependencies on INV_COST_GROUP_PVT

Line 1: PACKAGE BODY INV_COST_GROUP_PVT AS

1: PACKAGE BODY INV_COST_GROUP_PVT AS
2: /* $Header: INVVDCGB.pls 120.3 2007/08/19 00:31:22 mchemban ship $ */
3:
4:
5: is_debug BOOLEAN := TRUE;

Line 35: inv_log_util.trace(p_message, 'INV_COST_GROUP_PVT', 9);

31: BEGIN
32:
33: IF (is_debug = TRUE) THEN
34: --IF (l_debug = 1) THEN
35: inv_log_util.trace(p_message, 'INV_COST_GROUP_PVT', 9);
36: --END IF;
37: END IF;
38: END;
39:

Line 314: inv_cost_group_pvt.assign_cost_group

310:
311: FOR rec_trx_cursor IN trx_cursor
312: LOOP
313: g_current_txn_temp_id := rec_trx_cursor.transaction_temp_id; --5214602 : FP of Bug 2879206
314: inv_cost_group_pvt.assign_cost_group
315: (x_return_status => x_return_status,
316: x_msg_data => x_msg_data,
317: x_msg_count => x_msg_count,
318: p_mmtt_rec => rec_trx_cursor,

Line 326: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then

322: p_input_type => INV_COST_GROUP_PUB.G_INPUT_MMTT,
323: x_cost_group_id => l_cost_group_id,
324: x_transfer_cost_group_id => l_transfer_cost_Group_id);
325:
326: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then
327: RAISE inv_comingle_error;
328: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
329: raise FND_API.G_EXC_UNEXPECTED_ERROR;
330: elsif( x_return_status = FND_API.G_RET_STS_ERROR ) then

Line 1468: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then

1464: p_to_project_id => l_to_project_id,
1465: x_return_status => x_return_status,
1466: x_msg_count => x_msg_count,
1467: x_msg_data => x_msg_data);
1468: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then
1469: RAISE inv_comingle_error;
1470: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) then
1471: RAISE FND_API.G_EXC_ERROR;
1472: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) then

Line 1495: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then

1491: p_to_project_id => l_to_project_id,
1492: x_return_status => x_return_status,
1493: x_msg_count => x_msg_count,
1494: x_msg_data => x_msg_data);
1495: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then
1496: RAISE inv_comingle_error;
1497: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) then
1498: RAISE fnd_api.g_exc_error;
1499: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) then

Line 1652: ( G_PKG_NAME, 'INV_COST_GROUP_PVT');

1648: print_debug('Failed Txn Temp Id : ' || g_failure_txn_temp_id );
1649: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1650: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1651: FND_MSG_PUB.Add_Exc_Msg
1652: ( G_PKG_NAME, 'INV_COST_GROUP_PVT');
1653: end if;
1654: END;
1655:
1656: PROCEDURE get_cost_group(x_cost_group_id OUT NOCOPY NUMBER,

Line 1779: END INV_COST_GROUP_PVT;

1775: p_data => x_msg_data);
1776: END get_cost_group;
1777:
1778:
1779: END INV_COST_GROUP_PVT;