Dear ALL ,
Is there any api /stored proc available to update
the UMX roles of a FND user.
As we have procedure for updating responsibility
procedure Update_Assignment(
user_id in number,
responsibility_id in number,
responsibility_application_id in number,
security_group_id in number default null,
start_date in date,
end_date in date,
description in varchar2,
update_who_columns in varchar2 default null
/* 'N' = leave old who vals. 'Y' (default) = update who to current*/);
I am looking for something similar for Roles.
Thanks
Suren