DBA Data[Home] [Help]

APPS.ASO_APR_PUB dependencies on STANDARD

Line 28: -- Standard Start of API savepoint

24: BEGIN
25:
26: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
27:
28: -- Standard Start of API savepoint
29: SAVEPOINT GET_ALL_APPROVERS_PUB;
30:
31: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
32: aso_debug_pub.ADD (

Line 170: -- Standard check for p_commit

166: END IF;
167: END IF;
168: END IF; -- vertical hook
169:
170: -- Standard check for p_commit
171: IF FND_API.to_Boolean( p_commit )
172: THEN
173: COMMIT WORK;
174: END IF;

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

172: THEN
173: COMMIT WORK;
174: END IF;
175:
176: -- Standard call to get message count and if count is 1, get message info.
177: FND_MSG_PUB.Count_And_Get
178: ( p_count => x_msg_count,
179: p_data => x_msg_data
180: );

Line 245: -- Standard Start of API savepoint

241: BEGIN
242:
243: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
244:
245: -- Standard Start of API savepoint
246: SAVEPOINT START_APPROVAL_PROCESS_PUB;
247:
248:
249: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

Line 398: -- Standard check for p_commit

394: END IF;
395: END IF;
396: END IF; -- vertical hook
397:
398: -- Standard check for p_commit
399: IF FND_API.to_Boolean( p_commit )
400: THEN
401: COMMIT WORK;
402: END IF;

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

400: THEN
401: COMMIT WORK;
402: END IF;
403:
404: -- Standard call to get message count and if count is 1, get message info.
405: FND_MSG_PUB.Count_And_Get
406: ( p_count => x_msg_count,
407: p_data => x_msg_data
408: );