DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on STANDARD

Line 1056: -- standard start of API savepoint

1052: l_addr_val_level VARCHAR2(30);
1053:
1054: BEGIN
1055:
1056: -- standard start of API savepoint
1057: SAVEPOINT create_location;
1058:
1059: -- Check if API is called in debug mode. If yes, enable debug.
1060: --enable_debug;

Line 1208: -- standard call to get message count and if count is 1, get message info.

1204: p_location_id => x_location_id );
1205: END IF;
1206: END IF;
1207:
1208: -- standard call to get message count and if count is 1, get message info.
1209: FND_MSG_PUB.Count_And_Get(
1210: p_encoded => FND_API.G_FALSE,
1211: p_count => x_msg_count,
1212: p_data => x_msg_data);

Line 1456: -- standard start of API savepoint

1452: l_standalone_location VARCHAR2(1);
1453:
1454: BEGIN
1455:
1456: -- standard start of API savepoint
1457: SAVEPOINT update_location;
1458:
1459: -- Check if API is called in debug mode. If yes, enable debug.
1460: --enable_debug;

Line 1725: -- standard call to get message count and if count is 1, get message info.

1721: END IF;
1722:
1723: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
1724:
1725: -- standard call to get message count and if count is 1, get message info.
1726: FND_MSG_PUB.Count_And_Get(
1727: p_encoded => FND_API.G_FALSE,
1728: p_count => x_msg_count,
1729: p_data => x_msg_data);

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

2056: p_prefix=>l_debug_prefix,
2057: p_msg_level=>fnd_log.level_procedure);
2058: END IF;
2059:
2060: --Standard call to get message count and if count is 1, get message info.
2061: fnd_msg_pub.count_and_get(
2062: p_encoded => fnd_api.g_false,
2063: p_count => x_msg_count,
2064: p_data => x_msg_data