SELECT DECODE (SIGN ( :N), -1, 'Negative ', 0, 'Zero', NULL)
|| DECODE (SIGN (ABS ( :N)),
+1, TO_CHAR (TO_DATE (ABS ( :N), 'J'), 'Jsp'))
FROM DUAL
/
+1, TO_CHAR (TO_DATE (ABS ( :N), 'J'), 'Jsp'))
FROM DUAL
/
$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...
No comments:
Post a Comment