DBA Data[Home] [Help]

APPS.HZ_HIERARCHY_PUB dependencies on STANDARD

Line 1578: -- standard start of API savepoint

1574: x_msg_data OUT NOCOPY VARCHAR2
1575: ) IS
1576: l_debug_prefix VARCHAR2(30) := '';
1577: BEGIN
1578: -- standard start of API savepoint
1579: SAVEPOINT create_link;
1580: -- Check if API is called in debug mode. If yes, enable debug.
1581: --enable_debug;
1582:

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

1597:
1598: do_create_link(p_hierarchy_node_rec,
1599: x_return_status);
1600:
1601: --Standard call to get message count and if count is 1, get message info.
1602: FND_MSG_PUB.Count_And_Get(
1603: p_encoded => FND_API.G_FALSE,
1604: p_count => x_msg_count,
1605: p_data => x_msg_data);

Line 1739: -- standard start of API savepoint

1735: x_msg_data OUT NOCOPY VARCHAR2
1736: ) IS
1737: l_debug_prefix VARCHAR2(30) := '';
1738: BEGIN
1739: -- standard start of API savepoint
1740: SAVEPOINT update_link;
1741:
1742: -- Check if API is called in debug mode. If yes, enable debug.
1743: --enable_debug;

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

1759:
1760: do_update_link(p_hierarchy_node_rec,
1761: x_return_status);
1762:
1763: --Standard call to get message count and if count is 1, get message info.
1764: FND_MSG_PUB.Count_And_Get(
1765: p_encoded => FND_API.G_FALSE,
1766: p_count => x_msg_count,
1767: p_data => x_msg_data);