DBA Data[Home] [Help]

APPS.ZX_PTP_CUST_MIG_PKG dependencies on FND_LOOKUP_TYPES_TL

Line 352: INSERT INTO FND_LOOKUP_TYPES_TL

348: fnd_global.conc_login_id
349: )
350: SELECT 1 FROM DUAL;
351:
352: INSERT INTO FND_LOOKUP_TYPES_TL
353: (
354: LOOKUP_TYPE,
355: SECURITY_GROUP_ID,
356: VIEW_APPLICATION_ID,

Line 385: from fnd_lookup_types_tl sub

381: WHERE L.INSTALLED_FLAG in ('I', 'B')
382: AND types.lookup_type = 'ZX_PTPTR_GEO_TYPE_CLASS'
383: AND not exists
384: (select '1'
385: from fnd_lookup_types_tl sub
386: where sub.lookup_type = 'ZX_PTPTR_GEO_TYPE_CLASS'
387: and sub.security_group_id = 0
388: and sub.view_application_id = 0
389: and sub.language = l.language_code);