DBA Data[Home] [Help]

APPS.ZX_MIGR_AR_TAX_GROUP_LOOKUPS dependencies on FND_LOOKUP_TYPES_TL

Line 441: arp_util_tax.debug('creating records in FND_LOOKUP_TYPES_TL...');

437: SELECT 1 FROM DUAL;
438:
439:
440: IF PG_DEBUG = 'Y' THEN
441: arp_util_tax.debug('creating records in FND_LOOKUP_TYPES_TL...');
442: END IF;
443:
444: INSERT INTO FND_LOOKUP_TYPES_TL
445: (

Line 444: INSERT INTO FND_LOOKUP_TYPES_TL

440: IF PG_DEBUG = 'Y' THEN
441: arp_util_tax.debug('creating records in FND_LOOKUP_TYPES_TL...');
442: END IF;
443:
444: INSERT INTO FND_LOOKUP_TYPES_TL
445: (
446: LOOKUP_TYPE,
447: SECURITY_GROUP_ID,
448: VIEW_APPLICATION_ID,

Line 487: from fnd_lookup_types_tl sub

483: 'ZX_CONDITION_VALUE',
484: 'ZX_TAX_CLASSIFICATION')
485: AND not exists
486: (select 1
487: from fnd_lookup_types_tl sub
488: where sub.lookup_type = types.lookup_type
489: and sub.security_group_id = 0
490: and sub.view_application_id = 0
491: and sub.language = l.language_code);