DBA Data[Home] [Help]

APPS.XLA_AE_CODE_COMBINATION_PKG dependencies on XLA_AE_SOURCES_PKG

Line 1851: l_name := xla_ae_sources_pkg.GetComponentName (

1847: 'XLA_AMB_COMPONENT_TYPE'
1848: , p_component_type
1849: );
1850:
1851: l_name := xla_ae_sources_pkg.GetComponentName (
1852: p_component_type
1853: ,p_component_code
1854: ,p_component_type_code
1855: ,p_component_appl_id

Line 2113: l_name := xla_ae_sources_pkg.GetComponentName (

2109: 'XLA_AMB_COMPONENT_TYPE'
2110: , p_component_type
2111: );
2112:
2113: l_name := xla_ae_sources_pkg.GetComponentName (
2114: p_component_type
2115: ,p_component_code
2116: ,p_component_type_code
2117: ,p_component_appl_id

Line 2162: l_name := xla_ae_sources_pkg.GetComponentName (

2158: 'XLA_AMB_COMPONENT_TYPE'
2159: , p_component_type
2160: );
2161:
2162: l_name := xla_ae_sources_pkg.GetComponentName (
2163: p_component_type
2164: ,p_component_code
2165: ,p_component_type_code
2166: ,p_component_appl_id

Line 2178: l_source_name := xla_ae_sources_pkg.GetSourceName(

2174: ,p_component_type_code
2175: );
2176:
2177: IF p_source_code IS NOT NULL THEN
2178: l_source_name := xla_ae_sources_pkg.GetSourceName(
2179: p_source_code
2180: ,p_source_type_code
2181: ,p_source_application_id
2182: );

Line 2218: l_name := xla_ae_sources_pkg.GetComponentName (

2214: 'XLA_AMB_COMPONENT_TYPE'
2215: , p_component_type
2216: );
2217:
2218: l_name := xla_ae_sources_pkg.GetComponentName (
2219: p_component_type
2220: ,p_component_code
2221: ,p_component_type_code
2222: ,p_component_appl_id

Line 2234: l_source_name := xla_ae_sources_pkg.GetSourceName(

2230: ,p_component_type_code
2231: );
2232:
2233: IF p_source_code IS NOT NULL THEN
2234: l_source_name := xla_ae_sources_pkg.GetSourceName(
2235: p_source_code
2236: ,p_source_type_code
2237: ,p_source_application_id
2238: );