DBA Data[Home] [Help]

APPS.JTF_IH_BULK dependencies on HZ_TIMEZONE_PUB

Line 81: HZ_TIMEZONE_PUB.GET_TIME(P_API_VERSION => 1.0,

77: END IF;
78:
79: l_gmt_date := TO_DATE(p_gmt_date_str, G_DATE_FORMAT);
80:
81: HZ_TIMEZONE_PUB.GET_TIME(P_API_VERSION => 1.0,
82: P_INIT_MSG_LIST => FND_API.G_FALSE,
83: P_SOURCE_TZ_ID => G_GMT_TZ,
84: P_DEST_TZ_ID => G_SERVER_TZ,
85: P_SOURCE_DAY_TIME => l_gmt_date,