DBA Data[Home] [Help]

APPS.HZ_ORIG_SYSTEM_REF_PUB dependencies on STANDARD

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

75:
76: x_orig_sys_entity_map_rec.orig_system := l_orig_system;
77: x_orig_sys_entity_map_rec.owner_table_name := l_owner_table_name;
78:
79: --Standard call to get message count and if count is 1, get message info.
80: FND_MSG_PUB.Count_And_Get(
81: p_encoded => FND_API.G_FALSE,
82: p_count => x_msg_count,
83: p_data => x_msg_data );

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

180: x_attribute18 => x_orig_sys_reference_rec.attribute18,
181: x_attribute19 => x_orig_sys_reference_rec.attribute19,
182: x_attribute20 => x_orig_sys_reference_rec.attribute20
183: );
184: --Standard call to get message count and if count is 1, get message info.
185: FND_MSG_PUB.Count_And_Get(
186: p_encoded => FND_API.G_FALSE,
187: p_count => x_msg_count,
188: p_data => x_msg_data );

Line 232: -- standard start of API savepoint

228: ) is
229: l_orig_sys_reference_rec ORIG_SYS_REFERENCE_REC_TYPE := p_orig_sys_reference_rec;
230: l_object_version_number number;
231: begin
232: -- standard start of API savepoint
233: SAVEPOINT create_orig_sys_reference;
234:
235: -- initialize message list if p_init_msg_list is set to TRUE.
236: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

246: p_orig_sys_reference_rec,
247: x_return_status,
248: x_msg_count,
249: x_msg_data);
250: -- standard call to get message count and if count is 1, get message info.
251: FND_MSG_PUB.Count_And_Get(
252: p_encoded => FND_API.G_FALSE,
253: p_count => x_msg_count,
254: p_data => x_msg_data);

Line 299: -- standard start of API savepoint

295: l_object_version_number number:= p_object_version_number;
296: l_orig_sys_reference_rec ORIG_SYS_REFERENCE_REC_TYPE := p_orig_sys_reference_rec;
297: begin
298:
299: -- standard start of API savepoint
300: SAVEPOINT update_orig_sys_reference;
301:
302: -- initialize message list if p_init_msg_list is set to TRUE.
303: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

315: x_return_status,
316: x_msg_count,
317: x_msg_data);
318:
319: -- standard call to get message count and if count is 1, get message info.
320: FND_MSG_PUB.Count_And_Get(
321: p_encoded => FND_API.G_FALSE,
322: p_count => x_msg_count,
323: p_data => x_msg_data);