DBA Data[Home] [Help]

APPS.DPP_LOG_PVT dependencies on FND_MSG_PUB

Line 10: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);

6: -- NOTE :
7: -- End of Comments
8:
9: G_PKG_NAME CONSTANT VARCHAR2(30) := 'DPP_LOG_PVT';
10: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
11:
12: ---------------------------------------------------------------------
13: -- PROCEDURE
14: -- Insert_HeaderLog

Line 60: FND_MSG_PUB.initialize;

56: END IF;
57: -- Initialize message list if p_init_msg_list is set to TRUE.
58: IF FND_API.to_Boolean( p_init_msg_list )
59: THEN
60: FND_MSG_PUB.initialize;
61: END IF;
62:
63: -- Debug Message
64: IF g_debug THEN

Line 131: FND_MSG_PUB.Count_And_Get

127: IF g_debug THEN
128: DPP_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
129: END IF;
130: -- Standard call to get message count and if count is 1, get message info.
131: FND_MSG_PUB.Count_And_Get
132: (p_count => x_msg_count,
133: p_data => x_msg_data
134: );
135:

Line 142: FND_MSG_PUB.Count_And_Get (

138: WHEN FND_API.G_EXC_ERROR THEN
139: ROLLBACK TO INSERT_HEADERLOG_PVT;
140: x_return_status := FND_API.G_RET_STS_ERROR;
141: -- Standard call to get message count and if count=1, get the message
142: FND_MSG_PUB.Count_And_Get (
143: p_encoded => FND_API.G_FALSE,
144: p_count => x_msg_count,
145: p_data => x_msg_data
146: );

Line 151: FND_MSG_PUB.Count_And_Get (

147: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
148: ROLLBACK TO INSERT_HEADERLOG_PVT;
149: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
150: -- Standard call to get message count and if count=1, get the message
151: FND_MSG_PUB.Count_And_Get (
152: p_encoded => FND_API.G_FALSE,
153: p_count => x_msg_count,
154: p_data => x_msg_data
155: );

Line 163: FND_MSG_PUB.ADD;

159: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
160: fnd_message.set_token('ROUTINE', 'DPP_LOG_PVT.Insert_HeaderLog');
161: fnd_message.set_token('ERRNO', sqlcode);
162: fnd_message.set_token('REASON', sqlerrm);
163: FND_MSG_PUB.ADD;
164: -- Standard call to get message count and if count=1, get the message
165: FND_MSG_PUB.Count_And_Get (
166: p_encoded => FND_API.G_FALSE,
167: p_count => x_msg_count,

Line 165: FND_MSG_PUB.Count_And_Get (

161: fnd_message.set_token('ERRNO', sqlcode);
162: fnd_message.set_token('REASON', sqlerrm);
163: FND_MSG_PUB.ADD;
164: -- Standard call to get message count and if count=1, get the message
165: FND_MSG_PUB.Count_And_Get (
166: p_encoded => FND_API.G_FALSE,
167: p_count => x_msg_count,
168: p_data => x_msg_data
169: );

Line 206: FND_MSG_PUB.initialize;

202: END IF;
203: -- Initialize message list if p_init_msg_list is set to TRUE.
204: IF FND_API.to_Boolean( p_init_msg_list )
205: THEN
206: FND_MSG_PUB.initialize;
207: END IF;
208:
209: -- Debug Message
210: IF g_debug THEN

Line 293: FND_MSG_PUB.Count_And_Get

289: IF g_debug THEN
290: DPP_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
291: END IF;
292: -- Standard call to get message count and if count is 1, get message info.
293: FND_MSG_PUB.Count_And_Get
294: (p_count => x_msg_count,
295: p_data => x_msg_data
296: );
297:

Line 308: FND_MSG_PUB.ADD;

304: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
305: fnd_message.set_token('ROUTINE', 'DPP_LOG_PVT.Insert_LinesLog');
306: fnd_message.set_token('ERRNO', sqlcode);
307: fnd_message.set_token('REASON', sqlerrm);
308: FND_MSG_PUB.ADD;
309: -- Standard call to get message count and if count=1, get the message
310: FND_MSG_PUB.Count_And_Get (
311: p_encoded => FND_API.G_FALSE,
312: p_count => x_msg_count,

Line 310: FND_MSG_PUB.Count_And_Get (

306: fnd_message.set_token('ERRNO', sqlcode);
307: fnd_message.set_token('REASON', sqlerrm);
308: FND_MSG_PUB.ADD;
309: -- Standard call to get message count and if count=1, get the message
310: FND_MSG_PUB.Count_And_Get (
311: p_encoded => FND_API.G_FALSE,
312: p_count => x_msg_count,
313: p_data => x_msg_data
314: );

Line 350: FND_MSG_PUB.initialize;

346: END IF;
347: -- Initialize message list if p_init_msg_list is set to TRUE.
348: IF FND_API.to_Boolean( p_init_msg_list )
349: THEN
350: FND_MSG_PUB.initialize;
351: END IF;
352:
353: -- Debug Message
354: IF g_debug THEN

Line 431: FND_MSG_PUB.Count_And_Get

427: IF g_debug THEN
428: DPP_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
429: END IF;
430: -- Standard call to get message count and if count is 1, get message info.
431: FND_MSG_PUB.Count_And_Get
432: (p_count => x_msg_count,
433: p_data => x_msg_data
434: );
435:

Line 446: FND_MSG_PUB.ADD;

442: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
443: fnd_message.set_token('ROUTINE', 'DPP_LOG_PVT.Insert_ClaimsLog');
444: fnd_message.set_token('ERRNO', sqlcode);
445: fnd_message.set_token('REASON', sqlerrm);
446: FND_MSG_PUB.ADD;
447: -- Standard call to get message count and if count=1, get the message
448: FND_MSG_PUB.Count_And_Get (
449: p_encoded => FND_API.G_FALSE,
450: p_count => x_msg_count,

Line 448: FND_MSG_PUB.Count_And_Get (

444: fnd_message.set_token('ERRNO', sqlcode);
445: fnd_message.set_token('REASON', sqlerrm);
446: FND_MSG_PUB.ADD;
447: -- Standard call to get message count and if count=1, get the message
448: FND_MSG_PUB.Count_And_Get (
449: p_encoded => FND_API.G_FALSE,
450: p_count => x_msg_count,
451: p_data => x_msg_data
452: );