DBA Data[Home] [Help]

APPS.PON_OEX_TIMEZONE_PKG dependencies on FND_API

Line 45: p_init_msg_list => FND_API.G_FALSE,

41:
42: /* use AR's api to do the conversion */
43: HZ_TIMEZONE_PUB.Get_Time(
44: p_api_version => 1.0,
45: p_init_msg_list => FND_API.G_FALSE,
46: p_source_tz_id => TO_NUMBER(p_fromZone),
47: p_dest_tz_id => TO_NUMBER(p_toZone),
48: p_source_day_time => p_fromDate,
49: x_dest_day_time => toDate,