DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on FND_MSG_PUB

Line 1026: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name||':'||d_pos);

1022: IF (PO_LOG.d_stmt) THEN
1023: PO_LOG.stmt(d_module,d_pos,'x_message_text',x_message_text);
1024: END IF;
1025: WHEN OTHERS THEN
1026: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name||':'||d_pos);
1027: IF PO_LOG.d_exc THEN
1028: PO_LOG.exc(d_module,d_pos,'Unhandled Exception in' || d_module);
1029: END IF;
1030: RAISE;

Line 1293: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name||':'||d_pos);

1289: END IF;
1290:
1291: EXCEPTION
1292: WHEN OTHERS THEN
1293: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name||':'||d_pos);
1294: IF PO_LOG.d_exc THEN
1295: PO_LOG.exc(d_module,d_pos,'Unhandled Exception in' || d_module);
1296: END IF;
1297: RAISE;