Correct link to navigation page
This commit is contained in:
parent
da65dfc810
commit
3ebf0d3a1a
@ -36,8 +36,12 @@ u AS (
|
|||||||
p AS (
|
p AS (
|
||||||
SELECT
|
SELECT
|
||||||
r.table_name,
|
r.table_name,
|
||||||
LISTAGG(DISTINCT '<a href="' || app.get_page_link(r.page_id) || '">' || r.page_id || '</a>', ', ') WITHIN GROUP (ORDER BY r.page_id) AS used_on_pages
|
LISTAGG(DISTINCT '<a href="' ||
|
||||||
--LISTAGG(DISTINCT r.page_id, ', ') WITHIN GROUP (ORDER BY r.page_id) AS used_on_pages
|
app.get_page_link(910,
|
||||||
|
in_names => 'P910_PAGE_ID',
|
||||||
|
in_values => r.page_id
|
||||||
|
) || '">' || r.page_id || '</a>', ', ')
|
||||||
|
WITHIN GROUP (ORDER BY r.page_id) AS used_on_pages
|
||||||
FROM apex_application_page_regions r
|
FROM apex_application_page_regions r
|
||||||
JOIN x
|
JOIN x
|
||||||
ON x.app_id = r.application_id
|
ON x.app_id = r.application_id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user