DBA Data[Home] [Help]

APPS.IGW_PROP_NARRATIVES_TBH dependencies on IGW_PROP_NARRATIVES_TBH

Line 1: package body IGW_PROP_NARRATIVES_TBH as

1: package body IGW_PROP_NARRATIVES_TBH as
2: /* $Header: igwtprnb.pls 115.4 2002/11/15 00:39:05 ashkumar ship $*/
3:
4: PROCEDURE INSERT_ROW (
5: X_ROWID OUT NOCOPY VARCHAR2,

Line 96: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_TBH',

92: close c;
93:
94: EXCEPTION
95: when others then
96: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_TBH',
97: p_procedure_name => 'INSERT_ROW',
98: p_error_text => SUBSTRB(SQLERRM, 1, 240));
99: x_return_status := fnd_api.g_ret_sts_unexp_error;
100: raise;

Line 173: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_TBH',

169: end if;
170:
171: EXCEPTION
172: when others then
173: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_TBH',
174: p_procedure_name => 'UPDATE_ROW',
175: p_error_text => SUBSTRB(SQLERRM, 1, 240));
176: x_return_status := fnd_api.g_ret_sts_unexp_error;
177: raise;

Line 205: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_TBH',

201:
202:
203: EXCEPTION
204: when others then
205: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_NARRATIVES_TBH',
206: p_procedure_name => 'DELETE_ROW',
207: p_error_text => SUBSTRB(SQLERRM, 1, 240));
208: x_return_status := fnd_api.g_ret_sts_unexp_error;
209: raise;

Line 325: END IGW_PROP_NARRATIVES_TBH;

321: return;
322: end LOCK_ROW;
323: */
324:
325: END IGW_PROP_NARRATIVES_TBH;