DBA Data[Home] [Help]

APPS.UMX_REG_FLOW_PVT dependencies on ICX_CALL

Line 173: ||'&'||'UMXRegParams=1'||icx_call.encrypt(p_delimRegParams);

169: -- added a 1 before the encrypted parameters, otherwise pageContext.getParams
170: -- will return null
171: if p_delimHtmlParams is not null then
172: l_parameters := 'UMXHtmlParams='||p_delimHtmlParams
173: ||'&'||'UMXRegParams=1'||icx_call.encrypt(p_delimRegParams);
174: else
175: l_parameters := 'UMXRegParams=1'||icx_call.encrypt(p_delimRegParams);
176: end if;
177:

Line 175: l_parameters := 'UMXRegParams=1'||icx_call.encrypt(p_delimRegParams);

171: if p_delimHtmlParams is not null then
172: l_parameters := 'UMXHtmlParams='||p_delimHtmlParams
173: ||'&'||'UMXRegParams=1'||icx_call.encrypt(p_delimRegParams);
174: else
175: l_parameters := 'UMXRegParams=1'||icx_call.encrypt(p_delimRegParams);
176: end if;
177:
178: begin
179: SELECT application_id

Line 262: x_delimitedString := icx_call.decrypt(substr(p_string,2));

258: begin
259: if substr(p_string,0,14) = 'UMX_NO_ENCRYPT' then
260: x_delimitedString := substr(p_string,15);
261: else
262: x_delimitedString := icx_call.decrypt(substr(p_string,2));
263: end if;
264: end;
265: ---------------------------------------------------------------------------
266: function genRegistrationURL (p_regSrv in varchar2,