DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on FND_MSG_PUB

Line 72: -- maintained by FND_MSG_PUB.

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

Line 270: FND_MSG_PUB.initialize;

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