DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on FND_PROFILE_OPTION_VALUES

Line 113: fnd_profile_option_values opt_vals,

109: l_user_id number,
110: l_appl_id number) IS
111: SELECT level_id, level_value
112: FROM fnd_profile_options opt,
113: fnd_profile_option_values opt_vals,
114: fnd_user_resp_groups user_resp
115: WHERE opt.profile_option_name = 'ORG_ID'
116: AND opt.profile_option_id = opt_vals.profile_option_id
117: AND opt_vals.profile_option_value = to_char(l_org_id)