DBA Data[Home] [Help]

APPS.HZ_GEO_STRUCT_MAP_PUB dependencies on STANDARD

Line 483: -- Standard start of API savepoint

479: p_index_name VARCHAR2(30);
480: l_temp VARCHAR2(1000);
481: BEGIN
482:
483: -- Standard start of API savepoint
484: SAVEPOINT create_geo_struct_map;
485:
486: -- Initialize message list if p_init_msg_list is set to TRUE.
487: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

503: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
504: RAISE FND_API.G_EXC_ERROR;
505: END IF;
506:
507: -- Standard call to get message count and if count is 1, get message info.
508: FND_MSG_PUB.Count_And_Get(
509: p_encoded => FND_API.G_FALSE,
510: p_count => x_msg_count,
511: p_data => x_msg_data);

Line 913: -- Standard start of API savepoint

909: AND country_code = c_country;
910:
911: BEGIN
912:
913: -- Standard start of API savepoint
914: SAVEPOINT create_geo_struct_map_dtls;
915:
916: -- Initialize message list if p_init_msg_list is set to TRUE.
917: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1049: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
1050: RAISE FND_API.G_EXC_ERROR;
1051: END IF;
1052:
1053: -- Standard call to get message count and if count is 1, get message info.
1054: FND_MSG_PUB.Count_And_Get(
1055: p_encoded => FND_API.G_FALSE,
1056: p_count => x_msg_count,
1057: p_data => x_msg_data);

Line 1151: -- Standard start of API savepoint

1147: AND geography_type = c_geography_type;
1148:
1149: BEGIN
1150:
1151: -- Standard start of API savepoint
1152: SAVEPOINT update_geo_struct_map_dtls;
1153:
1154: -- Initialize message list if p_init_msg_list is set to TRUE.
1155: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1248: END IF;
1249:
1250: END IF;
1251:
1252: -- Standard call to get message count and if count is 1, get message info.
1253: FND_MSG_PUB.Count_And_Get(
1254: p_encoded => FND_API.G_FALSE,
1255: p_count => x_msg_count,
1256: p_data => x_msg_data);