DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on FND_MESSAGE

Line 663: FND_MESSAGE.set_name ('PO', 'PO_GENERIC_ERROR');

659: p_message VARCHAR2
660: ) IS
661: BEGIN
662: -- Add a generic error to the API message list.
663: FND_MESSAGE.set_name ('PO', 'PO_GENERIC_ERROR');
664: FND_MESSAGE.set_token ('ERROR_TEXT', p_message);
665: FND_MSG_PUB.add;
666:
667: -- Also add it to the FND log, if enabled.

Line 664: FND_MESSAGE.set_token ('ERROR_TEXT', p_message);

660: ) IS
661: BEGIN
662: -- Add a generic error to the API message list.
663: FND_MESSAGE.set_name ('PO', 'PO_GENERIC_ERROR');
664: FND_MESSAGE.set_token ('ERROR_TEXT', p_message);
665: FND_MSG_PUB.add;
666:
667: -- Also add it to the FND log, if enabled.
668: IF (g_fnd_debug = 'Y') THEN