DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on FND_PROFILE_OPTION_VALUES

Line 555: fnd_profile_option_values opt_vals,

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
559: AND opt_vals.profile_option_value = to_char(l_org_id)