DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on STANDARD

Line 94: -- Standard call to check for API call compatibility.

90: fa_debug_pkg.initialize;
91: -- end if;
92:
93: -- Check version of the API
94: -- Standard call to check for API call compatibility.
95:
96: if NOT fnd_api.compatible_api_call (
97: G_API_VERSION,
98: p_api_version,

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

325: COMMIT WORK;
326: end if;
327:
328: -- Bug 5472772
329: -- Standard call to get message count and if count is 1 get message info.
330: fnd_msg_pub.count_and_get (
331: p_count => x_msg_count,
332: p_data => x_msg_data
333: );

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

343: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
344: p_log_level_rec => g_log_level_rec);
345:
346: -- Bug 5472772
347: -- Standard call to get message count and if count is 1 get message info.
348: FND_MSG_PUB.count_and_get (
349: p_count => x_msg_count,
350: p_data => x_msg_data
351: );

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

359: calling_fn => l_calling_fn,
360: p_log_level_rec => g_log_level_rec);
361:
362: -- Bug 5472772
363: -- Standard call to get message count and if count is 1 get message info.
364: FND_MSG_PUB.count_and_get (
365: p_count => x_msg_count,
366: p_data => x_msg_data
367: );