DBA Data[Home] [Help]

APPS.AR_AME_CMWF_API dependencies on FND_PROFILE

Line 13: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

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,

Line 6021: l_profile_value := NVL(fnd_profile.value('AR_CMWF_TIME_OUT'), 'MANAGER');

6017: --
6018:
6019: IF (p_funcmode = 'RUN') THEN
6020:
6021: l_profile_value := NVL(fnd_profile.value('AR_CMWF_TIME_OUT'), 'MANAGER');
6022:
6023: wf_engine.setitemattrtext(
6024: itemtype => p_item_type,
6025: itemkey => p_item_key,