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.12020000.2 2013/02/28 02:49:06 jianpyu 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 1533: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then

1529: p_to_project_id => l_to_project_id,
1530: x_return_status => x_return_status,
1531: x_msg_count => x_msg_count,
1532: x_msg_data => x_msg_data);
1533: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then
1534: RAISE inv_comingle_error;
1535: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) then
1536: RAISE FND_API.G_EXC_ERROR;
1537: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) then

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

1556: p_to_project_id => l_to_project_id,
1557: x_return_status => x_return_status,
1558: x_msg_count => x_msg_count,
1559: x_msg_data => x_msg_data);
1560: if( x_return_status = INV_COST_GROUP_PVT.G_COMINGLE_ERROR ) then
1561: RAISE inv_comingle_error;
1562: ELSIF (x_return_status = FND_API.G_RET_STS_ERROR) then
1563: RAISE fnd_api.g_exc_error;
1564: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) then

Line 1717: ( G_PKG_NAME, 'INV_COST_GROUP_PVT');

1713: print_debug('Failed Txn Temp Id : ' || g_failure_txn_temp_id );
1714: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1715: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1716: FND_MSG_PUB.Add_Exc_Msg
1717: ( G_PKG_NAME, 'INV_COST_GROUP_PVT');
1718: end if;
1719: END;
1720:
1721: PROCEDURE get_cost_group(x_cost_group_id OUT NOCOPY NUMBER,

Line 1844: END INV_COST_GROUP_PVT;

1840: p_data => x_msg_data);
1841: END get_cost_group;
1842:
1843:
1844: END INV_COST_GROUP_PVT;