This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import TTS_UNITTEST:TestBase; | |
class Test extends TTS_UNITTEST:TestBase | |
method Test(); | |
method Run(); | |
method Setup(); | |
protected | |
private | |
instance string &someValue; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Menu Look-up | |
SELECT SRCH.PORTAL_LABEL LABEL | |
, NVL(SRCH.PORTAL_URI_SEG2, ' ') COMPNOENT | |
, SRCH.PORTAL_OBJNAME | |
--L1.PORTAL_LABEL, L2.PORTAL_LABEL, L3.PORTAL_LABEL, | |
--L4.PORTAL_LABEL, L5.PORTAL_LABEL, L6.PORTAL_LABEL | |
,'Main Menu > ' || L1.PORTAL_LABEL || decode(L1.PORTAL_REFTYPE, 'F', ' > ') | |
|| L2.PORTAL_LABEL || DECODE(L2.PORTAL_REFTYPE, 'F', ' > ') | |
|| L3.PORTAL_LABEL || DECODE(L3.PORTAL_REFTYPE, 'F', ' > ') | |
|| L4.PORTAL_LABEL || DECODE(L4.PORTAL_REFTYPE, 'F', ' > ') |