DBA Data[Home] [Help]

APPS.FND_WEBFILE dependencies on FND_OAM_CONTEXT_FILES

Line 522: from fnd_oam_context_files

518: elsif ( file_type in (context_file, generic_text, generic_binary) ) then
519: if ( file_type = context_file ) then
520: begin
521: select node_name into t_node
522: from fnd_oam_context_files
523: where path = dest_file
524: and node_name = dest_node
525: and rownum = 1;
526: exception