DBA Data[Home] [Help]

APPS.IGW_PROP_NARRATIVES_PVT dependencies on IGW_PROP_NARRATIVES_PVT

Line 1: PACKAGE BODY IGW_PROP_NARRATIVES_PVT as

1: PACKAGE BODY IGW_PROP_NARRATIVES_PVT as
2: /* $Header: igwvprnb.pls 115.6 2002/11/15 00:38:17 ashkumar ship $*/
3: PROCEDURE create_prop_narrative (
4: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
5: p_commit IN VARCHAR2 := FND_API.G_FALSE,

Line 108: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',

104: END IF;
105:
106: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
107:
108: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',
109: p_procedure_name => 'CREATE_PROP_NARRATIVE',
110: p_error_text => SUBSTRB(SQLERRM,1,240));
111:
112: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 233: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',

229: END IF;
230:
231: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
232:
233: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',
234: p_procedure_name => 'UPDATE_PROP_NARRATIVE',
235: p_error_text => SUBSTRB(SQLERRM,1,240));
236:
237: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 347: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',

343: END IF;
344:
345: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
346:
347: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',
348: p_procedure_name => 'DELETE_PROP_NARRATIVE',
349: p_error_text => SUBSTRB(SQLERRM,1,240));
350:
351: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 444: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',

440: END IF;
441:
442: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
443:
444: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',
445: p_procedure_name => 'UPDATE_PROP_NARRATIVE',
446: p_error_text => SUBSTRB(SQLERRM,1,240));
447:
448: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 476: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',

472: raise fnd_api.g_exc_error;
473:
474: WHEN OTHERS THEN
475: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
476: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',
477: p_procedure_name => 'CHECK_LOCK',
478: p_error_text => SUBSTRB(SQLERRM,1,240));
479: raise fnd_api.g_exc_unexpected_error;
480:

Line 516: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',

512: EXCEPTION
513:
514: WHEN OTHERS THEN
515: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
516: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_PVT',
517: p_procedure_name => 'VALIDATE_LOGGED_USER_RIGHTS',
518: p_error_text => SUBSTRB(SQLERRM,1,240));
519: raise fnd_api.g_exc_unexpected_error;
520: END VALIDATE_LOGGED_USER_RIGHTS;

Line 523: END IGW_PROP_NARRATIVES_PVT;

519: raise fnd_api.g_exc_unexpected_error;
520: END VALIDATE_LOGGED_USER_RIGHTS;
521:
522:
523: END IGW_PROP_NARRATIVES_PVT;