DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on FND_PROFILE

Line 4: l_debug_flag constant VARCHAR2(1) := FND_PROFILE.VALUE('MRP_DEBUG');

1: PACKAGE BODY CSTPAPPR AS
2: /* $Header: CSTAPPRB.pls 120.15.12010000.3 2008/11/30 11:43:57 anjha ship $ */
3:
4: l_debug_flag constant VARCHAR2(1) := FND_PROFILE.VALUE('MRP_DEBUG');
5:
6:
7: /*============================================================================+
8: | This procedure is called by the Accounting Package for the Accounting Lib. |

Line 3492: FND_PROFILE.get('CREATE_BUDGETARY_ENCUMBRANCES', l_bud_enc_flag);

3488: l_stmt_num := 40;
3489:
3490: IF (o_purch_encumbrance_flag = 'Y') THEN
3491: -- Get profile CREATE_BUDGETARY_ENCUMBRANCES
3492: FND_PROFILE.get('CREATE_BUDGETARY_ENCUMBRANCES', l_bud_enc_flag);
3493: o_enc_flag := nvl(l_bud_enc_flag,'N');
3494: END IF;
3495:
3496: IF (o_enc_flag = 'Y' and o_purch_encumbrance_flag = 'Y' and i_encumbrance_account_id = -1) THEN