DBA Data[Home] [Help]

APPS.IGW_PROP_USERS_TBH dependencies on FND_MSG_PUB

Line 81: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USERS_TBH',

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

Line 143: fnd_msg_pub.Add;

139: and record_version_number = p_record_version_number;
140:
141: if (sql%notfound) then
142: fnd_message.set_name('IGW', 'IGW_SS_RECORD_CHANGED');
143: fnd_msg_pub.Add;
144: x_return_status := 'E';
145: end if;
146:
147:

Line 150: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USERS_TBH',

146:
147:
148: EXCEPTION
149: when others then
150: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USERS_TBH',
151: p_procedure_name => 'UPDATE_ROW',
152: p_error_text => SUBSTRB(SQLERRM, 1, 240));
153: x_return_status := fnd_api.g_ret_sts_unexp_error;
154: raise;

Line 174: fnd_msg_pub.Add;

170: and record_version_number = p_record_version_number;
171:
172: if (sql%notfound) then
173: fnd_message.set_name('IGW', 'IGW_SS_RECORD_CHANGED');
174: fnd_msg_pub.Add;
175: x_return_status := 'E';
176: end if;
177:
178:

Line 181: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USERS_TBH',

177:
178:
179: EXCEPTION
180: when others then
181: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_USERS_TBH',
182: p_procedure_name => 'DELETE_ROW',
183: p_error_text => SUBSTRB(SQLERRM, 1, 240));
184: x_return_status := fnd_api.g_ret_sts_unexp_error;
185: raise;