DBA Data[Home] [Help]

APPS.HZ_MIXNM_REGISTRY_PUB dependencies on STANDARD

Line 1352: -- Standard start of API savepoint

1348: ) IS
1349: l_debug_prefix VARCHAR2(30) := '';
1350: BEGIN
1351:
1352: -- Standard start of API savepoint
1353: SAVEPOINT Add_EntityAttribute;
1354:
1355: -- Check if API is called in debug mode. If yes, enable debug.
1356: --enable_debug;

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

1376: p_data_source_tab,
1377: x_entity_attr_id,
1378: x_return_status );
1379:
1380: -- Standard call to get message count and if count is 1, get message info.
1381: fnd_msg_pub.Count_And_Get(
1382: p_encoded => FND_API.G_FALSE,
1383: p_count => x_msg_count,
1384: p_data => x_msg_data );

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

1583: CLOSE c_data_sources;
1584:
1585: x_data_source_tbl := l_data_source_tbl;
1586:
1587: -- Standard call to get message count and if count is 1, get message info.
1588: fnd_msg_pub.Count_And_Get(
1589: p_encoded => FND_API.G_FALSE,
1590: p_count => x_msg_count,
1591: p_data => x_msg_data );

Line 1759: -- Standard start of API savepoint

1755: AND ROWNUM = 1;
1756:
1757: BEGIN
1758:
1759: -- Standard start of API savepoint
1760: SAVEPOINT Remove_EntityAttribute;
1761:
1762: -- Check if API is called in debug mode. If yes, enable debug.
1763: --enable_debug;

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

1841: END IF;
1842: CLOSE c_selected_data_source;
1843: END LOOP;
1844:
1845: -- Standard call to get message count and if count is 1, get message info.
1846: fnd_msg_pub.Count_And_Get(
1847: p_encoded => FND_API.G_FALSE,
1848: p_count => x_msg_count,
1849: p_data => x_msg_data );

Line 2021: -- Standard start of API savepoint

2017: l_debug_prefix VARCHAR2(30) := '';
2018:
2019: BEGIN
2020:
2021: -- Standard start of API savepoint
2022: SAVEPOINT Remove_EntityAttrDataSource;
2023:
2024: -- Check if API is called in debug mode. If yes, enable debug.
2025: --enable_debug;

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

2120: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2121: RAISE FND_API.G_EXC_ERROR;
2122: END IF;
2123:
2124: -- Standard call to get message count and if count is 1, get message info.
2125: fnd_msg_pub.Count_And_Get(
2126: p_encoded => FND_API.G_FALSE,
2127: p_count => x_msg_count,
2128: p_data => x_msg_data );