DBA Data[Home] [Help]

APPS.XLA_AE_CODE_COMBINATION_PKG dependencies on XLA_AE_SOURCES_PKG

Line 1844: l_name := xla_ae_sources_pkg.GetComponentName (

1840: 'XLA_AMB_COMPONENT_TYPE'
1841: , p_component_type
1842: );
1843:
1844: l_name := xla_ae_sources_pkg.GetComponentName (
1845: p_component_type
1846: ,p_component_code
1847: ,p_component_type_code
1848: ,p_component_appl_id

Line 2105: l_name := xla_ae_sources_pkg.GetComponentName (

2101: 'XLA_AMB_COMPONENT_TYPE'
2102: , p_component_type
2103: );
2104:
2105: l_name := xla_ae_sources_pkg.GetComponentName (
2106: p_component_type
2107: ,p_component_code
2108: ,p_component_type_code
2109: ,p_component_appl_id

Line 2154: l_name := xla_ae_sources_pkg.GetComponentName (

2150: 'XLA_AMB_COMPONENT_TYPE'
2151: , p_component_type
2152: );
2153:
2154: l_name := xla_ae_sources_pkg.GetComponentName (
2155: p_component_type
2156: ,p_component_code
2157: ,p_component_type_code
2158: ,p_component_appl_id

Line 2170: l_source_name := xla_ae_sources_pkg.GetSourceName(

2166: ,p_component_type_code
2167: );
2168:
2169: IF p_source_code IS NOT NULL THEN
2170: l_source_name := xla_ae_sources_pkg.GetSourceName(
2171: p_source_code
2172: ,p_source_type_code
2173: ,p_source_application_id
2174: );

Line 2210: l_name := xla_ae_sources_pkg.GetComponentName (

2206: 'XLA_AMB_COMPONENT_TYPE'
2207: , p_component_type
2208: );
2209:
2210: l_name := xla_ae_sources_pkg.GetComponentName (
2211: p_component_type
2212: ,p_component_code
2213: ,p_component_type_code
2214: ,p_component_appl_id

Line 2226: l_source_name := xla_ae_sources_pkg.GetSourceName(

2222: ,p_component_type_code
2223: );
2224:
2225: IF p_source_code IS NOT NULL THEN
2226: l_source_name := xla_ae_sources_pkg.GetSourceName(
2227: p_source_code
2228: ,p_source_type_code
2229: ,p_source_application_id
2230: );