DBA Data[Home] [Help]

APPS.GMD_NPD_MIGRATE dependencies on FND_PROFILE_OPTION_VALUES

Line 32: FROM Fnd_Profile_Options a, Fnd_Profile_Option_Values b

28: /* ------------------ CURSORS ---------------------- */
29: -- Get Site level profile values
30: CURSOR Cur_get_profile_value IS
31: SELECT PROFILE_OPTION_VALUE
32: FROM Fnd_Profile_Options a, Fnd_Profile_Option_Values b
33: WHERE a.Profile_Option_Id = b.Profile_Option_Id
34: AND a.Profile_Option_Name = P_Profile_Name
35: AND level_id = 10001;
36: