DBA Data[Home] [Help]

APPS.FND_GFM dependencies on ICX_SEC

Line 1120: bool := icx_sec.validatesession();

1116: access number;
1117: bool boolean;
1118: begin
1119:
1120: bool := icx_sec.validatesession();
1121: access := substr(p_path,instr(p_path,'/',1)+1,instr(p_path,'/',2)-2);
1122: file_id := substr(p_path,instr(p_path,'/',2)+1,(instr(p_path,'/',-1)-instr(p_path,'/',2)-1));
1123:
1124: if (fnd_gfm.authenticate(access, file_id) = FALSE) then