DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on FND_PROFILE

Line 10: -- DEBUG_Var varchar2(1) := NVL(FND_PROFILE.value('EXT_AWT_DEBUG_FLAG'), 'N');

6: /**************************************************************************
7: * Private Procedure Specification *
8: **************************************************************************/
9: -- Define Package Level Debug Variable and Assign the Profile
10: -- DEBUG_Var varchar2(1) := NVL(FND_PROFILE.value('EXT_AWT_DEBUG_FLAG'), 'N');
11: DEBUG_Var varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
12:
13: /**************************************************************************
14: * *

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

7: * Private Procedure Specification *
8: **************************************************************************/
9: -- Define Package Level Debug Variable and Assign the Profile
10: -- DEBUG_Var varchar2(1) := NVL(FND_PROFILE.value('EXT_AWT_DEBUG_FLAG'), 'N');
11: DEBUG_Var varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
12:
13: /**************************************************************************
14: * *
15: * Name : Get_Period_Name *

Line 2018: --FND_PROFILE.GET('ORG_ID',l_ou_id);

2014:
2015: ----------------------------------------------------------------
2016: -- Get the country code to update the global attribute category
2017: ----------------------------------------------------------------
2018: --FND_PROFILE.GET('ORG_ID',l_ou_id);
2019: --R12: Commented to overcome build errors. These changes still pending to be
2020: --properly implemented.
2021: v_country_code := JG_ZZ_SHARED_PKG.GET_COUNTRY(l_ou_id);
2022: