DBA Data[Home] [Help]

APPS.IEX_CASE_OWNER_PUB dependencies on STANDARD

Line 134: -- Standard Start of API savepoint

130: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
131: iex_debug_pub.LogMessage ('starting RUN_LOAD_BALANCE');
132: END IF;
133:
134: -- Standard Start of API savepoint
135: SAVEPOINT Run_Load_Balance_PVT;
136:
137:
138: -- Standard call to check for call compatibility.

Line 138: -- Standard call to check for call compatibility.

134: -- Standard Start of API savepoint
135: SAVEPOINT Run_Load_Balance_PVT;
136:
137:
138: -- Standard call to check for call compatibility.
139: IF NOT FND_API.Compatible_API_Call (l_api_version,
140: p_api_version,
141: l_api_name,
142: G_PKG_NAME)

Line 253: -- Standard check for p_commit

249: --
250: -- End of API body.
251: --
252:
253: -- Standard check for p_commit
254: IF FND_API.to_Boolean(p_commit) THEN
255: COMMIT WORK;
256: END IF;
257:

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

264: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
265: iex_debug_pub.LogMessage ('end of RUN_LOAD_BALANCE main block');
266: END IF;
267:
268: -- Standard call to get message count and if count is 1, get message info.
269: FND_MSG_PUB.Count_And_Get
270: ( p_count => x_msg_count,
271: p_data => x_msg_data
272: );