DBA Data[Home] [Help]

APPS.BIL_TX_OPTY_LIST_RPT_PKG dependencies on FND_PROFILE

Line 83: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');

79: --Fix for bug 5469370,added replace function
80: l_cur_conv_missing := replace(FND_MESSAGE.GET_STRING('BIL','BIL_TX_CUR_CONV_MIS'),'''','''''');
81:
82:
83: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');
84: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');
85:
86:
87: -- FND logging standard

Line 84: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');

80: l_cur_conv_missing := replace(FND_MESSAGE.GET_STRING('BIL','BIL_TX_CUR_CONV_MIS'),'''','''''');
81:
82:
83: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');
84: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');
85:
86:
87: -- FND logging standard
88: IF BIL_TX_UTIL_RPT_PKG.chkLogLevel(fnd_log.LEVEL_PROCEDURE) THEN

Line 142: l_credit_type_id := FND_PROFILE.VALUE('ASN_FRCST_CREDIT_TYPE_ID');

138:
139: l_sales_team_access := REPLACE(l_sales_team_access , '''');
140:
141: IF l_sales_team_access = 'ST' THEN
142: l_credit_type_id := FND_PROFILE.VALUE('ASN_FRCST_CREDIT_TYPE_ID');
143: ELSE
144: -- For now if it is not a sales team access only credit type id is passed.
145: l_credit_type_id := TO_NUMBER(l_sales_team_access) ;
146: END IF;

Line 149: l_credit_type_id := FND_PROFILE.VALUE('ASN_FRCST_CREDIT_TYPE_ID');

145: l_credit_type_id := TO_NUMBER(l_sales_team_access) ;
146: END IF;
147:
148: IF l_credit_type_id IS NULL THEN
149: l_credit_type_id := FND_PROFILE.VALUE('ASN_FRCST_CREDIT_TYPE_ID');
150: END IF;
151:
152:
153: