DBA Data[Home] [Help]

APPS.GCS_ENTITIES_PKG dependencies on GCS_XML_FILES

Line 365: FROM gcs_xml_files xf

361: read_mode := 0;
362:
363: SELECT xml_data
364: INTO l_local_clob
365: FROM gcs_xml_files xf
366: WHERE xf.xml_file_id = p_file_id
367: AND xf.xml_file_type = 'ENTITY_LOADER'
368: AND xf.language = 'US';
369: