DBA Data[Home] [Help]

APPS.HZ_BES_BO_DEFINITION_PVT dependencies on STANDARD

Line 51: --Standard start of API savepoint

47: l_count NUMBER;
48: l_top_bo VARCHAR2(30);
49: l_req_id NUMBER;
50: BEGIN
51: --Standard start of API savepoint
52: SAVEPOINT update_bod_pvt;
53:
54: -- Debug info.
55: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN

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

163: RAISE FND_API.G_EXC_ERROR;
164: END IF;
165: END IF;
166:
167: --Standard call to get message count and if count is 1, get message info.
168: FND_MSG_PUB.Count_And_Get(
169: p_encoded => FND_API.G_FALSE,
170: p_count => x_msg_count,
171: p_data => x_msg_data);