DBA Data[Home] [Help]

APPS.HZ_DNB_HIERARCHY_PVT dependencies on STANDARD

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

1472: CLOSE c_get_root_parties;
1473:
1474:
1475:
1476: -- standard call to get message count and if count is 1, get message info.
1477: FND_MSG_PUB.Count_And_Get(
1478: p_encoded => FND_API.G_FALSE,
1479: p_count => x_msg_count,
1480: p_data => x_msg_data);

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

1761: EXCEPTION
1762: WHEN OTHERS
1763: THEN
1764: x_return_status := FND_API.G_RET_STS_ERROR ;
1765: -- standard call to get message count and if count is 1, get message info.
1766: FND_MSG_PUB.Count_And_Get(
1767: p_encoded => FND_API.G_FALSE,
1768: p_count => x_msg_count,
1769: p_data => x_msg_data);