DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on FND_MSG_PUB

Line 73: -- maintained by FND_MSG_PUB.

69: --p_api_version
70: -- API version of the program caller assumes
71: --p_init_msg_list
72: -- FND_API.G_TRUE if caller expects PDOI to initialize the message stack
73: -- maintained by FND_MSG_PUB.
74: -- FND_API.G_FALSE otherwise
75: --p_validation_level
76: -- Currently this parameter has no effect. PDOI always does full validation
77: --p_commit

Line 273: FND_MSG_PUB.initialize;

269: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
270: END IF; -- not compatible_api
271:
272: IF (p_init_msg_list = FND_API.G_TRUE) THEN
273: FND_MSG_PUB.initialize;
274: END IF;
275:
276: d_position := 20;
277: