DBA Data[Home] [Help]

APPS.HZ_MERGE_DUP_PVT dependencies on STANDARD

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

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

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

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

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

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

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

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

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

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