DBA Data[Home] [Help]

APPS.GMD_QC_MIGV12 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 44

SELECT profile_option_value
FROM   fnd_profile_options A, fnd_profile_option_values B
WHERE  a.profile_option_id = b.profile_option_id
AND    a.profile_option_name = p_profile_name
AND    level_id = 10001;
Line: 96

SELECT default_stability_study_org
FROM   gmd_migrate_parms;