DBA Data[Home] [Help]

APPS.FND_FILE_UPLOAD dependencies on ICX_SEC

Line 17: if (icx_sec.ValidateSession) then

13: l_file_id number;
14: invchr number;
15: fn varchar2(256);
16: begin
17: if (icx_sec.ValidateSession) then
18: l_file_id := fnd_gfm.confirm_upload(access_id => access_id,
19: file_name => file,
20: program_name => 'FNDATTCH');
21:

Line 108: if (icx_sec.ValidateSession) then

104: procedure CancelProcess as
105:
106: begin
107:
108: if (icx_sec.ValidateSession) then
109:
110: -- Show a message page
111: htp.htmlOpen;
112: htp.headOpen;

Line 151: if (icx_sec.ValidateSession) then

147: upload_action VARCHAR2(2000);
148: l_language varchar2(80);
149: BEGIN
150:
151: if (icx_sec.ValidateSession) then
152:
153: -- Set the upload action
154: upload_action := fnd_gfm.construct_upload_url(fnd_web_config.gfm_agent,
155: 'fnd_file_upload.uploadcompletemessage',