DBA Data[Home] [Help]

APPS.FUN_XLA_TAB_PKG dependencies on FND_API

Line 366: IF NOT FND_API.Compatible_API_Call

362: --Initialize return status and message local variables
363: l_return_msg_name:= NULL;
364: l_return_status := NULL;
365:
366: IF NOT FND_API.Compatible_API_Call
367: (
368: p_current_version_number => C_API_VERSION
369: ,p_caller_version_number => p_api_version
370: ,p_api_name => 'reset_online_interface'

Line 374: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

370: ,p_api_name => 'reset_online_interface'
371: ,p_pkg_name => C_PACKAGE_NAME
372: )
373: THEN
374: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
375: END IF;
376:
377: --Remove all the elements from the PLSQL tables
378: reset_online_interface;

Line 560: IF NOT FND_API.Compatible_API_Call

556: --Initialize return status and message local variables
557: l_return_msg_name := NULL;
558: l_return_status := NULL;
559:
560: IF NOT FND_API.Compatible_API_Call
561: (
562: p_current_version_number => C_API_VERSION
563: ,p_caller_version_number => p_api_version
564: ,p_api_name => 'write_online_tab '

Line 568: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

564: ,p_api_name => 'write_online_tab '
565: ,p_pkg_name => C_PACKAGE_NAME
566: )
567: THEN
568: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
569: END IF;
570:
571: --p_account_type_code cannot be NULL
572: IF p_account_type_code IS NULL

Line 875: IF NOT FND_API.Compatible_API_Call

871: --Initialize return status and message local variables
872: l_return_msg_name:= NULL;
873: l_return_status := NULL;
874:
875: IF NOT FND_API.Compatible_API_Call
876: (
877: p_current_version_number => C_API_VERSION
878: ,p_caller_version_number => p_api_version
879: ,p_api_name => 'read_online_tab '

Line 883: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

879: ,p_api_name => 'read_online_tab '
880: ,p_pkg_name => C_PACKAGE_NAME
881: )
882: THEN
883: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
884: END IF;
885:
886: --Start the actual logic
887: