DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on FND_MSG_PUB

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

1002: IF (PO_LOG.d_stmt) THEN
1003: PO_LOG.stmt(d_module,d_pos,'x_message_text',x_message_text);
1004: END IF;
1005: WHEN OTHERS THEN
1006: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name||':'||d_pos);
1007: IF PO_LOG.d_exc THEN
1008: PO_LOG.exc(d_module,d_pos,'Unhandled Exception in' || d_module);
1009: END IF;
1010: RAISE;

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

1269: END IF;
1270:
1271: EXCEPTION
1272: WHEN OTHERS THEN
1273: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name||':'||d_pos);
1274: IF PO_LOG.d_exc THEN
1275: PO_LOG.exc(d_module,d_pos,'Unhandled Exception in' || d_module);
1276: END IF;
1277: RAISE;