E1: MOBJ: New Media Object APIs to Work with Attachments Stored in F98MODAT Table from Tools Release 9.2.1.6
(Doc ID 2301138.1)
Last updated on SEPTEMBER 26, 2024
Applies to:
JD Edwards EnterpriseOne Tools - Version 9.2 to 9.2 [Release 9.2]Information in this document applies to any platform.
Purpose
With Tools Release 9.2.1, media objects are now written to and read from the database instead of the file system. The following are new APIs available from Tools Release 9.2.1.6 onwards to work with attachments that is stored in the F98MODAT table. Note that these API does not create record in F00165, you have to use API jdeGTAddUpdate_HTML to add record in F00165.
This document is written to discuss the following new APIs available from Tools Release 9.2.1.6 to retrieve/insert attachments in the F98MODAT table.
JDB_SelectMediaObjectFile
JDB_InsertMediaObjectFile
JDB_DeleteMediaObjectFile
Scope
New APIs made available by the following bugs:
Enhancement <Bug: 26190458> NEW API OR SYSTEM FUNCTION TO RETRIEVE THE ATTACHMENTS FROM F98MODAT planned for Tools Release 9.2.2.0
Enhancement <Bug: 25685939> NEW API OR SYSTEM FUNCTION TO RETRIEVE THE ATTACHMENTS FROM F98MODAT planned for Tools Release 9.2.1.6
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Scope |
Details |
JDB_SelectMediaObjectFile |
JDB_InsertMediaObjectFile |
JDB_DeleteMediaObjectFile |
SAMPLE TEST PROGRAM |
References |