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

97: procedure CancelProcess as
98:
99: begin
100:
101: if (icx_sec.ValidateSession) then
102:
103: -- Show a message page
104: htp.htmlOpen;
105: htp.headOpen;

Line 144: if (icx_sec.ValidateSession) then

140: upload_action VARCHAR2(2000);
141: l_language varchar2(80);
142: BEGIN
143:
144: if (icx_sec.ValidateSession) then
145:
146: -- Set the upload action
147: upload_action := fnd_gfm.construct_upload_url(fnd_web_config.gfm_agent,
148: 'fnd_file_upload.uploadcompletemessage',