DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on FND_PROFILE

Line 300: FND_PROFILE.Get

296: --dbms_output.put_line('CONTRACT_NUMBER: '||r_incident.contract_number);
297: --dbms_output.put_line('BUSINESS_PROCESS_ID: '||r_incident.business_process_id);
298:
299: /*
300: FND_PROFILE.Get
301: ( name => 'SERVER_TIMEZONE_ID'
302: , val => l_server_timezone_id
303: );
304: */

Line 404: FND_PROFILE.GET ( 'CSFWDATEFORMAT' , l_date_format);

400: -- bug 3035563 l_react_by_date to Convert to timezone of the client(found in 11.5.8)
401: l_react_by_date := CSFW_TIMEZONE_PUB.GET_CLIENT_TIME(l_react_by_date);
402:
403: -- Now get the profile option to get the data
404: FND_PROFILE.GET ( 'CSFWDATEFORMAT' , l_date_format);
405:
406: IF l_date_format = 'DD-MM-YYYY'
407: THEN
408: x_react_by_date := to_char(l_react_by_date, 'DD-MM-YYYY HH24:MI:SS');