DBA Data[Home] [Help]

APPS.BIX_CALLS_TYPE_RPT_PKG dependencies on FND_PROFILE

Line 213: g_nls_date_format := FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK');

209: l_temp_date DATE;
210: BEGIN
211:
212: /* Fetch the icx date format mask ; paramters from and to date is passed to the package in this format */
213: g_nls_date_format := FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK');
214:
215: /* Parse all the parameter values from the variable p_context : pContext (Drill down ID) , */
216: /* Classification Site , Period Indicator , From date and Time , To Date and Time */
217: g_classification_parent := bix_util_pkg.get_parameter_value(p_context, 'pContext');

Line 292: SELECT fnd_profile.value('BIX_DM_RPT_TIME_RANGE')

288: /* Get the description of NULL */
289: g_null_desc := bix_util_pkg.get_null_lookup;
290:
291: /* Fetch the time range (1 hour or 2 hour etc. ) preference of the user */
292: SELECT fnd_profile.value('BIX_DM_RPT_TIME_RANGE')
293: INTO g_time_range
294: FROM dual;
295:
296: /* If the user has not specified any time range then report on 1/2 hour basis */