DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on FND_MSG_PUB

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

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