DBA Data[Home] [Help]

APPS.XLA_TAB_PKG dependencies on XLA_LOOKUPS_PKG

Line 354: l_amb_context_meaning := xla_lookups_pkg.get_meaning

350: l_owner_meaning VARCHAR2(80);
351: BEGIN
352: --Try to get the meaning of the amb context code
353: BEGIN
354: l_amb_context_meaning := xla_lookups_pkg.get_meaning
355: (
356: p_lookup_type => 'XLA_AMB_CONTEXT_TYPE'
357: ,p_lookup_code => l_amb_context_code
358: );

Line 368: l_owner_meaning := xla_lookups_pkg.get_meaning

364: END;
365: --Try to get the meaning of the owner
366: BEGIN
367:
368: l_owner_meaning := xla_lookups_pkg.get_meaning
369: (
370: p_lookup_type => 'XLA_OWNER_TYPE'
371: ,p_lookup_code => p_account_definition_type_code
372: );