DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on FND_PROFILE_OPTIONS

Line 544: FROM fnd_profile_options opt,

540: CURSOR c_security (l_org_id number,
541: l_user_id number,
542: l_appl_id number) IS
543: SELECT level_value
544: FROM fnd_profile_options opt,
545: fnd_profile_option_values opt_vals,
546: fnd_user_resp_groups user_resp
547: WHERE opt.profile_option_name = 'ORG_ID'
548: AND opt.profile_option_id = opt_vals.profile_option_id