DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on FND_PROFILE

Line 306: FND_PROFILE.Get

302: --dbms_output.put_line('CONTRACT_NUMBER: '||r_incident.contract_number);
303: --dbms_output.put_line('BUSINESS_PROCESS_ID: '||r_incident.business_process_id);
304:
305: /*
306: FND_PROFILE.Get
307: ( name => 'SERVER_TIMEZONE_ID'
308: , val => l_server_timezone_id
309: );
310: */

Line 409: FND_PROFILE.GET('ICX_DATE_FORMAT_MASK', l_date_format);

405: -- bug 3035563 l_react_by_date to Convert to timezone of the client(found in 11.5.8)
406: l_react_by_date := CSFW_TIMEZONE_PUB.GET_CLIENT_TIME(l_react_by_date);
407:
408: -- Now get the profile option to get the data
409: FND_PROFILE.GET('ICX_DATE_FORMAT_MASK', l_date_format);
410:
411: -- Bug 2862796. Modfication for using ICX: Date Format Mask in place of CSFW: Date Format
412: IF l_date_format IS NULL
413: THEN