Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to parse SQL query! ORA-20999: Failed to parse SQL query! ORA-06550: line 14, column 19: ORA-00904: "NAME": invalid id

user-ga36gMay 30 2023 — edited May 30 2023

I am trying to Linking Project Cards to Maintain Project Form

Here is my sql query

select ' ' card_modifiers
, apex_page.get_url( p_page => '4', p_clear_cache => '4', p_items =>
'P4_ROWID', p_values => rowid ) card_link
, ' ' card_color
, ' ' card_icon
, apex_string.get_initials(name) card_initials
, name card_title
, description card_text
, 'Budget '|| to_char(budget,'L99G999') card_subtext
from EBA_PROJECTS

But it show me error after clicking save and continue.Anyone can help me pls.

Comments
Post Details
Added on May 30 2023
4 comments
606 views