Oracle Apps DBA
Wednesday, 2 October 2019
Oracle Apex 5 change parsing schema at run time
shared components > security > security attributes> database session > Initialization PL/SQL Code
BEGIN
if :APP_USER='SCOTT' THEN
apex_application.g_flow_owner := 'SCOTT';
ELSE
apex_application.g_flow_owner := 'HR';
END IF
END;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Number of Visitors
No comments:
Post a Comment