DBA Data[Home] [Help]

APPS.XLA_CMP_TAD_PKG dependencies on XLA_LOOKUPS_PKG

Line 3808: l_amb_context_meaning := xla_lookups_pkg.get_meaning

3804: l_owner_meaning VARCHAR2(80);
3805: BEGIN
3806: --Try to get the meaning of the amb context code
3807: BEGIN
3808: l_amb_context_meaning := xla_lookups_pkg.get_meaning
3809: (
3810: p_lookup_type => 'XLA_AMB_CONTEXT_TYPE'
3811: ,p_lookup_code => p_amb_context_code
3812: );

Line 3822: l_owner_meaning := xla_lookups_pkg.get_meaning

3818: END;
3819: --Try to get the meaning of the owner
3820: BEGIN
3821:
3822: l_owner_meaning := xla_lookups_pkg.get_meaning
3823: (
3824: p_lookup_type => 'XLA_OWNER_TYPE'
3825: ,p_lookup_code => p_account_definition_type_code
3826: );