DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on ICX_SEC

Line 46: /*if NOT (icx_sec.ValidateSession(null)) then

42: begin
43:
44:
45: -- Validate the session
46: /*if NOT (icx_sec.ValidateSession(null)) then
47: return;
48: end if; */
49:
50: -- Set the parameters to package global

Line 160: if NOT (icx_sec.ValidateSession(null)) then

156: l_packagename varchar2(80) := 'FND_WEBATTCH';
157: begin
158:
159: -- Validate the session
160: if NOT (icx_sec.ValidateSession(null)) then
161: return;
162: end if;
163:
164: -- Set the language

Line 165: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

161: return;
162: end if;
163:
164: -- Set the language
165: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
166:
167:
168: -- Show attachment summary and document info in frames.
169: htp.htmlOpen;

Line 388: if NOT (icx_sec.ValidateSession(null)) then

384:
385: begin
386:
387: -- Validate the session
388: if NOT (icx_sec.ValidateSession(null)) then
389: return;
390: end if;
391:
392: -- Set the language

Line 393: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

389: return;
390: end if;
391:
392: -- Set the language
393: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
394:
395: -- Decrypt all parameters.
396: l_attached_document_id :=
397: icx_call.decrypt2(UpdateAttachment.attached_document_id);

Line 478: if NOT (icx_sec.ValidateSession(null)) then

474: icx_call.decrypt2(deleteattachment.attached_document_id);
475: begin
476:
477: -- Validate the session
478: if NOT (icx_sec.ValidateSession(null)) then
479: return;
480: end if;
481:
482: -- Get the datatype_id for the attachment.

Line 559: if NOT (icx_sec.ValidateSession(null)) then

555:
556: begin
557:
558: -- Validate the session
559: if NOT (icx_sec.ValidateSession(null)) then
560: return;
561: end if;
562:
563: -- Set the language

Line 564: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

560: return;
561: end if;
562:
563: -- Set the language
564: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
565:
566: -- Decrypt all the parameters.
567: l_function_name :=icx_call.decrypt2(AddAttachment.function_name);
568: l_entity_name := icx_call.decrypt2(AddAttachment.entity_name);

Line 644: if NOT (icx_sec.ValidateSession(null)) then

640:
641: begin
642:
643: -- Validate the session
644: if NOT (icx_sec.ValidateSession(null)) then
645: return;
646: end if;
647:
648: -- Set the language

Line 649: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

645: return;
646: end if;
647:
648: -- Set the language
649: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
650:
651: -- Call the procedure that prints header
652: --Header(fnd_message.get_string('FND', 'FND-WEBATCH-VIEWTEXT-TITLE'),l_lang);
653:

Line 706: if NOT (icx_sec.ValidateSession(null)) then

702:
703: begin
704:
705: -- Validate the session
706: if NOT (icx_sec.ValidateSession(null)) then
707: return;
708: end if;
709:
710: -- Get the file_name which also has the file_content_type.

Line 1269: if NOT (icx_sec.ValidateSession(null)) then

1265: ) as
1266: begin
1267:
1268: -- Validate the session
1269: if NOT (icx_sec.ValidateSession(null)) then
1270: return;
1271: end if;
1272:
1273: htp.htmlOpen;

Line 1353: if NOT (icx_sec.ValidateSession(null)) then

1349:
1350: begin
1351:
1352: -- Validate the session
1353: if NOT (icx_sec.ValidateSession(null)) then
1354: return;
1355: end if;
1356:
1357: -- Set the language

Line 1358: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

1354: return;
1355: end if;
1356:
1357: -- Set the language
1358: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1359: l_username := UPPER(ICX_SEC.GetID(99));
1360:
1361: -- Retrive the delete message from the message dictionary
1362: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');

Line 1359: l_username := UPPER(ICX_SEC.GetID(99));

1355: end if;
1356:
1357: -- Set the language
1358: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1359: l_username := UPPER(ICX_SEC.GetID(99));
1360:
1361: -- Retrive the delete message from the message dictionary
1362: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');
1363:

Line 1886: if NOT (icx_sec.ValidateSession(null)) then

1882:
1883: begin
1884:
1885: -- Validate the session
1886: if NOT (icx_sec.ValidateSession(null)) then
1887: return;
1888: end if;
1889:
1890: -- Set the language

Line 1891: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

1887: return;
1888: end if;
1889:
1890: -- Set the language
1891: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1892: l_username := UPPER(ICX_SEC.GetID(99));
1893:
1894: -- Construct reload URL.
1895: l_reload_url := owa_util.get_owa_service_path|| package_name||

Line 1892: l_username := UPPER(ICX_SEC.GetID(99));

1888: end if;
1889:
1890: -- Set the language
1891: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1892: l_username := UPPER(ICX_SEC.GetID(99));
1893:
1894: -- Construct reload URL.
1895: l_reload_url := owa_util.get_owa_service_path|| package_name||
1896: '.Summary?function_name='|| icx_call.encrypt2(function_name)

Line 2116: icx_sec.getID(icx_sec.PV_WEB_USER_ID)||';'

2112: htp.formHidden ( cname =>'pk5_value', cvalue=> pk5_value);
2113: htp.formHidden ( cname =>'from_url', cvalue=> from_url);
2114: htp.formHidden ( cname =>'query_only', cvalue=> query_only);
2115: htp.formHidden ( cname =>'package_name', cvalue=>
2116: icx_sec.getID(icx_sec.PV_WEB_USER_ID)||';'
2117: || PrintUpdateAttachment.package_name ||';'||to_char(access_id)||';');
2118: htp.br;
2119:
2120: -- Create buttons for adding and back links.

Line 2253: if NOT (icx_sec.ValidateSession(null)) then

2249:
2250: begin
2251:
2252: -- Validate the session
2253: if NOT (icx_sec.ValidateSession(null)) then
2254: return;
2255: end if;
2256:
2257: -- Set the language

Line 2258: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

2254: return;
2255: end if;
2256:
2257: -- Set the language
2258: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
2259: l_username := UPPER(ICX_SEC.GetID(99));
2260:
2261: l_reload_url := owa_util.get_owa_service_path|| package_name||
2262: '.Summary?function_name='|| icx_call.encrypt2(function_name)

Line 2259: l_username := UPPER(ICX_SEC.GetID(99));

2255: end if;
2256:
2257: -- Set the language
2258: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
2259: l_username := UPPER(ICX_SEC.GetID(99));
2260:
2261: l_reload_url := owa_util.get_owa_service_path|| package_name||
2262: '.Summary?function_name='|| icx_call.encrypt2(function_name)
2263: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

Line 2472: cvalue=> icx_sec.getID(icx_sec.PV_WEB_USER_ID));

2468: htp.formHidden (cname =>'pk5_value', cvalue=> pk5_value);
2469: htp.formHidden (cname =>'from_url', cvalue=> from_url);
2470: htp.formHidden (cname =>'query_only',cvalue=> query_only);
2471: htp.formHidden (cname =>'user_id',
2472: cvalue=> icx_sec.getID(icx_sec.PV_WEB_USER_ID));
2473: htp.formHidden (cname =>'package_name',cvalue=>
2474: PrintAddAttachment.package_name );
2475:
2476: -- Submit and Reset Buttons.