DBA Data[Home] [Help]

APPS.ICX_ADMIN_UTILS dependencies on ICX_SEC

Line 101: if icx_sec.validateSession(l_function_code)

97: l_key_attributes(8) := l_parameters(17);
98: l_key_attributes(9) := l_parameters(18);
99: l_key_attributes(10) := l_parameters(19);
100:
101: if icx_sec.validateSession(l_function_code)
102: then
103:
104: l_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
105: l_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

Line 104: l_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

100:
101: if icx_sec.validateSession(l_function_code)
102: then
103:
104: l_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
105: l_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
106: l_new_prompt := icx_util.getPrompt(601,'ICX_REGP_DISPLAY',178,'ICX_NEW');
107: l_help_url := '/OA_HTML/'||l_language_code||'/'||l_help_file;
108:

Line 105: l_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

101: if icx_sec.validateSession(l_function_code)
102: then
103:
104: l_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
105: l_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
106: l_new_prompt := icx_util.getPrompt(601,'ICX_REGP_DISPLAY',178,'ICX_NEW');
107: l_help_url := '/OA_HTML/'||l_language_code||'/'||l_help_file;
108:
109: if p_where is not null

Line 118: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

114: end if;
115:
116: l_encrypted_where := icx_call.encrypt2(l_where_clause);
117:
118: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
119: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
120:
121: select QUERY_SET
122: into l_query_size

Line 119: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

115:
116: l_encrypted_where := icx_call.encrypt2(l_where_clause);
117:
118: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
119: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
120:
121: select QUERY_SET
122: into l_query_size
123: from ICX_PARAMETERS;

Line 371: l_responsibility_id number := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

367: p_hidden_value in varchar2 default null,
368: p_modify_url in varchar2,
369: p_primary_key_size in number) is
370:
371: l_responsibility_id number := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
372: l_user_id number := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
373:
374: left_regions_table ak_query_pkg.regions_table_type;
375: left_items_table ak_query_pkg.items_table_type;

Line 372: l_user_id number := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

368: p_modify_url in varchar2,
369: p_primary_key_size in number) is
370:
371: l_responsibility_id number := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
372: l_user_id number := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
373:
374: left_regions_table ak_query_pkg.regions_table_type;
375: left_items_table ak_query_pkg.items_table_type;
376: left_results_table ak_query_pkg.results_table_type;