DBA Data[Home] [Help]

APPS.AD_DD dependencies on DUAL

Line 214: from dual

210: p_key_type,
211: p_audit_flag,
212: p_description,
213: p_enabled_flag
214: from dual
215: where not exists (
216: select 'x'
217: from fnd_primary_keys
218: where application_id = l_appl_id

Line 333: from sys.dual

329: 1,
330: 255,
331: p_pct_free,
332: p_pct_used
333: from sys.dual
334: where not exists ( select 'x'
335: from fnd_tables
336: where application_id = p_appl_id
337: and table_name = up_tab_name);

Line 465: from sys.dual

461: upper(p_translate),
462: 'N',
463: p_precision,
464: p_scale
465: from sys.dual
466: where not exists (select 'x' from fnd_columns
467: where application_id = p_appl_id
468: and table_id = p_table_id
469: and column_name = upper(p_col_name));

Line 654: from dual

650: l_col_id,
651: to_date('01/01/1990', 'DD/MM/YYYY'), 1,
652: to_date('01/01/1990', 'DD/MM/YYYY'), 1,
653: 0
654: from dual
655: where not exists (
656: select 'x'
657: from fnd_primary_key_columns
658: where application_id = l_appl_id