DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on FND_MSG_PUB

Line 777: FND_MSG_PUB.add_exc_msg('PO_DISTRIBUTIONS_SV', l_api_name||':'||d_pos);

773: IF (PO_LOG.d_stmt) THEN
774: PO_LOG.stmt(d_module,d_pos,'x_message_text',x_message_text);
775: END IF;
776: WHEN OTHERS THEN
777: FND_MSG_PUB.add_exc_msg('PO_DISTRIBUTIONS_SV', l_api_name||':'||d_pos);
778: IF PO_LOG.d_exc THEN
779: PO_LOG.exc(d_module,d_pos,'Unhandled Exception in' || d_module);
780: END IF;
781: RAISE;