Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3999774
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:41:59+00:00 2026-05-20T07:41:59+00:00

this in the normal login proccess page wwv_flow_custom_auth_std.login( P_UNAME => :P101_USERNAME, P_PASSWORD => :P101_PASSWORD,

  • 0

this in the normal login proccess page

wwv_flow_custom_auth_std.login(
P_UNAME => :P101_USERNAME,
P_PASSWORD => :P101_PASSWORD,
P_SESSION_ID => v('APP_SESSION'),
P_FLOW_PAGE => :APP_ID||':1'
);

that redirects to page 1, my problem is that i want to redirect to page 1 but i want to pass some values like CURRENT_NODE_ID,P1_ID width zero like the example above

f?p=104:1:708914681153727:::CIR:CURRENT_NODE_ID,P1_ID:0,0

is this possible to do in wwv_flow_custom_auth_std.login function? or is there a way to do this?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:42:00+00:00Added an answer on May 20, 2026 at 7:42 am

    You don’t need to pass the values via the URL. You can modify the authentication scheme to set those values when a user logs in. For example:

    In your chosen Authentication Scheme, set Post-Authentication Process to:

    APEX_UTIL.SET_SESSION_STATE('CURRENT_NODE_ID', 0);
    APEX_UTIL.SET_SESSION_STATE('P1_ID', 0);
    

    I generally do this in a database procedure and place a call to it in the Authentication Scheme – which is why I’m using APEX_UTIL.SET_SESSION_STATE. I haven’t tried it but this might also work in this field:

    :CURRENT_NODE_ID := 0;
    :P1_ID := 0;
    

    EDIT

    To modify your Authentication Scheme (these instructions are for Apex 4, but they should be much the same for earlier versions):

    1. Go to the Application Builder
    2. Open the application you wish to modify
    3. Go to Shared Components
    4. Select Authentication Schemes
    5. Open the current Authentication Scheme
    6. Scroll down to Login Processing
    7. Place your code in the Post-Authentication Process
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is that normal that this line: echo date(Y-m-d h:m:s a, strtotime('2012-03-18 12:55:00')) gives me
When logging the login process using Firebug i see that it is like this
from this (normal dataGrid) (source: narod.ru ) into this (horisontal data grid) How to
I am wondering is this normal when you add this into your web.config <location
I'm averaging about 2000ms per email. Is this normal? Can you give me some
EDIT: It works but it takes amazingly long to complete. Is this normal, or
This is the normal: This is the weird,when I scroll the listview some item
why this return 5,I'm curious about this the normal function have higher priority over
I'm trying to figure out if this is normal. Because without errors, a connection
can I make my own headers in HTTP request ? e.g. This is normal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.