DBA Data[Home] [Help]

APPS.HZ_ORIG_SYSTEM_REF_PVT dependencies on STANDARD

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

202: x_attribute20 => x_orig_sys_reference_rec.attribute20
203: );
204: x_orig_sys_reference_rec.orig_system_ref_id := l_orig_system_ref_id;
205:
206: --Standard call to get message count and if count is 1, get message info.
207: FND_MSG_PUB.Count_And_Get(
208: p_encoded => FND_API.G_FALSE,
209: p_count => x_msg_count,
210: p_data => x_msg_data );

Line 398: -- standard start of API savepoint

394: ) is
395: l_orig_sys_entity_map_rec HZ_ORIG_SYSTEM_REF_PUB.ORIG_SYS_ENTITY_MAP_REC_TYPE := p_orig_sys_entity_map_rec;
396:
397: begin
398: -- standard start of API savepoint
399: SAVEPOINT create_orig_sys_entity_mapping;
400:
401: -- initialize message list if p_init_msg_list is set to TRUE.
402: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

412: p_validation_level,
413: x_return_status );
414:
415:
416: -- standard call to get message count and if count is 1, get message info.
417: FND_MSG_PUB.Count_And_Get(
418: p_encoded => FND_API.G_FALSE,
419: p_count => x_msg_count,
420: p_data => x_msg_data);

Line 464: -- standard start of API savepoint

460: ) is
461: l_orig_sys_entity_map_rec HZ_ORIG_SYSTEM_REF_PUB.ORIG_SYS_ENTITY_MAP_REC_TYPE := p_orig_sys_entity_map_rec;
462: begin
463:
464: -- standard start of API savepoint
465: SAVEPOINT update_orig_sys_entity_mapping;
466:
467: -- initialize message list if p_init_msg_list is set to TRUE.
468: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

478: p_validation_level,
479: p_object_version_number,
480: x_return_status );
481:
482: -- standard call to get message count and if count is 1, get message info.
483: FND_MSG_PUB.Count_And_Get(
484: p_encoded => FND_API.G_FALSE,
485: p_count => x_msg_count,
486: p_data => x_msg_data);

Line 1062: -- standard start of API savepoint

1058: x_party_id HZ_PARTIES.party_id%TYPE;
1059: l_dummy VARCHAR2(1);
1060:
1061: begin
1062: -- standard start of API savepoint
1063: SAVEPOINT create_orig_sys_reference;
1064:
1065: -- initialize message list if p_init_msg_list is set to TRUE.
1066: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1139: x_return_status );
1140: end if;
1141:
1142:
1143: -- standard call to get message count and if count is 1, get message info.
1144: FND_MSG_PUB.Count_And_Get(
1145: p_encoded => FND_API.G_FALSE,
1146: p_count => x_msg_count,
1147: p_data => x_msg_data);

Line 1240: -- standard start of API savepoint

1236: l_dummy VARCHAR2(1);
1237:
1238: begin
1239:
1240: -- standard start of API savepoint
1241: SAVEPOINT update_orig_sys_reference;
1242:
1243: -- initialize message list if p_init_msg_list is set to TRUE.
1244: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1487:
1488:
1489:
1490:
1491: -- standard call to get message count and if count is 1, get message info.
1492: FND_MSG_PUB.Count_And_Get(
1493: p_encoded => FND_API.G_FALSE,
1494: p_count => x_msg_count,
1495: p_data => x_msg_data);

Line 2305: -- standard start of API savepoint

2301: )IS
2302: l_orig_sys_rec ORIG_SYS_REC_TYPE := p_orig_sys_rec;
2303: --p_validation_level
2304: begin
2305: -- standard start of API savepoint
2306: SAVEPOINT create_orig_system;
2307:
2308: -- initialize message list if p_init_msg_list is set to TRUE.
2309: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2319: p_validation_level,
2320: x_return_status );
2321:
2322:
2323: -- standard call to get message count and if count is 1, get message info.
2324: FND_MSG_PUB.Count_And_Get(
2325: p_encoded => FND_API.G_FALSE,
2326: p_count => x_msg_count,
2327: p_data => x_msg_data);

Line 2371: -- standard start of API savepoint

2367: l_orig_sys_rec ORIG_SYS_REC_TYPE := p_orig_sys_rec;
2368: l_object_version_number number:= p_object_version_number;
2369:
2370: begin
2371: -- standard start of API savepoint
2372: SAVEPOINT update_orig_system;
2373:
2374: -- initialize message list if p_init_msg_list is set to TRUE.
2375: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2386: l_object_version_number,
2387: x_return_status );
2388:
2389:
2390: -- standard call to get message count and if count is 1, get message info.
2391: FND_MSG_PUB.Count_And_Get(
2392: p_encoded => FND_API.G_FALSE,
2393: p_count => x_msg_count,
2394: p_data => x_msg_data);