DBA Data[Home] [Help]

APPS.PON_PO_INTEGRATION_GRP dependencies on FND_MSG_PUB

Line 87: FND_MSG_PUB.initialize();

83: l_progress := 150;
84:
85: -- Initialize message list if p_init_msg_list is set to TRUE.
86: IF FND_API.to_Boolean(p_init_msg_list) THEN
87: FND_MSG_PUB.initialize();
88: END IF;
89:
90: l_progress := 200;
91:

Line 187: FND_MSG_PUB.add_exc_msg

183:
184: EXCEPTION
185: WHEN OTHERS THEN
186: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
187: FND_MSG_PUB.add_exc_msg
188: ( p_pkg_name => g_pkg_name,
189: p_procedure_name => l_api_name || '.' || l_progress
190: );
191:

Line 192: FND_MSG_PUB.count_and_get

188: ( p_pkg_name => g_pkg_name,
189: p_procedure_name => l_api_name || '.' || l_progress
190: );
191:
192: FND_MSG_PUB.count_and_get
193: ( p_encoded => 'F',
194: p_count => x_msg_count,
195: p_data => x_msg_data
196: );

Line 268: FND_MSG_PUB.initialize();

264: l_progress := 150;
265:
266: -- Initialize message list if p_init_msg_list is set to TRUE.
267: IF FND_API.to_Boolean(p_init_msg_list) THEN
268: FND_MSG_PUB.initialize();
269: END IF;
270:
271: l_progress := 200;
272:

Line 282: FND_MSG_PUB.add_exc_msg

278:
279: EXCEPTION
280: WHEN OTHERS THEN
281: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
282: FND_MSG_PUB.add_exc_msg
283: ( p_pkg_name => g_pkg_name,
284: p_procedure_name => l_api_name || '.' || l_progress
285: );
286:

Line 287: FND_MSG_PUB.count_and_get

283: ( p_pkg_name => g_pkg_name,
284: p_procedure_name => l_api_name || '.' || l_progress
285: );
286:
287: FND_MSG_PUB.count_and_get
288: ( p_encoded => 'F',
289: p_count => x_msg_count,
290: p_data => x_msg_data
291: );