DBA Data[Home] [Help]

APPS.PA_PROJ_PROGRESS_ATTR_PKG dependencies on FND_MSG_PUB

Line 80: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJ_PROGRESS_ATTR_PKG',

76: exception when others then
77: -- RESET OUT param in Exception block : 4537865 - Start
78: X_PROJ_PROGRESS_ATTR_ID := NULL ;
79: -- End : 4537865
80: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJ_PROGRESS_ATTR_PKG',
81: p_procedure_name => 'INSERT_ROW',
82: p_error_text => SUBSTRB(SQLERRM,1,240));
83: raise;
84: End INSERT_ROW;

Line 145: fnd_msg_pub.add;

141:
142: /* if (sql%notfound) then
143: x_return_status := FND_API.G_RET_STS_ERROR;
144: fnd_message.set_name('PA','PA_XC_RECORD_CHANGED');
145: fnd_msg_pub.add;
146: end if;*/
147:
148:
149: exception when others then

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

146: end if;*/
147:
148:
149: exception when others then
150: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJ_PROGRESS_ATTR_PKG',
151: p_procedure_name => 'UPDATE_ROW',
152: p_error_text => SUBSTRB(SQLERRM,1,240));
153: raise;
154: End;