DBA Data[Home] [Help]

APPS.FND_ATTACHMENT_UTIL_PKG dependencies on FND_GFM

Line 605: file_format = fnd_gfm.set_file_format(l_content_type)

601: -- Update fnd_lobs
602: update fnd_lobs
603: set file_content_type = l_content_type,
604: program_name = 'FNDATTCH',
605: file_format = fnd_gfm.set_file_format(l_content_type)
606: where file_id = X_file_id;
607:
608: EXCEPTION
609: when NO_DATA_FOUND then