DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PUB dependencies on OKL_ACCOUNT_GENERATOR_PUB

Line 1: PACKAGE BODY OKL_ACCOUNT_GENERATOR_PUB AS

1: PACKAGE BODY OKL_ACCOUNT_GENERATOR_PUB AS
2: /* $Header: OKLPAGTB.pls 120.3 2005/10/30 04:20:54 appldev noship $ */
3:
4: -- Changed by Santonyr on 22-Sep-2004 to fix bug 3901209.
5: -- Added a new parameter 'p_ae_tmpt_line_id'.

Line 79: FND_MSG_PUB.ADD_EXC_MSG('OKL_ACCOUNT_GENERATOR_PUB','GET_CCID');

75: ,p_count => x_msg_count
76: ,p_data => x_msg_data);
77: RETURN l_Code_Combination_id;
78: WHEN OTHERS THEN
79: FND_MSG_PUB.ADD_EXC_MSG('OKL_ACCOUNT_GENERATOR_PUB','GET_CCID');
80: FND_MSG_PUB.Count_and_get(p_encoded => OKL_API.G_FALSE
81: ,p_count => x_msg_count
82: ,p_data => x_msg_data);
83: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 88: END OKL_ACCOUNT_GENERATOR_PUB;

84: RETURN l_Code_Combination_id;
85: END GET_CCID;
86:
87:
88: END OKL_ACCOUNT_GENERATOR_PUB;