DBA Data[Home] [Help]

APPS.EDR_FILE_UTIL_PUB dependencies on FND_LOBS

Line 66: from fnd_lobs a,

62: x_file_data OUT NOCOPY BLOB)
63: AS
64: BEGIN
65: select a.file_data into x_file_data
66: from fnd_lobs a,
67: fnd_documents_vl b,
68: edr_files_vl c
69: where a.file_id = b.media_id
70: and b.document_id = c.fnd_document_id