DBA Data[Home] [Help]

APPS.HZ_MERGE_DUP_PVT dependencies on STANDARD

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

357: END IF;
358:
359: x_merge_batch_id := l_batch_id;
360:
361: -- standard call to get message count and if count is 1, get message info.
362: FND_MSG_PUB.Count_And_Get(
363: p_encoded => FND_API.G_FALSE,
364: p_count => x_msg_count,
365: p_data => x_msg_data);

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

835: RAISE FND_API.G_EXC_ERROR;
836: END IF;
837:
838:
839: -- standard call to get message count and if count is 1, get message info.
840: FND_MSG_PUB.Count_And_Get(
841: p_encoded => FND_API.G_FALSE,
842: p_count => x_msg_count,
843: p_data => x_msg_data);

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

1287: WHERE BATCH_ID = (SELECT batch_id FROM hz_merge_parties
1288: WHERE batch_party_id = p_batch_party_id
1289: AND ROWNUM = 1);
1290:
1291: -- standard call to get message count and if count is 1, get message info.
1292: FND_MSG_PUB.Count_And_Get(
1293: p_encoded => FND_API.G_FALSE,
1294: p_count => x_msg_count,
1295: p_data => x_msg_data);

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

1499: END IF;
1500:
1501: x_request_id := l_request_id;
1502:
1503: -- standard call to get message count and if count is 1, get message info.
1504: FND_MSG_PUB.Count_And_Get(
1505: p_encoded => FND_API.G_FALSE,
1506: p_count => x_msg_count,
1507: p_data => x_msg_data);

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

4341: END LOOP;
4342:
4343: END IF;
4344:
4345: -- standard call to get message count and if count is 1, get message info.
4346: FND_MSG_PUB.Count_And_Get(
4347: p_encoded => FND_API.G_FALSE,
4348: p_count => x_msg_count,
4349: p_data => x_msg_data);