DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_LAUNCH dependencies on FND_PROFILE

Line 5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

1: PACKAGE BODY PO_REQAPPROVAL_LAUNCH AS
2: /* $Header: POXWPA5B.pls 120.5 2007/12/11 07:06:47 rakchakr ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
6:
7:
8: /*=======================================================================+
9: | FILENAME

Line 351: --Fnd_Profile.Get('USER_ID',l_session_user_id);

347: itemtype => p_itemtype,
348: itemkey => p_itemkey,
349: aname => 'IS_SUPPLIER_CONTEXT');
350: --Bug 5389914
351: --Fnd_Profile.Get('USER_ID',l_session_user_id);
352: --Fnd_Profile.Get('RESP_ID',l_session_resp_id);
353: l_session_user_id := fnd_global.user_id;
354: l_session_resp_id := fnd_global.resp_id;
355:

Line 352: --Fnd_Profile.Get('RESP_ID',l_session_resp_id);

348: itemkey => p_itemkey,
349: aname => 'IS_SUPPLIER_CONTEXT');
350: --Bug 5389914
351: --Fnd_Profile.Get('USER_ID',l_session_user_id);
352: --Fnd_Profile.Get('RESP_ID',l_session_resp_id);
353: l_session_user_id := fnd_global.user_id;
354: l_session_resp_id := fnd_global.resp_id;
355:
356: IF (l_session_user_id = -1) THEN