DBA Data[Home] [Help]

APPS.DPP_LOG_PVT dependencies on STANDARD

Line 47: -- Standard begin of API savepoint

43: l_profile_option_value VARCHAR2(150);
44:
45: BEGIN
46:
47: -- Standard begin of API savepoint
48: SAVEPOINT Insert_HeaderLog_PVT;
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call ( l_api_version,
51: p_api_version,

Line 49: -- Standard call to check for call compatibility.

45: BEGIN
46:
47: -- Standard begin of API savepoint
48: SAVEPOINT Insert_HeaderLog_PVT;
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call ( l_api_version,
51: p_api_version,
52: l_api_name,
53: G_PKG_NAME)

Line 121: -- Standard check for p_commit

117: END IF;
118:
119: END IF;
120:
121: -- Standard check for p_commit
122: IF FND_API.to_Boolean( p_commit )
123: THEN
124: COMMIT WORK;
125: END IF;

Line 130: -- Standard call to get message count and if count is 1, get message info.

126: -- Debug Message
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: );

Line 141: -- Standard call to get message count and if count=1, get the message

137: EXCEPTION
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

Line 150: -- Standard call to get message count and if count=1, get the message

146: );
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

Line 164: -- Standard call to get message count and if count=1, get the message

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,
168: p_data => x_msg_data

Line 193: -- Standard begin of API savepoint

189: l_profile_option_value VARCHAR2(150);
190:
191: BEGIN
192:
193: -- Standard begin of API savepoint
194: SAVEPOINT Insert_LinesLog_PVT;
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call ( l_api_version,
197: p_api_version,

Line 195: -- Standard call to check for call compatibility.

191: BEGIN
192:
193: -- Standard begin of API savepoint
194: SAVEPOINT Insert_LinesLog_PVT;
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call ( l_api_version,
197: p_api_version,
198: l_api_name,
199: G_PKG_NAME)

Line 283: -- Standard check for p_commit

279: END IF;
280:
281: END IF;
282:
283: -- Standard check for p_commit
284: IF FND_API.to_Boolean( p_commit )
285: THEN
286: COMMIT WORK;
287: END IF;

Line 292: -- Standard call to get message count and if count is 1, get message info.

288: -- Debug Message
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: );

Line 309: -- Standard call to get message count and if count=1, get the message

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,
313: p_data => x_msg_data

Line 337: -- Standard begin of API savepoint

333: l_profile_option_value VARCHAR2(150);
334:
335: BEGIN
336:
337: -- Standard begin of API savepoint
338: SAVEPOINT Insert_ClaimsLog_PVT;
339: -- Standard call to check for call compatibility.
340: IF NOT FND_API.Compatible_API_Call ( l_api_version,
341: p_api_version,

Line 339: -- Standard call to check for call compatibility.

335: BEGIN
336:
337: -- Standard begin of API savepoint
338: SAVEPOINT Insert_ClaimsLog_PVT;
339: -- Standard call to check for call compatibility.
340: IF NOT FND_API.Compatible_API_Call ( l_api_version,
341: p_api_version,
342: l_api_name,
343: G_PKG_NAME)

Line 421: -- Standard check for p_commit

417: END IF;
418:
419: END IF;
420:
421: -- Standard check for p_commit
422: IF FND_API.to_Boolean( p_commit )
423: THEN
424: COMMIT WORK;
425: END IF;

Line 430: -- Standard call to get message count and if count is 1, get message info.

426: -- Debug Message
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: );

Line 447: -- Standard call to get message count and if count=1, get the message

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,
451: p_data => x_msg_data