[Home] [Help]
70: v_attr_code varchar2(80);
71:
72: begin
73:
74: v_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
75: if v_resp_id is not NULL then
76:
77: open RespExclAttrs(v_resp_id,178,v_attribute_code);
78: fetch RespExclAttrs into v_attr_code;
164: p_LOV_mode in varchar2 default 'N',
165: p_default_title in varchar2 default 'Y',
166: p_values in number default null) is
167: -------------------------------------------------------------------
168: l_language_code varchar2(30) := icx_sec.getID(icx_sec.pv_language_code);
169: l_responsibility_id number := icx_sec.getID(icx_sec.pv_responsibility_id);
170:
171: l_message varchar2(240);
172: l_page_title varchar2(30);
165: p_default_title in varchar2 default 'Y',
166: p_values in number default null) is
167: -------------------------------------------------------------------
168: l_language_code varchar2(30) := icx_sec.getID(icx_sec.pv_language_code);
169: l_responsibility_id number := icx_sec.getID(icx_sec.pv_responsibility_id);
170:
171: l_message varchar2(240);
172: l_page_title varchar2(30);
173:
354: if 175 = 178 then
355:
356: ak_query_pkg.exec_query(P_PARENT_REGION_APPL_ID => 178,
357: P_PARENT_REGION_CODE => 'ICX_REQ_CATEGORIES',
358: P_RESPONSIBILITY_ID => icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID),
359: P_USER_ID => icx_sec.getID(icx_sec.PV_WEB_USER_ID),
360: P_WHERE_CLAUSE => ' FUNCTIONAL_AREA_ID = 2',
361:
362: P_RETURN_PARENTS => 'T',
355:
356: ak_query_pkg.exec_query(P_PARENT_REGION_APPL_ID => 178,
357: P_PARENT_REGION_CODE => 'ICX_REQ_CATEGORIES',
358: P_RESPONSIBILITY_ID => icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID),
359: P_USER_ID => icx_sec.getID(icx_sec.PV_WEB_USER_ID),
360: P_WHERE_CLAUSE => ' FUNCTIONAL_AREA_ID = 2',
361:
362: P_RETURN_PARENTS => 'T',
363: P_RETURN_CHILDREN => 'F');
444:
445: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');
446:
447: -- get lang code
448: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
449:
450:
451: -- We need to split into 2 frames
452:
493: begin
494:
495: SELECT QUERY_SET INTO c_query_size FROM ICX_PARAMETERS;
496:
497: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
498: htp.p('
');Line 564: if (icx_sec.validatesession('ICX_REQS')) then |