begin
fnd_user_pkg.updateuser (x_user_name => 'USER_NAME',
x_owner => 'CUST',
x_unencrypted_password => 'CHOOSE_PASSWORD',
x_password_date => TO_DATE ('2', 'J')
);
COMMIT;
END;
/
A Repository of Practical approaches that i have gone through or have gathered from Reliable Sources for Oracle EBS both Technically and Functionally,
It Sometime happens that WebAdi Changes doesn't reflect once migrated in controlled instances. Here are the quick steps(Generally perfor...
No comments:
Post a Comment