Oracle EBS
begin
Wf_local_synch.PropagateUserRole(
p_user_name => p_user_name,
p_role_name => p_role_name,
p_start_date=>'01-SEP-21',
p_expiration_date=>'31-DEC-30');
commit;
excePtion
when others then
null;
end;
No comments:
Post a Comment