DBA Data[Home] [Help]

APPS.ZX_PTP_CUST_MIG_PKG dependencies on FND_LOOKUP_VALUES

Line 391: INSERT INTO FND_LOOKUP_VALUES

387: and sub.security_group_id = 0
388: and sub.view_application_id = 0
389: and sub.language = l.language_code);
390:
391: INSERT INTO FND_LOOKUP_VALUES
392: (
393: LOOKUP_TYPE ,
394: LANGUAGE ,
395: LOOKUP_CODE ,

Line 463: FROM FND_LOOKUP_VALUES lk, FND_LANGUAGES l

459: fnd_global.user_id ,
460: SYSDATE ,
461: fnd_global.user_id ,
462: fnd_global.conc_login_id
463: FROM FND_LOOKUP_VALUES lk, FND_LANGUAGES l
464: WHERE lk.lookup_type = 'AR_TAX_CLASSIFICATION'
465: and lk.language = 'US'
466: and l.installed_flag in ('I', 'B')
467: AND not exists

Line 469: from FND_LOOKUP_VALUES

465: and lk.language = 'US'
466: and l.installed_flag in ('I', 'B')
467: AND not exists
468: (select '1'
469: from FND_LOOKUP_VALUES
470: where lookup_code = lk.lookup_code
471: and lookup_type = 'ZX_PTPTR_GEO_TYPE_CLASS'
472: and language = l.LANGUAGE_CODE);
473: