DBA Data[Home] [Help]

APPS.HZ_MERGE_BATCH_PUB dependencies on STANDARD

Line 204: -- standard start of API savepoint

200: l_merge_reason_code VARCHAR2(30) := p_merge_reason_code;
201:
202: BEGIN
203:
204: -- standard start of API savepoint
205: SAVEPOINT create_merge_batch;
206:
207:
208: -- standard call to check for call compatibility.

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

204: -- standard start of API savepoint
205: SAVEPOINT create_merge_batch;
206:
207:
208: -- standard call to check for call compatibility.
209: IF NOT FND_API.Compatible_API_Call(
210: l_api_version,
211: p_api_version,
212: l_api_name,

Line 235: -- standard check of p_commit.

231: l_merge_reason_code,
232: x_batch_id,
233: x_return_status);
234:
235: -- standard check of p_commit.
236: IF FND_API.to_Boolean(p_commit) THEN
237: COMMIT;
238: END IF;
239:

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

236: IF FND_API.to_Boolean(p_commit) THEN
237: COMMIT;
238: END IF;
239:
240: -- standard call to get message count and if count is 1, get message info.
241: FND_MSG_PUB.Count_And_Get(
242: p_encoded => FND_API.G_FALSE,
243: p_count => x_msg_count,
244: p_data => x_msg_data);