DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on STANDARD

Line 1069: -- standard start of API savepoint

1065: l_addr_val_level VARCHAR2(30);
1066:
1067: BEGIN
1068:
1069: -- standard start of API savepoint
1070: SAVEPOINT create_location;
1071:
1072: -- Check if API is called in debug mode. If yes, enable debug.
1073: --enable_debug;

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

1217: p_location_id => x_location_id );
1218: END IF;
1219: END IF;
1220:
1221: -- standard call to get message count and if count is 1, get message info.
1222: FND_MSG_PUB.Count_And_Get(
1223: p_encoded => FND_API.G_FALSE,
1224: p_count => x_msg_count,
1225: p_data => x_msg_data);

Line 1469: -- standard start of API savepoint

1465: l_standalone_location VARCHAR2(1);
1466:
1467: BEGIN
1468:
1469: -- standard start of API savepoint
1470: SAVEPOINT update_location;
1471:
1472: -- Check if API is called in debug mode. If yes, enable debug.
1473: --enable_debug;

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

1753: END IF;
1754:
1755: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
1756:
1757: -- standard call to get message count and if count is 1, get message info.
1758: FND_MSG_PUB.Count_And_Get(
1759: p_encoded => FND_API.G_FALSE,
1760: p_count => x_msg_count,
1761: p_data => x_msg_data);

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

2088: p_prefix=>l_debug_prefix,
2089: p_msg_level=>fnd_log.level_procedure);
2090: END IF;
2091:
2092: --Standard call to get message count and if count is 1, get message info.
2093: fnd_msg_pub.count_and_get(
2094: p_encoded => fnd_api.g_false,
2095: p_count => x_msg_count,
2096: p_data => x_msg_data