DBA Data[Home] [Help]

APPS.CSI_HZ_LOCATIONS_PVT dependencies on STANDARD

Line 58: -- standard call to check for call compatibility.

54:
55: BEGIN
56: SAVEPOINT create_location_pvt;
57:
58: -- standard call to check for call compatibility.
59: IF NOT fnd_api.compatible_api_call ( l_api_version,
60: p_api_version,
61: l_api_name,
62: g_pkg_name)

Line 156: -- standard call to get message count and if count is 1, get message info.

152: THEN
153: COMMIT WORK;
154: END IF;
155:
156: -- standard call to get message count and if count is 1, get message info.
157: fnd_msg_pub.count_and_get
158: ( p_count => x_msg_count,
159: p_data => x_msg_data
160: );

Line 217: -- standard call TO check FOR call compatibility.

213: BEGIN
214:
215: SAVEPOINT update_location_pvt;
216:
217: -- standard call TO check FOR call compatibility.
218: IF NOT fnd_api.compatible_api_call ( l_api_version,
219: p_api_version,
220: l_api_name,
221: g_pkg_name)

Line 346: -- standard call to get message count and if count is 1, get message info.

342: THEN
343: COMMIT WORK;
344: END IF;
345:
346: -- standard call to get message count and if count is 1, get message info.
347: fnd_msg_pub.count_and_get
348: ( p_count => x_msg_count,
349: p_data => x_msg_data
350: );