What is the difference between v()
and nv()
functions in oracle apex?
I came across the nv()
function and the only thing I can get google to spit out is the nvl()
function.
apex_custom_auth.post_login(
p_uname => l_authenticated_username,
p_session_id => nv('APP_SESSION'),
p_app_page =>
apex_application.g_flow_id||':'||nvl(apex_application.g_flow_step_id,0));