DBA Data[Home] [Help]

APPS.XLA_CMP_TAD_PKG dependencies on XLA_CMP_TAB_PKG

Line 1847: IF NOT xla_cmp_tab_pkg.get_interface_object_names

1843: --Retrieve the affix of the TAT associated to the current detail
1844: l_current_object_name_affix := l_table_of_tad_details(i).object_name_affix;
1845:
1846: --Get the global temporary table name for the affix
1847: IF NOT xla_cmp_tab_pkg.get_interface_object_names
1848: (
1849: p_application_id => $APPLICATION_ID_2$
1850: ,p_object_name_affix => l_current_object_name_affix
1851: ,x_global_table_name => l_current_temp_table_name

Line 5289: IF NOT xla_cmp_tab_pkg.get_interface_object_names

5285: --Retrieve the affix of the TAT associated to the current detail
5286: l_current_object_name_affix := p_table_of_tad_details(i).object_name_affix;
5287:
5288: --Get the global temporary table name for the affix
5289: IF NOT xla_cmp_tab_pkg.get_interface_object_names
5290: (
5291: p_application_id => g_application_info.application_id
5292: ,p_object_name_affix => l_current_object_name_affix
5293: ,x_global_table_name => l_current_temp_table_name

Line 5723: IF NOT xla_cmp_tab_pkg.get_interface_object_names

5719: --Retrieve the affix of the TAT associated to the current detail
5720: l_current_object_name_affix := p_table_of_tad_details(i).object_name_affix;
5721:
5722: --Get the global temporary table name for the affix
5723: IF NOT xla_cmp_tab_pkg.get_interface_object_names
5724: (
5725: p_application_id => g_application_info.application_id
5726: ,p_object_name_affix => l_current_object_name_affix
5727: ,x_global_table_name => l_current_temp_table_name

Line 5873: l_table_of_sources xla_cmp_tab_pkg.gt_table_of_varchar2_30;

5869: l_current_object_name_affix VARCHAR2(10);
5870: l_current_temp_table_name VARCHAR2(30);
5871: l_current_plsql_table_name VARCHAR2(30);
5872:
5873: l_table_of_sources xla_cmp_tab_pkg.gt_table_of_varchar2_30;
5874: l_table_of_source_datatypes xla_cmp_tab_pkg.gt_table_of_varchar2_1;
5875:
5876: l_fatal_message_text VARCHAR2(2000);
5877: l_return_value BOOLEAN;

Line 5874: l_table_of_source_datatypes xla_cmp_tab_pkg.gt_table_of_varchar2_1;

5870: l_current_temp_table_name VARCHAR2(30);
5871: l_current_plsql_table_name VARCHAR2(30);
5872:
5873: l_table_of_sources xla_cmp_tab_pkg.gt_table_of_varchar2_30;
5874: l_table_of_source_datatypes xla_cmp_tab_pkg.gt_table_of_varchar2_1;
5875:
5876: l_fatal_message_text VARCHAR2(2000);
5877: l_return_value BOOLEAN;
5878: l_log_module VARCHAR2 (2000);

Line 5895: IF NOT xla_cmp_tab_pkg.get_tab_api_package_name

5891:
5892: l_return_value := TRUE;
5893:
5894: --Get the TAB API package for the application
5895: IF NOT xla_cmp_tab_pkg.get_tab_api_package_name
5896: (
5897: p_application_id => g_application_info.application_id
5898: ,x_tab_api_package_name => l_tab_api_package_name
5899: )

Line 5932: IF NOT xla_cmp_tab_pkg.get_interface_object_names

5928: --Retrieve the affix of the TAT associated to the current detail
5929: l_current_object_name_affix := p_table_of_tad_details(i).object_name_affix;
5930:
5931: --Get the global temporary table name for the affix
5932: IF NOT xla_cmp_tab_pkg.get_interface_object_names
5933: (
5934: p_application_id => g_application_info.application_id
5935: ,p_object_name_affix => l_current_object_name_affix
5936: ,x_global_table_name => l_current_temp_table_name

Line 5945: IF NOT xla_cmp_tab_pkg.get_interface_sources

5941: RAISE ge_fatal_error;
5942: END IF;
5943:
5944: --Get the source list for the affix
5945: IF NOT xla_cmp_tab_pkg.get_interface_sources
5946: (
5947: p_application_id => g_application_info.application_id
5948: ,p_object_name_affix => l_current_object_name_affix
5949: ,x_table_of_sources => l_table_of_sources