DBA Data[Home] [Help]

APPS.PQP_GB_SWF_EXTRACT dependencies on AD_FILES

Line 128: from ad_files af,

124: l_proc constant varchar2(100):= g_package||'WRITE_HEADER';
125:
126: cursor c_arc_pkg_version is
127: select afv.version
128: from ad_files af,
129: ad_file_versions afv
130: where af.file_id = afv.file_id
131: and af.app_short_name = 'PQP'
132: and af.subdir = 'patch/115/sql'