DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on ICX_ON_UTILITIES

Line 2291: l_parameters icx_on_utilities.v80_table;

2287: -- this signature is used to
2288: -- make calls to launch
2289: -- the only function available
2290: -- to the only responsibility available
2291: l_parameters icx_on_utilities.v80_table;
2292: p_app_id NUMBER;
2293: p_resp_id NUMBER;
2294: p_function_id NUMBER;
2295: p_sec_grp_id NUMBER;

Line 2303: icx_on_utilities.unpack_parameters(icx_call.decrypt(p_token),l_parameters);

2299:
2300: BEGIN
2301: IF icx_sec.ValidateSession THEN
2302:
2303: icx_on_utilities.unpack_parameters(icx_call.decrypt(p_token),l_parameters);
2304:
2305: p_app_id := nvl(l_parameters(1),178);
2306: p_resp_id := l_parameters(2);
2307: p_function_id := l_parameters(3);

Line 2349: l_parameters icx_on_utilities.v80_table;

2345: -- make calls to launch
2346: -- the only (forms) responsibility
2347: -- available.. will launch apps
2348:
2349: l_parameters icx_on_utilities.v80_table;
2350: p_app_short_name VARCHAR2(200);
2351: p_resp_key VARCHAR2(240);
2352: p_sec_grp_key VARCHAR2(100);
2353: p_agent VARCHAR2(2000);

Line 2361: icx_on_utilities.unpack_parameters(icx_call.decrypt(p_token),l_parameters);

2357: BEGIN
2358:
2359: IF icx_sec.ValidateSession THEN
2360:
2361: icx_on_utilities.unpack_parameters(icx_call.decrypt(p_token),l_parameters);
2362: p_app_short_name := l_parameters(1);
2363: p_resp_key := l_parameters(2);
2364: p_sec_grp_key := l_parameters(3);
2365: p_agent := l_parameters(4);