DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on CSFW_TIMEZONE_PUB

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

402: x_react_tuom := x_resolve_rec.uom;
403: l_react_by_date := x_resolve_rec.by_date_end;
404:
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: