DBA Data[Home] [Help]

APPS.QP_JAVA_ENGINE_UTIL_PUB dependencies on FND_GLOBAL

Line 119: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_USERID||'='||FND_GLOBAL.USER_ID;

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;
122: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
123: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESP_APPL_ID||'='||FND_GLOBAL.RESP_APPL_ID;

Line 121: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESPID||'='||FND_GLOBAL.RESP_ID;

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;
122: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
123: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESP_APPL_ID||'='||FND_GLOBAL.RESP_APPL_ID;
124: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
125: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ORG_ID||'='||FND_GLOBAL.ORG_ID;

Line 123: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESP_APPL_ID||'='||FND_GLOBAL.RESP_APPL_ID;

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;
122: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
123: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESP_APPL_ID||'='||FND_GLOBAL.RESP_APPL_ID;
124: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
125: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ORG_ID||'='||FND_GLOBAL.ORG_ID;
126: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
127: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_APP_SHORT_NAME||'='||FND_GLOBAL.APPLICATION_SHORT_NAME;

Line 125: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ORG_ID||'='||FND_GLOBAL.ORG_ID;

121: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESPID||'='||FND_GLOBAL.RESP_ID;
122: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
123: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESP_APPL_ID||'='||FND_GLOBAL.RESP_APPL_ID;
124: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
125: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ORG_ID||'='||FND_GLOBAL.ORG_ID;
126: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
127: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_APP_SHORT_NAME||'='||FND_GLOBAL.APPLICATION_SHORT_NAME;
128: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
129: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_LOGIN_ID||'='||FND_GLOBAL.LOGIN_ID;

Line 127: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_APP_SHORT_NAME||'='||FND_GLOBAL.APPLICATION_SHORT_NAME;

123: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_RESP_APPL_ID||'='||FND_GLOBAL.RESP_APPL_ID;
124: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
125: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ORG_ID||'='||FND_GLOBAL.ORG_ID;
126: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
127: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_APP_SHORT_NAME||'='||FND_GLOBAL.APPLICATION_SHORT_NAME;
128: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
129: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_LOGIN_ID||'='||FND_GLOBAL.LOGIN_ID;
130: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
131: --p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ICX_SESSION_ID||'='||ICX_SEC.G_SESSION_ID;

Line 129: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_LOGIN_ID||'='||FND_GLOBAL.LOGIN_ID;

125: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ORG_ID||'='||FND_GLOBAL.ORG_ID;
126: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
127: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_APP_SHORT_NAME||'='||FND_GLOBAL.APPLICATION_SHORT_NAME;
128: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
129: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_LOGIN_ID||'='||FND_GLOBAL.LOGIN_ID;
130: p_ctxt_str := p_ctxt_str||G_HARD_CHAR;
131: --p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ICX_SESSION_ID||'='||ICX_SEC.G_SESSION_ID;
132: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ICX_SESSION_ID||'='||FND_PROFILE.VALUE('ICX_SESSION_ID');
133: --p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ICX_SESSION_ID||'='||G_ICX_SESSION_ID;

Line 144: --p_ctxt_str := p_ctxt_str||'||'||FND_GLOBAL.SESSION_ID;

140: ELSE
141: l_debug_flag := 'N';
142: END IF;
143: p_ctxt_str := p_ctxt_str||G_PARAM_NAME_DEBUG_FLAG||'='||l_debug_flag;
144: --p_ctxt_str := p_ctxt_str||'||'||FND_GLOBAL.SESSION_ID;
145: --p_ctxt_str := p_ctxt_str||'||'||icx_sec.getsessioncookie();
146:
147: --p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ICX_SESSION_ID||'='||icx_call.encrypt3(ICX_SEC.G_SESSION_ID);
148: --p_ctxt_str := p_ctxt_str||'||'||icx_call.encrypt3(FND_GLOBAL.SESSION_ID);

Line 148: --p_ctxt_str := p_ctxt_str||'||'||icx_call.encrypt3(FND_GLOBAL.SESSION_ID);

144: --p_ctxt_str := p_ctxt_str||'||'||FND_GLOBAL.SESSION_ID;
145: --p_ctxt_str := p_ctxt_str||'||'||icx_sec.getsessioncookie();
146:
147: --p_ctxt_str := p_ctxt_str||G_PARAM_NAME_ICX_SESSION_ID||'='||icx_call.encrypt3(ICX_SEC.G_SESSION_ID);
148: --p_ctxt_str := p_ctxt_str||'||'||icx_call.encrypt3(FND_GLOBAL.SESSION_ID);
149: --p_ctxt_str := p_ctxt_str||'||'||icx_call.encrypt3(ICX_SEC.G_SESSION_ID);
150: --p_ctxt_str := p_ctxt_str||'||'||icx_call.encrypt3(userenv('SESSIONID'));
151:
152: return p_ctxt_str;