DBA Data[Home] [Help]

APPS.JL_ZZ_AP_MONOTRIB_AWT_PKG dependencies on FND_PROFILE

Line 78: p_debug_log := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

74: v_update_supp_appl VARCHAR2(1);
75: v_inv_amt_without_tax NUMBER;
76: BEGIN
77:
78: p_debug_log := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
79:
80: ---------------------------------------------------------------------------------------------------
81: ----- Deriving the Threshold values for Goods and Services Suppliers as fixed by Simplified Regime
82: ---------------------------------------------------------------------------------------------------

Line 516: fnd_profile.get('ORG_ID',v_Org_Id);

512:
513: -- Get the information of WHO Columns from FND_GLOBAL
514: v_last_update_by := FND_GLOBAL.User_ID;
515: v_last_update_login := FND_GLOBAL.Login_Id;
516: fnd_profile.get('ORG_ID',v_Org_Id);
517: Applicability_Chngd_flag := 'N';
518:
519: IF p_debug_log = 'Y' THEN
520: FND_FILE.put_line( FND_FILE.LOG, 'INSIDE SUPPLIER APPLICABILITY UPDATE ROUTINE FOR SUPPLIER ID : '|| P_Supplier_Id);