DBA Data[Home] [Help]

APPS.QA_SS_OM dependencies on ICX_SEC

Line 106: if (icx_sec.validatesession) then

102: and fcl.lookup_type = 'COLLECTION_PLAN_TYPE'
103: order by qp.name;
104:
105: BEGIN
106: if (icx_sec.validatesession) then
107: FOR om_rec IN om_plans_cur LOOP
108: i := i+1;
109: plan_tab(i).plan_id := om_rec.plan_id;
110: plan_tab(i).name := om_rec.name;

Line 168: if (icx_sec.validatesession) then

164: -- becos we base search on so_header and item only
165:
166:
167: BEGIN
168: if (icx_sec.validatesession) then
169: -- if we get to this level, then item should be non-null
170: -- pk3 is the item id
171: if (pk3 is not null) then
172: FOR om_rec IN om_plans_cur LOOP

Line 209: if (icx_sec.validatesession) then

205:
206: om_where_cl varchar2(2000);
207:
208: BEGIN
209: if (icx_sec.validatesession) then
210: l_language_code := icx_sec.getid(icx_sec.pv_language_code);
211:
212: htp.htmlOpen;
213: htp.p('');

Line 210: l_language_code := icx_sec.getid(icx_sec.pv_language_code);

206: om_where_cl varchar2(2000);
207:
208: BEGIN
209: if (icx_sec.validatesession) then
210: l_language_code := icx_sec.getid(icx_sec.pv_language_code);
211:
212: htp.htmlOpen;
213: htp.p('');
214: htp.formOpen('');