DBA Data[Home] [Help]

APPS.PA_PROJ_ELEM_VER_STRUCTURE_PKG dependencies on FND_MSG_PUB

Line 155: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJ_ELEM_VER_STRUCTURE_PKG',

151: X_ROWID := l_incoming_rowid ;
152: x_pev_structure_id := l_incoming_pev_structure_id ;
153:
154: -- Add the xception message to stack and RAISE
155: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJ_ELEM_VER_STRUCTURE_PKG',
156: p_procedure_name => 'Insert_Row',
157: p_error_text => SUBSTRB(SQLERRM,1,240));
158: RAISE ;
159: END;