DBA Data[Home] [Help]

APPS.QP_JAVA_ENGINE_UTIL_PUB dependencies on FND_WEB_CONFIG

Line 117: p_ctxt_str := G_PARAM_NAME_DBC||'='||fnd_web_config.database_id;

113: p_ctxt_str varchar2(32767);
114: l_debug_flag varchar2(1);
115: l_debug varchar2(3);
116: BEGIN
117: p_ctxt_str := G_PARAM_NAME_DBC||'='||fnd_web_config.database_id;
118: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
119: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_USERID||'='||FND_GLOBAL.USER_ID;
120: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
121: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESPID||'='||FND_GLOBAL.RESP_ID;