DBA Data[Home] [Help]

APPS.FUN_XLA_TAB_PKG dependencies on FND_API

Line 291: IF NOT FND_API.Compatible_API_Call

287: --Initialize return status and message local variables
288: l_return_msg_name:= NULL;
289: l_return_status := NULL;
290:
291: IF NOT FND_API.Compatible_API_Call
292: (
293: p_current_version_number => C_API_VERSION
294: ,p_caller_version_number => p_api_version
295: ,p_api_name => 'reset_online_interface'

Line 299: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

295: ,p_api_name => 'reset_online_interface'
296: ,p_pkg_name => C_PACKAGE_NAME
297: )
298: THEN
299: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
300: END IF;
301:
302: --Remove all the elements from the PLSQL tables
303: reset_online_interface;

Line 483: IF NOT FND_API.Compatible_API_Call

479: --Initialize return status and message local variables
480: l_return_msg_name := NULL;
481: l_return_status := NULL;
482:
483: IF NOT FND_API.Compatible_API_Call
484: (
485: p_current_version_number => C_API_VERSION
486: ,p_caller_version_number => p_api_version
487: ,p_api_name => 'write_online_tab '

Line 491: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

487: ,p_api_name => 'write_online_tab '
488: ,p_pkg_name => C_PACKAGE_NAME
489: )
490: THEN
491: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
492: END IF;
493:
494: --p_account_type_code cannot be NULL
495: IF p_account_type_code IS NULL

Line 803: IF NOT FND_API.Compatible_API_Call

799: --Initialize return status and message local variables
800: l_return_msg_name:= NULL;
801: l_return_status := NULL;
802:
803: IF NOT FND_API.Compatible_API_Call
804: (
805: p_current_version_number => C_API_VERSION
806: ,p_caller_version_number => p_api_version
807: ,p_api_name => 'read_online_tab '

Line 811: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

807: ,p_api_name => 'read_online_tab '
808: ,p_pkg_name => C_PACKAGE_NAME
809: )
810: THEN
811: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
812: END IF;
813:
814: --Start the actual logic
815: