DBA Data[Home] [Help]

APPS.HZ_MIXNM_REGISTRY_PUB dependencies on STANDARD

Line 1374: -- Standard start of API savepoint

1370: ) IS
1371: l_debug_prefix VARCHAR2(30) := '';
1372: BEGIN
1373:
1374: -- Standard start of API savepoint
1375: SAVEPOINT Add_EntityAttribute;
1376:
1377: -- Check if API is called in debug mode. If yes, enable debug.
1378: --enable_debug;

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

1398: p_data_source_tab,
1399: x_entity_attr_id,
1400: x_return_status );
1401:
1402: -- Standard call to get message count and if count is 1, get message info.
1403: fnd_msg_pub.Count_And_Get(
1404: p_encoded => FND_API.G_FALSE,
1405: p_count => x_msg_count,
1406: p_data => x_msg_data );

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

1605: CLOSE c_data_sources;
1606:
1607: x_data_source_tbl := l_data_source_tbl;
1608:
1609: -- Standard call to get message count and if count is 1, get message info.
1610: fnd_msg_pub.Count_And_Get(
1611: p_encoded => FND_API.G_FALSE,
1612: p_count => x_msg_count,
1613: p_data => x_msg_data );

Line 1781: -- Standard start of API savepoint

1777: AND ROWNUM = 1;
1778:
1779: BEGIN
1780:
1781: -- Standard start of API savepoint
1782: SAVEPOINT Remove_EntityAttribute;
1783:
1784: -- Check if API is called in debug mode. If yes, enable debug.
1785: --enable_debug;

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

1863: END IF;
1864: CLOSE c_selected_data_source;
1865: END LOOP;
1866:
1867: -- Standard call to get message count and if count is 1, get message info.
1868: fnd_msg_pub.Count_And_Get(
1869: p_encoded => FND_API.G_FALSE,
1870: p_count => x_msg_count,
1871: p_data => x_msg_data );

Line 2043: -- Standard start of API savepoint

2039: l_debug_prefix VARCHAR2(30) := '';
2040:
2041: BEGIN
2042:
2043: -- Standard start of API savepoint
2044: SAVEPOINT Remove_EntityAttrDataSource;
2045:
2046: -- Check if API is called in debug mode. If yes, enable debug.
2047: --enable_debug;

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

2142: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2143: RAISE FND_API.G_EXC_ERROR;
2144: END IF;
2145:
2146: -- Standard call to get message count and if count is 1, get message info.
2147: fnd_msg_pub.Count_And_Get(
2148: p_encoded => FND_API.G_FALSE,
2149: p_count => x_msg_count,
2150: p_data => x_msg_data );