Use metadata of wwv_flow
Brought to you by:
patrick_wolf,
praganitsch
Use the metadata of wwv_flow (eg. g_item_*) instead of reading them from the apex repository views.
Has several advantages:
-) Initialization is maybe a little bit faster
-) Don't have to maintain the wrapper views for application and flow schema anymore.
-) Can get the real region id for an item and not the name which isn't unique.
Logged In: YES
user_id=1449836
Originator: YES
Note: the g_item_* arrays are not yet initialized when accessed in an application process of type "before comp./val" :-(