DBA Data[Home] [Help]

APPS.HZ_HIERARCHY_PUB dependencies on STANDARD

Line 1602: -- standard start of API savepoint

1598: x_msg_data OUT NOCOPY VARCHAR2
1599: ) IS
1600: l_debug_prefix VARCHAR2(30) := '';
1601: BEGIN
1602: -- standard start of API savepoint
1603: SAVEPOINT create_link;
1604: -- Check if API is called in debug mode. If yes, enable debug.
1605: --enable_debug;
1606:

Line 1625: --Standard call to get message count and if count is 1, get message info.

1621:
1622: do_create_link(p_hierarchy_node_rec,
1623: x_return_status);
1624:
1625: --Standard call to get message count and if count is 1, get message info.
1626: FND_MSG_PUB.Count_And_Get(
1627: p_encoded => FND_API.G_FALSE,
1628: p_count => x_msg_count,
1629: p_data => x_msg_data);

Line 1763: -- standard start of API savepoint

1759: x_msg_data OUT NOCOPY VARCHAR2
1760: ) IS
1761: l_debug_prefix VARCHAR2(30) := '';
1762: BEGIN
1763: -- standard start of API savepoint
1764: SAVEPOINT update_link;
1765:
1766: -- Check if API is called in debug mode. If yes, enable debug.
1767: --enable_debug;

Line 1787: --Standard call to get message count and if count is 1, get message info.

1783:
1784: do_update_link(p_hierarchy_node_rec,
1785: x_return_status);
1786:
1787: --Standard call to get message count and if count is 1, get message info.
1788: FND_MSG_PUB.Count_And_Get(
1789: p_encoded => FND_API.G_FALSE,
1790: p_count => x_msg_count,
1791: p_data => x_msg_data);