DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_GRP dependencies on FND_MSG_PUB

Line 51: FND_MSG_PUB.initialize;

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

Line 232: FND_MSG_PUB.initialize;

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

Line 766: FND_MSG_PUB.initialize();

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