DBA Data[Home] [Help]

APPS.BIM_RESPONSE_FACTS_PKG dependencies on STANDARD

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

48: fnd_message.set_name('BIM','BIM_R_START_PROGRAM');
49: fnd_message.set_token('OBJECT_NAME','Response',FALSE);
50: fnd_file.put_line(fnd_file.log,fnd_message.get);
51:
52: -- Standard call to check for call compatibility.
53: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
54: p_api_version_number,
55: l_api_name,
56: g_pkg_name)

Line 159: --Standard check of commit

155: -- ams_utility_pvt.write_conc_log(l_period_error);
156: -- ams_utility_pvt.write_conc_log('----Currency Validation----');
157: -- ams_utility_pvt.write_conc_log(l_currency_error);
158:
159: --Standard check of commit
160:
161: IF FND_API.To_Boolean ( p_commit ) THEN
162: COMMIT WORK;
163: END IF;

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

164:
165: fnd_message.set_name('BIM','BIM_R_END_PROGRAM');
166: fnd_file.put_line(fnd_file.log,fnd_message.get);
167:
168: -- Standard call to get message count and if count is 1, get message info.
169: FND_MSG_PUB.Count_And_Get
170: (p_count => x_msg_count,
171: p_data => x_msg_data
172: );

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

174: EXCEPTION
175:
176: WHEN FND_API.G_EXC_ERROR THEN
177: x_return_status := FND_API.G_RET_STS_ERROR;
178: -- Standard call to get message count and if count=1, get the message
179: FND_msg_PUB.Count_And_Get (
180: -- p_encoded => FND_API.G_FALSE,
181: p_count => x_msg_count,
182: p_data => x_msg_data

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

185:
186: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
187:
188: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
189: -- Standard call to get message count and if count=1, get the message
190: FND_msg_PUB.Count_And_Get (
191: --p_encoded => FND_API.G_FALSE,
192: p_count => x_msg_count,
193: p_data => x_msg_data

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

198: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
199: THEN
200: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
201: END IF;
202: -- Standard call to get message count and if count=1, get the message
203: FND_msg_PUB.Count_And_Get (
204: -- p_encoded => FND_API.G_FALSE,
205: p_count => x_msg_count,
206: p_data => x_msg_data

Line 237: /* -- Standard call to check for call compatibility.

233:
234: -- Debug Message
235: --AMS_UTILITY_PVT.debug_message('Private API: ' || 'Running the LOG_HISTORY procedure ');
236:
237: /* -- Standard call to check for call compatibility.
238: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
239: p_api_version_number,
240: l_api_name,
241: g_pkg_name)

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

271: sysdate,
272: p_start_date,
273: p_end_date);
274:
275: /* -- Standard call to get message count and if count is 1, get message info.
276: FND_msg_PUB.Count_And_Get
277: (p_count => x_msg_count,
278: p_data => x_msg_data
279: );

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

280: EXCEPTION
281:
282: WHEN FND_API.G_EXC_ERROR THEN
283: x_return_status := FND_API.G_RET_STS_ERROR;
284: -- Standard call to get message count and if count=1, get the message
285: FND_msg_PUB.Count_And_Get (
286: -- p_encoded => FND_API.G_FALSE,
287: p_count => x_msg_count,
288: p_data => x_msg_data

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

289: );
290:
291: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
292: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
293: -- Standard call to get message count and if count=1, get the message
294: FND_msg_PUB.Count_And_Get (
295: --p_encoded => FND_API.G_FALSE,
296: p_count => x_msg_count,
297: p_data => x_msg_data

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

302: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
303: THEN
304: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
305: END IF;
306: -- Standard call to get message count and if count=1, get the message
307: FND_msg_PUB.Count_And_Get (
308: -- p_encoded => FND_API.G_FALSE,
309: p_count => x_msg_count,
310: p_data => x_msg_data

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

379: BEGIN
380:
381: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
382:
383: -- Standard call to check for call compatibility.
384: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
385: p_api_version_number,
386: l_api_name,
387: g_pkg_name)

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

820: EXCEPTION
821:
822: WHEN FND_API.G_EXC_ERROR THEN
823: x_return_status := FND_API.G_RET_STS_ERROR;
824: -- Standard call to get message count and if count=1, get the message
825: FND_msg_PUB.Count_And_Get (
826: -- p_encoded => FND_API.G_FALSE,
827: p_count => x_msg_count,
828: p_data => x_msg_data

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

833: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
834:
835: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
836:
837: -- Standard call to get message count and if count=1, get the message
838: FND_msg_PUB.Count_And_Get (
839: --p_encoded => FND_API.G_FALSE,
840: p_count => x_msg_count,
841: p_data => x_msg_data

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

851: THEN
852: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
853: END IF;
854:
855: -- Standard call to get message count and if count=1, get the message
856: FND_msg_PUB.Count_And_Get (
857: -- p_encoded => FND_API.G_FALSE,
858: p_count => x_msg_count,
859: p_data => x_msg_data