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 1344: if NOT (icx_sec.ValidateSession(null)) then

1340: ) as
1341: begin
1342:
1343: -- Validate the session
1344: if NOT (icx_sec.ValidateSession(null)) then
1345: return;
1346: end if;
1347:
1348: htp.htmlOpen;

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

1424:
1425: begin
1426:
1427: -- Validate the session
1428: if NOT (icx_sec.ValidateSession(null)) then
1429: return;
1430: end if;
1431:
1432: -- Set the language

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

1429: return;
1430: end if;
1431:
1432: -- Set the language
1433: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1434: l_username := UPPER(ICX_SEC.GetID(99));
1435:
1436: -- Retrive the delete message from the message dictionary
1437: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');

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

1430: end if;
1431:
1432: -- Set the language
1433: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1434: l_username := UPPER(ICX_SEC.GetID(99));
1435:
1436: -- Retrive the delete message from the message dictionary
1437: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');
1438:

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

1957:
1958: begin
1959:
1960: -- Validate the session
1961: if NOT (icx_sec.ValidateSession(null)) then
1962: return;
1963: end if;
1964:
1965: -- Set the language

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

1962: return;
1963: end if;
1964:
1965: -- Set the language
1966: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1967: l_username := UPPER(ICX_SEC.GetID(99));
1968:
1969: -- Construct reload URL.
1970: l_reload_url := owa_util.get_owa_service_path|| package_name||

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

1963: end if;
1964:
1965: -- Set the language
1966: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1967: l_username := UPPER(ICX_SEC.GetID(99));
1968:
1969: -- Construct reload URL.
1970: l_reload_url := owa_util.get_owa_service_path|| package_name||
1971: '.Summary?function_name='|| icx_call.encrypt2(function_name)

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

2187: htp.formHidden ( cname =>'pk5_value', cvalue=> pk5_value);
2188: htp.formHidden ( cname =>'from_url', cvalue=> from_url);
2189: htp.formHidden ( cname =>'query_only', cvalue=> query_only);
2190: htp.formHidden ( cname =>'package_name', cvalue=>
2191: icx_sec.getID(icx_sec.PV_WEB_USER_ID)||';'
2192: || PrintUpdateAttachment.package_name ||';'||to_char(access_id)||';');
2193: htp.br;
2194:
2195: -- Create buttons for adding and back links.

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

2324:
2325: begin
2326:
2327: -- Validate the session
2328: if NOT (icx_sec.ValidateSession(null)) then
2329: return;
2330: end if;
2331:
2332: -- Set the language

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

2329: return;
2330: end if;
2331:
2332: -- Set the language
2333: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
2334: l_username := UPPER(ICX_SEC.GetID(99));
2335:
2336: l_reload_url := owa_util.get_owa_service_path|| package_name||
2337: '.Summary?function_name='|| icx_call.encrypt2(function_name)

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

2330: end if;
2331:
2332: -- Set the language
2333: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
2334: l_username := UPPER(ICX_SEC.GetID(99));
2335:
2336: l_reload_url := owa_util.get_owa_service_path|| package_name||
2337: '.Summary?function_name='|| icx_call.encrypt2(function_name)
2338: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

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

2543: htp.formHidden (cname =>'pk5_value', cvalue=> pk5_value);
2544: htp.formHidden (cname =>'from_url', cvalue=> from_url);
2545: htp.formHidden (cname =>'query_only',cvalue=> query_only);
2546: htp.formHidden (cname =>'user_id',
2547: cvalue=> icx_sec.getID(icx_sec.PV_WEB_USER_ID));
2548: htp.formHidden (cname =>'package_name',cvalue=>
2549: PrintAddAttachment.package_name );
2550:
2551: -- Submit and Reset Buttons.