fnd_submit.set_rel_class_options not working
hi all,
Can anyone tell me how to use fnd_submit.set_rel_class_options or something similar? I need to submit a request to run 5 days a week from the backend. The following is not working:
l_boolean:= fnd_submit_set_rel_class_options( application=> 'FV', class_name => 'SPECDYS');
I manually entered SPECDYS into the fnd_conc_release_classes table, could that be my issue? Don't know another way.