DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_GRP dependencies on FND_MSG_PUB

Line 50: FND_MSG_PUB.initialize;

46: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
47: END IF;
48:
49: IF (FND_API.to_boolean(p_init_msg_list)) THEN
50: FND_MSG_PUB.initialize;
51: END IF;
52:
53: PO_DOCUMENT_UPDATE_PVT.update_document(
54: p_api_version => 1.0,

Line 230: FND_MSG_PUB.initialize;

226: l_api_name, g_pkg_name ) THEN
227: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
228: END IF;
229:
230: FND_MSG_PUB.initialize;
231:
232: --
233: -- Moved the following logic from the private API (PO_DOCUMENT_UPDATE_PVT)
234: -- to the group API, because the private API now takes changes as a

Line 764: FND_MSG_PUB.initialize();

760: RAISE FND_API.g_exc_unexpected_error;
761: END IF;
762:
763: IF (FND_API.to_boolean(p_init_msg_list)) THEN
764: FND_MSG_PUB.initialize();
765: END IF;
766:
767: l_progress := '010';
768: