DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on FND_PROFILE_OPTIONS

Line 554: FROM fnd_profile_options opt,

550: CURSOR c_security (l_org_id number,
551: l_user_id number,
552: l_appl_id number) IS
553: SELECT level_value
554: FROM fnd_profile_options opt,
555: fnd_profile_option_values opt_vals,
556: fnd_user_resp_groups user_resp
557: WHERE opt.profile_option_name = 'ORG_ID'
558: AND opt.profile_option_id = opt_vals.profile_option_id