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 1091: -- standard start of API savepoint

1087: x_party_id HZ_PARTIES.party_id%TYPE;
1088: l_dummy VARCHAR2(1);
1089:
1090: begin
1091: -- standard start of API savepoint
1092: SAVEPOINT create_orig_sys_reference;
1093:
1094: -- initialize message list if p_init_msg_list is set to TRUE.
1095: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1168: x_return_status );
1169: end if;
1170:
1171:
1172: -- standard call to get message count and if count is 1, get message info.
1173: FND_MSG_PUB.Count_And_Get(
1174: p_encoded => FND_API.G_FALSE,
1175: p_count => x_msg_count,
1176: p_data => x_msg_data);

Line 1269: -- standard start of API savepoint

1265: l_dummy VARCHAR2(1);
1266:
1267: begin
1268:
1269: -- standard start of API savepoint
1270: SAVEPOINT update_orig_sys_reference;
1271:
1272: -- initialize message list if p_init_msg_list is set to TRUE.
1273: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1524:
1525:
1526:
1527:
1528: -- standard call to get message count and if count is 1, get message info.
1529: FND_MSG_PUB.Count_And_Get(
1530: p_encoded => FND_API.G_FALSE,
1531: p_count => x_msg_count,
1532: p_data => x_msg_data);

Line 2352: -- standard start of API savepoint

2348: )IS
2349: l_orig_sys_rec ORIG_SYS_REC_TYPE := p_orig_sys_rec;
2350: --p_validation_level
2351: begin
2352: -- standard start of API savepoint
2353: SAVEPOINT create_orig_system;
2354:
2355: -- initialize message list if p_init_msg_list is set to TRUE.
2356: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2366: p_validation_level,
2367: x_return_status );
2368:
2369:
2370: -- standard call to get message count and if count is 1, get message info.
2371: FND_MSG_PUB.Count_And_Get(
2372: p_encoded => FND_API.G_FALSE,
2373: p_count => x_msg_count,
2374: p_data => x_msg_data);

Line 2418: -- standard start of API savepoint

2414: l_orig_sys_rec ORIG_SYS_REC_TYPE := p_orig_sys_rec;
2415: l_object_version_number number:= p_object_version_number;
2416:
2417: begin
2418: -- standard start of API savepoint
2419: SAVEPOINT update_orig_system;
2420:
2421: -- initialize message list if p_init_msg_list is set to TRUE.
2422: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2433: l_object_version_number,
2434: x_return_status );
2435:
2436:
2437: -- standard call to get message count and if count is 1, get message info.
2438: FND_MSG_PUB.Count_And_Get(
2439: p_encoded => FND_API.G_FALSE,
2440: p_count => x_msg_count,
2441: p_data => x_msg_data);