Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
Showing posts with label
Oracle EBS
.
Show all posts
Showing posts with label
Oracle EBS
.
Show all posts
Wednesday, 2 June 2021
Oracle EBS - How to add responsibility to user using PLSQL Script
›
--Add responsibility DECLARE v_user_name VARCHAR2(30):= '&USER_NAME'; lc_resp_appl_short_name VARCHAR2(100) :=...
Tuesday, 1 June 2021
Oracle EBS - How to reset oracle application password using PLSQL script
›
--Reset Password DECLARE v_user_name VARCHAR2(30):= '&USER_NAME'; v_new_password VARCHAR2(30):= 'welcome'; v_s...
›
Home
View web version