DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on DBMS_SESSION

Line 75: dbms_session.set_context(namespace => 'WFBES_CACHE_CTX',

71: -- caching context with the sysdate when the meta-data is loaded.
72: procedure SetMetaDataUploaded
73: is
74: begin
75: dbms_session.set_context(namespace => 'WFBES_CACHE_CTX',
76: attribute => 'WFBES_METADATA_UPLOADED',
77: value => to_char(sysdate, g_date_mask));
78: exception
79: when others then