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 116: -- Standard check for p_commit

112: DPP_UTILITY_PVT.DEBUG_MESSAGE( FND_LOG.LEVEL_STATEMENT, 'dpp.plsql.' || L_FULL_NAME, 'Debug Profile Option Value: ' || l_profile_option_value || '. No Logging.');
113:
114: END IF;
115:
116: -- Standard check for p_commit
117: IF FND_API.to_Boolean( p_commit )
118: THEN
119: COMMIT WORK;
120: END IF;

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

120: END IF;
121:
122: DPP_UTILITY_PVT.DEBUG_MESSAGE( FND_LOG.LEVEL_STATEMENT, 'dpp.plsql.' || L_FULL_NAME, 'Private API: ' || l_api_name || 'end');
123:
124: -- Standard call to get message count and if count is 1, get message info.
125: FND_MSG_PUB.Count_And_Get
126: (p_count => x_msg_count,
127: p_data => x_msg_data
128: );

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

131: EXCEPTION
132: WHEN FND_API.G_EXC_ERROR THEN
133: ROLLBACK TO INSERT_HEADERLOG_PVT;
134: x_return_status := FND_API.G_RET_STS_ERROR;
135: -- Standard call to get message count and if count=1, get the message
136: FND_MSG_PUB.Count_And_Get (
137: p_encoded => FND_API.G_FALSE,
138: p_count => x_msg_count,
139: p_data => x_msg_data

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

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

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

154: fnd_message.set_token('ROUTINE', 'DPP_LOG_PVT.Insert_HeaderLog');
155: fnd_message.set_token('ERRNO', sqlcode);
156: fnd_message.set_token('REASON', sqlerrm);
157: FND_MSG_PUB.ADD;
158: -- Standard call to get message count and if count=1, get the message
159: FND_MSG_PUB.Count_And_Get (
160: p_encoded => FND_API.G_FALSE,
161: p_count => x_msg_count,
162: p_data => x_msg_data

Line 187: -- Standard begin of API savepoint

183: l_profile_option_value VARCHAR2(150);
184:
185: BEGIN
186:
187: -- Standard begin of API savepoint
188: SAVEPOINT Insert_LinesLog_PVT;
189: -- Standard call to check for call compatibility.
190: IF NOT FND_API.Compatible_API_Call ( l_api_version,
191: p_api_version,

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

185: BEGIN
186:
187: -- Standard begin of API savepoint
188: SAVEPOINT Insert_LinesLog_PVT;
189: -- Standard call to check for call compatibility.
190: IF NOT FND_API.Compatible_API_Call ( l_api_version,
191: p_api_version,
192: l_api_name,
193: G_PKG_NAME)

Line 272: -- Standard check for p_commit

268: DPP_UTILITY_PVT.DEBUG_MESSAGE( FND_LOG.LEVEL_STATEMENT, 'dpp.plsql.' || L_FULL_NAME, 'Debug Profile Option Value: ' || l_profile_option_value || '. No Logging.');
269:
270: END IF;
271:
272: -- Standard check for p_commit
273: IF FND_API.to_Boolean( p_commit )
274: THEN
275: COMMIT WORK;
276: END IF;

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

276: END IF;
277:
278: DPP_UTILITY_PVT.DEBUG_MESSAGE( FND_LOG.LEVEL_STATEMENT, 'dpp.plsql.' || L_FULL_NAME, 'Private API: ' || l_api_name || 'end');
279:
280: -- Standard call to get message count and if count is 1, get message info.
281: FND_MSG_PUB.Count_And_Get
282: (p_count => x_msg_count,
283: p_data => x_msg_data
284: );

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

293: fnd_message.set_token('ROUTINE', 'DPP_LOG_PVT.Insert_LinesLog');
294: fnd_message.set_token('ERRNO', sqlcode);
295: fnd_message.set_token('REASON', sqlerrm);
296: FND_MSG_PUB.ADD;
297: -- Standard call to get message count and if count=1, get the message
298: FND_MSG_PUB.Count_And_Get (
299: p_encoded => FND_API.G_FALSE,
300: p_count => x_msg_count,
301: p_data => x_msg_data

Line 325: -- Standard begin of API savepoint

321: l_profile_option_value VARCHAR2(150);
322:
323: BEGIN
324:
325: -- Standard begin of API savepoint
326: SAVEPOINT Insert_ClaimsLog_PVT;
327: -- Standard call to check for call compatibility.
328: IF NOT FND_API.Compatible_API_Call ( l_api_version,
329: p_api_version,

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

323: BEGIN
324:
325: -- Standard begin of API savepoint
326: SAVEPOINT Insert_ClaimsLog_PVT;
327: -- Standard call to check for call compatibility.
328: IF NOT FND_API.Compatible_API_Call ( l_api_version,
329: p_api_version,
330: l_api_name,
331: G_PKG_NAME)

Line 404: -- Standard check for p_commit

400: DPP_UTILITY_PVT.DEBUG_MESSAGE( FND_LOG.LEVEL_STATEMENT, 'dpp.plsql.' || L_FULL_NAME, 'Debug Profile Option Value: ' || l_profile_option_value || '. No Logging.');
401:
402: END IF;
403:
404: -- Standard check for p_commit
405: IF FND_API.to_Boolean( p_commit )
406: THEN
407: COMMIT WORK;
408: END IF;

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

408: END IF;
409:
410: DPP_UTILITY_PVT.DEBUG_MESSAGE( FND_LOG.LEVEL_STATEMENT, 'dpp.plsql.' || L_FULL_NAME, 'Private API: ' || l_api_name || 'end');
411:
412: -- Standard call to get message count and if count is 1, get message info.
413: FND_MSG_PUB.Count_And_Get
414: (p_count => x_msg_count,
415: p_data => x_msg_data
416: );

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

425: fnd_message.set_token('ROUTINE', 'DPP_LOG_PVT.Insert_ClaimsLog');
426: fnd_message.set_token('ERRNO', sqlcode);
427: fnd_message.set_token('REASON', sqlerrm);
428: FND_MSG_PUB.ADD;
429: -- Standard call to get message count and if count=1, get the message
430: FND_MSG_PUB.Count_And_Get (
431: p_encoded => FND_API.G_FALSE,
432: p_count => x_msg_count,
433: p_data => x_msg_data