DBA Data[Home] [Help]

APPS.FND_GFM dependencies on DUAL

Line 367: select fnd_lobs_s.nextval into fid from dual;

363: return -1;
364: end;
365: else
366: if (fnd_gfm.authenticate(confirm_upload.access_id)) then
367: select fnd_lobs_s.nextval into fid from dual;
368:
369: fn := SUBSTR(confirm_upload.file_name, INSTR(confirm_upload.file_name,'/')+1);
370:
371: -- bug 3045375, added select to get length of BLOB.

Line 1148: FROM dual;

1144: begin
1145:
1146: SELECT fnd_lobs_s.nextval
1147: INTO fid_to
1148: FROM dual;
1149:
1150: SELECT file_id,
1151: file_name,
1152: file_content_type,

Line 1278: select fnd_lobs_s.nextval into fid from dual;

1274: raise G_EXC_ERROR;
1275: end if;
1276:
1277: if fid is null then
1278: select fnd_lobs_s.nextval into fid from dual;
1279: end if;
1280:
1281: if file_content_type is null then
1282: v_content_type := 'text/plain';