DBA Data[Home] [Help]

APPS.CN_COMM_LINES_API_PKG dependencies on FND_MSG_PUB

Line 1298: fnd_msg_pub.add;

1294: fetch c into tlinfo;
1295: if (c%notfound) then
1296: close c;
1297: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
1298: fnd_msg_pub.add;
1299: raise fnd_api.g_exc_unexpected_error;
1300: end if;
1301: close c;
1302:

Line 1305: fnd_msg_pub.add;

1301: close c;
1302:
1303: if (tlinfo.object_version_number <> p_comm_lines_api_rec.object_version_number) then
1304: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
1305: fnd_msg_pub.add;
1306: raise fnd_api.g_exc_unexpected_error;
1307: end if;
1308: UPDATE CN_COMM_LINES_API oldrec
1309: SET