DBA Data[Home] [Help]

APPS.OKL_SETUPDSFPARAMETERS_PUB dependencies on OKL_SETUPDSFPARAMETERS_PUB

Line 1: PACKAGE BODY OKL_SETUPDSFPARAMETERS_PUB AS

1: PACKAGE BODY OKL_SETUPDSFPARAMETERS_PUB AS
2: /* $Header: OKLPSFRB.pls 120.2 2005/06/03 05:31:40 rirawat noship $ */
3:
4: ---------------------------------------------------------------------------
5: -- PROCEDURE get_rec for: OKL_FMLA_OPRNDS_V

Line 111: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','insert_dsfparameters');

107:
108: WHEN OTHERS THEN
109: -- notify caller of an UNEXPECTED error
110: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
111: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','insert_dsfparameters');
112:
113: -- store SQL error message on message stack for caller
114: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
115: p_count => x_msg_count,

Line 191: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','update_dsfparameters');

187:
188: WHEN OTHERS THEN
189: -- notify caller of an UNEXPECTED error
190: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
191: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','update_dsfparameters');
192:
193: -- store SQL error message on message stack for caller
194: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
195: p_count => x_msg_count,

Line 262: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','delete_dsfparameters');

258:
259: WHEN OTHERS THEN
260: -- notify caller of an UNEXPECTED error
261: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
262: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','delete_dsfparameters');
263:
264: -- store SQL error message on message stack for caller
265: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
266: p_count => x_msg_count,

Line 338: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','insert_dsfparameters');

334:
335: WHEN OTHERS THEN
336: -- notify caller of an UNEXPECTED error
337: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
338: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','insert_dsfparameters');
339:
340: -- store SQL error message on message stack for caller
341: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
342: p_count => x_msg_count,

Line 414: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','update_dsfparameters');

410:
411: WHEN OTHERS THEN
412: -- notify caller of an UNEXPECTED error
413: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
414: FND_MSG_PUB.ADD_EXC_MSG('OKL_SETUPDSFPARAMETERS_PUB','update_dsfparameters');
415:
416: -- store SQL error message on message stack for caller
417: FND_MSG_PUB.Count_and_get(p_encoded => OKC_API.G_FALSE,
418: p_count => x_msg_count,

Line 426: END OKL_SETUPDSFPARAMETERS_PUB;

422: -- rirawat 03-Feb-05 4149748: Added the following procedure to update into OKL_FNCTN_PRMTRS_V - TBL : end
423:
424:
425:
426: END OKL_SETUPDSFPARAMETERS_PUB;