Showing posts with label OBIEE. Show all posts
Showing posts with label OBIEE. Show all posts

Wednesday, November 8, 2017

Set Views in Obiee

BEGIN
  GLR03300_PKG.set_criteria (to_number(NULL),to_number(NULL),to_number(NULL),to_number(NULL),to_number(NULL), 'ALL123456789012345',NULL,NULL,NULL,'A',to_number(NULL), NULL,'ALL123456789012345');
END;

Wednesday, August 30, 2017

Presentation variables(obiee):: in Title

Presentation variables(obiee)::

SELECT * FROM OEFG_ORDER_HEADERS WHERE HEADER_ID = '@{PP_HEADER_ID}'
Multiple::

IN (@{PP_HEADER_ID}['@']{'1023'})


Title Dianamically::
INVENTORY (@{PV_SUBINVENTORY_NAME}['@']{'013'})