9: -- This procedure is called restore the context. This is necessary
10: -- after notifications because the process gets deferred, and workflow
11: -- application specific context when it resumes.
12: --
13: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
14:
15:
16: PROCEDURE callback_routine (
17: p_item_type IN VARCHAR2,
6146: --
6147:
6148: IF (p_funcmode = 'RUN') THEN
6149:
6150: l_profile_value := NVL(fnd_profile.value('AR_CMWF_TIME_OUT'), 'MANAGER');
6151:
6152: wf_engine.setitemattrtext(
6153: itemtype => p_item_type,
6154: itemkey => p_item_key,