DBA Data[Home] [Help]

APPS.WSH_BULK_PROCESS_GRP dependencies on FND_MSG_PUB

Line 74: FND_MSG_PUB.initialize;

70:
71: SAVEPOINT S_CREATE_UPDATE_DETAILS_BULK;
72:
73: IF FND_API.to_Boolean(p_init_msg_list) THEN
74: FND_MSG_PUB.initialize;
75: END IF;
76: --
77: IF l_debug_on THEN
78: wsh_debug_sv.push (l_module_name);

Line 289: FND_MSG_PUB.Count_And_Get

285: --
286: IF l_debug_on THEN
287: wsh_debug_sv.log (l_module_name,'getting the messages');
288: END IF;
289: FND_MSG_PUB.Count_And_Get
290: (
291: p_count => x_msg_count,
292: p_data => x_msg_data,
293: p_encoded => FND_API.G_FALSE

Line 308: FND_MSG_PUB.Count_And_Get

304:
305: /*
306: if any messages are set before this exception is
307: called then this should be uncommented.
308: FND_MSG_PUB.Count_And_Get
309: (
310: p_count => x_msg_count,
311: p_data => x_msg_data,
312: p_encoded => FND_API.G_FALSE

Line 352: FND_MSG_PUB.Count_And_Get

348: END IF;
349: --
350: -- End of Code Bugfix 4070732
351: --
352: FND_MSG_PUB.Count_And_Get
353: (
354: p_count => x_msg_count,
355: p_data => x_msg_data,
356: p_encoded => FND_API.G_FALSE

Line 398: FND_MSG_PUB.Count_And_Get

394: END IF;
395: --
396: -- End of Code Bugfix 4070732
397: --
398: FND_MSG_PUB.Count_And_Get
399: (
400: p_count => x_msg_count,
401: p_data => x_msg_data,
402: p_encoded => FND_API.G_FALSE

Line 448: FND_MSG_PUB.Count_And_Get

444: END IF;
445: --
446: -- End of Code Bugfix 4070732
447: --
448: FND_MSG_PUB.Count_And_Get
449: (
450: p_count => x_msg_count,
451: p_data => x_msg_data,
452: p_encoded => FND_API.G_FALSE

Line 495: FND_MSG_PUB.Count_And_Get

491: END IF;
492: --
493: -- End of Code Bugfix 4070732
494: --
495: FND_MSG_PUB.Count_And_Get
496: (
497: p_count => x_msg_count,
498: p_data => x_msg_data,
499: p_encoded => FND_API.G_FALSE