DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on STANDARD

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

96: fa_debug_pkg.initialize;
97: -- end if;
98:
99: -- Check version of the API
100: -- Standard call to check for API call compatibility.
101:
102: if NOT fnd_api.compatible_api_call (
103: G_API_VERSION,
104: p_api_version,

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

316: fnd_profile.put('GL_SET_OF_BKS_ID',l_primary_sob_id);
317: fnd_client_info.set_currency_context (l_currency_context);
318:
319: -- Bug 5472772
320: -- Standard call to get message count and if count is 1 get message info.
321: fnd_msg_pub.count_and_get (
322: p_count => x_msg_count,
323: p_data => x_msg_data
324: );

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

337: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
338: p_log_level_rec => g_log_level_rec);
339:
340: -- Bug 5472772
341: -- Standard call to get message count and if count is 1 get message info.
342: FND_MSG_PUB.count_and_get (
343: p_count => x_msg_count,
344: p_data => x_msg_data
345: );

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

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