DBA Data[Home] [Help]

APPS.AS_MULTI_CURRENCIES_PKG dependencies on STANDARD

Line 27: -- Standard Start of API savepoint

23: l_last NUMBER;
24: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
25: l_module CONSTANT VARCHAR2(255) := 'as.plsql.mcpk.Insert_Type_Mappings';
26: BEGIN
27: -- Standard Start of API savepoint
28: SAVEPOINT INSERT_TYPE_MAPPINGS_PUB;
29:
30: -- Debug Message
31: IF l_debug THEN

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

85: );
86: i := i + 1;
87: END LOOP;
88:
89: -- Standard call to get message count and if count is 1, get message info.
90: FND_MSG_PUB.Count_And_Get
91: ( p_count => x_msg_count,
92: p_data => x_msg_data
93: );

Line 144: -- Standard Start of API savepoint

140: l_last NUMBER;
141: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
142: l_module CONSTANT VARCHAR2(255) := 'as.plsql.mcpk.Update_Type_Mappings';
143: BEGIN
144: -- Standard Start of API savepoint
145: SAVEPOINT UPDATE_TYPE_MAPPINGS_PUB;
146:
147: -- Debug Message
148: IF l_debug THEN

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

198: END IF;
199: i := i + 1;
200: END LOOP;
201:
202: -- Standard call to get message count and if count is 1, get message info.
203: FND_MSG_PUB.Count_And_Get
204: ( p_count => x_msg_count,
205: p_data => x_msg_data
206: );

Line 257: -- Standard Start of API savepoint

253: l_last NUMBER;
254: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
255: l_module CONSTANT VARCHAR2(255) := 'as.plsql.mcpk.Delete_Type_Mappings';
256: BEGIN
257: -- Standard Start of API savepoint
258: SAVEPOINT DELETE_TYPE_MAPPINGS_PUB;
259:
260: -- Debug Message
261: IF l_debug THEN

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

279: END IF;
280: i := i + 1;
281: END LOOP;
282:
283: -- Standard call to get message count and if count is 1, get message info.
284: FND_MSG_PUB.Count_And_Get
285: ( p_count => x_msg_count,
286: p_data => x_msg_data
287: );

Line 340: -- Standard Start of API savepoint

336: l_last NUMBER;
337: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
338: l_module CONSTANT VARCHAR2(255) := 'as.plsql.mcpk.Insert_Period_Rates';
339: BEGIN
340: -- Standard Start of API savepoint
341: SAVEPOINT INSERT_PERIOD_RATES_PUB;
342:
343: -- Debug Message
344: IF l_debug THEN

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

386:
387: i := i + 1;
388: END LOOP;
389:
390: -- Standard call to get message count and if count is 1, get message info.
391: FND_MSG_PUB.Count_And_Get
392: ( p_count => x_msg_count,
393: p_data => x_msg_data
394: );

Line 447: -- Standard Start of API savepoint

443: l_last NUMBER;
444: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
445: l_module CONSTANT VARCHAR2(255) := 'as.plsql.mcpk.Update_Period_Rates';
446: BEGIN
447: -- Standard Start of API savepoint
448: SAVEPOINT UPDATE_PERIOD_RATES_PUB;
449:
450: -- Debug Message
451: IF l_debug THEN

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

493:
494: i := i + 1;
495: END LOOP;
496:
497: -- Standard call to get message count and if count is 1, get message info.
498: FND_MSG_PUB.Count_And_Get
499: ( p_count => x_msg_count,
500: p_data => x_msg_data
501: );

Line 554: -- Standard Start of API savepoint

550: l_last NUMBER;
551: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
552: l_module CONSTANT VARCHAR2(255) := 'as.plsql.mcpk.Delete_Period_Rates';
553: BEGIN
554: -- Standard Start of API savepoint
555: SAVEPOINT DELETE_PERIOD_RATES_PUB;
556:
557: -- Debug Message
558: IF l_debug THEN

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

599: NULL);
600: i := i + 1;
601: END LOOP;
602:
603: -- Standard call to get message count and if count is 1, get message info.
604: FND_MSG_PUB.Count_And_Get
605: ( p_count => x_msg_count,
606: p_data => x_msg_data
607: );