DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on OKC_REPORT_XSL_TL

Line 2317: okc_report_xsl_tl S

2313: Q.NAME NAME,
2314: S.NAME DESCRIPTION
2315: from okc_report_xst T,
2316: okc_report_sql_tl Q,
2317: okc_report_xsl_tl S
2318: where T.id = x
2319: and T.sql_id = Q.id
2320: and T.xsl_id = S.id
2321: and Q.LANGUAGE = userenv('LANG')