DBA Data[Home] [Help]

APPS.CAC_AVLBLTY_PVT dependencies on FND_API

Line 58: , p_init_msg_list => FND_API.G_FALSE

54: --
55: -- Call the API to get the adjusted date (this API is slow..)
56: --
57: HZ_TIMEZONE_PUB.Get_Time( p_api_version => 1.0
58: , p_init_msg_list => FND_API.G_FALSE
59: , p_source_tz_id => p_Source_tz_id
60: , p_dest_tz_id => p_dest_tz_id
61: , p_source_day_time => p_source_day_time
62: , x_dest_day_time => l_dest_day_time