DBA Data[Home] [Help]

APPS.MST_GEOCODING dependencies on HZ_TIMEZONE_PUB

Line 48: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

44:
45: -- Now get the GMT offset for the server. It will be used later
46: -- to convert to local time
47:
48: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
49: p_api_version,
50: p_init_msg_list,
51: l_server_timezone_id,
52: l_server_timezone_code,

Line 77: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

73: END;
74:
75: -- The following API call gets the GMT offset for the location
76:
77: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
78: p_api_version,
79: p_init_msg_list,
80: p_timezone_id,
81: p_timezone_code,

Line 142: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

138:
139: -- Now get the GMT offset for the server. It will be used later
140: -- to convert to local time
141:
142: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
143: p_api_version,
144: p_init_msg_list,
145: l_server_timezone_id,
146: l_server_timezone_code,

Line 170: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

166: END;
167:
168: -- The following API call gets the GMT offset for the location
169:
170: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
171: p_api_version,
172: p_init_msg_list,
173: p_timezone_id,
174: p_timezone_code,

Line 236: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

232: return x_timezone_short_code;
233:
234: END;
235:
236: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
237: p_api_version,
238: p_init_msg_list,
239: p_timezone_id,
240: p_timezone_code,

Line 266: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

262: return x_timezone_short_code;
263:
264: END;
265:
266: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
267: p_api_version,
268: p_init_msg_list,
269: p_timezone_id,
270: p_timezone_code,

Line 326: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(

322: return x_timezone_short_code;
323:
324: END;
325:
326: HZ_TIMEZONE_PUB.Get_Timezone_Short_Code(
327: p_api_version,
328: p_init_msg_list,
329: p_timezone_id,
330: p_timezone_code,