DBA Data[Home] [Help]

APPS.FND_FILE_MIME_TYPES_PKG dependencies on DUAL

Line 36: select fnd_mime_types_s.NEXTVAL into x_mime_type_id from dual;

32: * can be retrieved and returned to the caller
33: */
34:
35: if (chk_exists = 0) then
36: select fnd_mime_types_s.NEXTVAL into x_mime_type_id from dual;
37:
38: INSERT INTO fnd_mime_types (mime_type_id,
39: mime_type,
40: cp_format_code,