DBA Data[Home] [Help]

APPS.HZ_MERGE_PARTIES_PUB dependencies on STANDARD

Line 383: -- standard start of API savepoint

379: l_merge_reason_code VARCHAR2(30) := p_merge_reason_code;
380:
381: BEGIN
382:
383: -- standard start of API savepoint
384: SAVEPOINT create_merge_party;
385:
386: -- standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call(

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

382:
383: -- standard start of API savepoint
384: SAVEPOINT create_merge_party;
385:
386: -- standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call(
388: l_api_version,
389: p_api_version,
390: l_api_name,

Line 426: -- standard check of p_commit.

422: ---Call to insert relationships
423: insert_reln_parties(x_batch_party_id ,
424: l_batch_id );
425:
426: -- standard check of p_commit.
427: IF FND_API.to_Boolean(p_commit) THEN
428: COMMIT;
429: END IF;
430:

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

427: IF FND_API.to_Boolean(p_commit) THEN
428: COMMIT;
429: END IF;
430:
431: -- standard call to get message count and if count is 1, get message info.
432: FND_MSG_PUB.Count_And_Get(
433: p_encoded => FND_API.G_FALSE,
434: p_count => x_msg_count,
435: p_data => x_msg_data);