DBA Data[Home] [Help]

APPS.INV_SHORTCHECKEXEC_PUB dependencies on STANDARD

Line 65: -- Standard Call to check for call compatibility

61: WHERE inventory_item_id = p_inventory_item_id
62: AND organization_id = p_organization_id;
63: --
64: BEGIN
65: -- Standard Call to check for call compatibility
66: IF NOT FND_API.Compatible_API_Call(l_api_version
67: , p_api_version
68: , l_api_name
69: , G_PKG_NAME) THEN

Line 111: -- Standard check of p_commit

107: x_seq_num => x_seq_num,
108: x_check_result => x_check_result
109: );
110: --
111: -- Standard check of p_commit
112: IF FND_API.to_Boolean(p_commit) THEN
113: COMMIT;
114: END IF;
115: -- Standard call to get message count and if count is 1, get message info

Line 115: -- Standard call to get message count and if count is 1, get message info

111: -- Standard check of p_commit
112: IF FND_API.to_Boolean(p_commit) THEN
113: COMMIT;
114: END IF;
115: -- Standard call to get message count and if count is 1, get message info
116: FND_MSG_PUB.Count_And_Get
117: (p_count => x_msg_count
118: , p_data => x_msg_data);
119: EXCEPTION

Line 206: -- Standard Call to check for call compatibility

202: FROM mtl_transaction_types
203: WHERE transaction_type_id = p_transaction_type_id;
204: --
205: BEGIN
206: -- Standard Call to check for call compatibility
207: IF NOT FND_API.Compatible_API_Call(l_api_version
208: , p_api_version
209: , l_api_name
210: , G_PKG_NAME) THEN

Line 261: -- Standard call to get message count and if count is 1, get message info

257: p_transaction_type_id => p_transaction_type_id,
258: x_check_result => x_check_result
259: );
260: --
261: -- Standard call to get message count and if count is 1, get message info
262: FND_MSG_PUB.Count_And_Get
263: (p_count => x_msg_count
264: , p_data => x_msg_data);
265: EXCEPTION

Line 339: -- Standard Call to check for call compatibility

335: IS
336: L_api_version CONSTANT NUMBER := 1.0;
337: L_api_name CONSTANT VARCHAR2(30) := 'PurgeTempTable';
338: BEGIN
339: -- Standard Call to check for call compatibility
340: IF NOT FND_API.Compatible_API_Call(l_api_version
341: , p_api_version
342: , l_api_name
343: , G_PKG_NAME) THEN

Line 365: -- Standard check of p_commit

361: x_msg_data => x_msg_data,
362: p_seq_num => p_seq_num
363: );
364: --
365: -- Standard check of p_commit
366: IF FND_API.to_Boolean(p_commit) THEN
367: COMMIT;
368: END IF;
369: -- Standard call to get message count and if count is 1, get message info

Line 369: -- Standard call to get message count and if count is 1, get message info

365: -- Standard check of p_commit
366: IF FND_API.to_Boolean(p_commit) THEN
367: COMMIT;
368: END IF;
369: -- Standard call to get message count and if count is 1, get message info
370: FND_MSG_PUB.Count_And_Get
371: (p_count => x_msg_count
372: , p_data => x_msg_data);
373: EXCEPTION