How to intialize Org id while creating a view ?
I have a custom view using oracle standard function which requires Apps security initialization (org-id) for the view to return correct data.
Is there anyway to define the view with the org initialization ?
I know it can be done using a pl/sql wrapper but I am looking for other options to achieve this. Any help is greatly appreciated!