DBA Data[Home] [Help]

APPS.PA_USER_ATTR_PVT dependencies on FND_MSG_PUB

Line 342: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',

338: if p_commit = FND_API.G_TRUE then
339: rollback to delete_user_attrs_data_pvt;
340: end if;
341: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
342: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',
343: p_procedure_name => 'Delete_User_Attrs_Data',
344: p_error_text => SUBSTRB(SQLERRM,1,240));
345: when OTHERS then
346: if p_commit = FND_API.G_TRUE then

Line 350: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',

346: if p_commit = FND_API.G_TRUE then
347: rollback to delete_user_attrs_data_pvt;
348: end if;
349: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
350: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',
351: p_procedure_name => 'Delete_User_Attrs_Data',
352: p_error_text => SUBSTRB(SQLERRM,1,240));
353: raise;
354: END DELETE_USER_ATTRS_DATA;

Line 427: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',

423: if p_commit = FND_API.G_TRUE then
424: rollback to delete_all_user_attrs_data_pvt;
425: end if;
426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
427: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',
428: p_procedure_name => 'Delete_All_User_Attrs_Data',
429: p_error_text => SUBSTRB(SQLERRM,1,240));
430: when OTHERS then
431: if p_commit = FND_API.G_TRUE then

Line 435: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',

431: if p_commit = FND_API.G_TRUE then
432: rollback to delete_all_user_attrs_data_pvt;
433: end if;
434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
435: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_USER_ATTR_PVT',
436: p_procedure_name => 'Delete_All_User_Attrs_Data',
437: p_error_text => SUBSTRB(SQLERRM,1,240));
438: raise;
439: END DELETE_ALL_USER_ATTRS_DATA;