DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on CSFW_TIMEZONE_PUB

Line 401: l_react_by_date := CSFW_TIMEZONE_PUB.GET_CLIENT_TIME(l_react_by_date);

397: l_react_by_date := x_resolve_rec.by_date_end;
398:
399:
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: