I’m trying to navigate from a lobby element to the Document revisions tab. I’m getting an error calling out invalid date format. This is my SQL that works great for the lobby element, but won’t allow navigation to the document revisions.
DOC_CLASS in ('NDA SUPPLIER', 'SUCONTRACT', 'SUISO', 'SULIABIL', 'SUPRICE') and OBJSTATE <> (select &AO.DOC_ISSUE_API.FINITE_STATE_ENCODE__('Obsolete') from dual) and (DT_PLANNED_FINISH < trunc(to_date( '#TODAY#', 'YYYY-MM-DD-HH24:MI:SS' ))+ 90 or DT_PLANNED_FINISH is null)
Does anyone know how to code this so I can use the navigation?





