DBA Data[Home] [Help]

APPS.IGW_PROP_USER_ROLES_TBH dependencies on IGW_PROP_USER_ROLES_TBH

Line 1: package body IGW_PROP_USER_ROLES_TBH as

1: package body IGW_PROP_USER_ROLES_TBH as
2: /* $Header: igwtpurb.pls 115.4 2002/11/15 00:47:12 ashkumar ship $*/
3:
4: PROCEDURE INSERT_ROW (
5: x_rowid out NOCOPY VARCHAR2,

Line 79: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USER_ROLES_TBH',

75: close c;
76:
77: EXCEPTION
78: when others then
79: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USER_ROLES_TBH',
80: p_procedure_name => 'INSERT_ROW',
81: p_error_text => SUBSTRB(SQLERRM, 1, 240));
82: x_return_status := fnd_api.g_ret_sts_unexp_error;
83: raise;

Line 146: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USER_ROLES_TBH',

142: end if;
143:
144: EXCEPTION
145: when others then
146: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USER_ROLES_TBH',
147: p_procedure_name => 'UPDATE_ROW',
148: p_error_text => SUBSTRB(SQLERRM, 1, 240));
149: x_return_status := fnd_api.g_ret_sts_unexp_error;
150: raise;

Line 177: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USER_ROLES_TBH',

173:
174:
175: EXCEPTION
176: when others then
177: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USER_ROLES_TBH',
178: p_procedure_name => 'DELETE_ROW',
179: p_error_text => SUBSTRB(SQLERRM, 1, 240));
180: x_return_status := fnd_api.g_ret_sts_unexp_error;
181: raise;

Line 296: END IGW_PROP_USER_ROLES_TBH;

292: return;
293: end LOCK_ROW;
294: */
295:
296: END IGW_PROP_USER_ROLES_TBH;