DBA Data[Home] [Help]

APPS.HZ_DUP_PVT dependencies on STANDARD

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

1569: set_default_assign_to_user(p_dup_set_id);
1570:
1571: x_request_id := l_request_id;
1572:
1573: -- standard call to get message count and if count is 1, get message info.
1574: FND_MSG_PUB.Count_And_Get(
1575: p_encoded => FND_API.G_FALSE,
1576: p_count => x_msg_count,
1577: p_data => x_msg_data);

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

2046: END IF;
2047: end loop;
2048: close get_merge_parties_csr;
2049:
2050: -- standard call to get message count and if count is 1, get message info.
2051: FND_MSG_PUB.Count_And_Get(
2052: p_encoded => FND_API.G_FALSE,
2053: p_count => x_msg_count,
2054: p_data => x_msg_data);