DBA Data[Home] [Help]

APPS.FND_GFM dependencies on ICX_SEC

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

1209: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL) then
1210: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source,'Begin');
1211: end if;
1212:
1213: bool := icx_sec.validatesession();
1214: access := substr(p_path,instr(p_path,'/',1)+1,instr(p_path,'/',2)-2);
1215: l_file_id := substr(p_path,instr(p_path,'/',2)+1,(instr(p_path,'/',-1)-instr(p_path,'/',2)-1));
1216:
1217: if (fnd_gfm.authenticate(access, l_file_id) = FALSE) then