DBA Data[Home] [Help]

APPS.ASO_NOTES_INT dependencies on STANDARD

Line 71: -- Standard Start of API savepoint

67: AND b.source_object_code = 'ASO_QUOTE';
68:
69: BEGIN
70:
71: -- Standard Start of API savepoint
72: SAVEPOINT Copy_Notes_int;
73:
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call(

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

70:
71: -- Standard Start of API savepoint
72: SAVEPOINT Copy_Notes_int;
73:
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call(
76: L_API_VERSION,
77: p_api_version,
78: L_API_NAME ,

Line 140: -- Standard check of p_commit.

136: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
137: aso_debug_pub.add('ASO_NOTES_INT: Copy_Notes: End Copy_Notes()', 1, 'Y');
138: END IF;
139:
140: -- Standard check of p_commit.
141: IF FND_API.To_Boolean(p_commit) THEN
142: COMMIT WORK;
143: END IF;
144:

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

141: IF FND_API.To_Boolean(p_commit) THEN
142: COMMIT WORK;
143: END IF;
144:
145: -- Standard call to get message count and if count is 1, get message info.
146: FND_Msg_Pub.Count_And_Get(
147: p_encoded => FND_API.G_FALSE,
148: p_count => x_msg_count ,
149: p_data => x_msg_data

Line 248: -- Standard Start of API savepoint

244:
245:
246: BEGIN
247:
248: -- Standard Start of API savepoint
249: SAVEPOINT Copy_Opp_Notes_To_Qte_int;
250:
251: -- Standard call to check for call compatibility.
252: IF NOT FND_API.Compatible_API_Call(

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

247:
248: -- Standard Start of API savepoint
249: SAVEPOINT Copy_Opp_Notes_To_Qte_int;
250:
251: -- Standard call to check for call compatibility.
252: IF NOT FND_API.Compatible_API_Call(
253: L_API_VERSION,
254: p_api_version,
255: L_API_NAME ,

Line 317: -- Standard check of p_commit.

313: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
314: aso_debug_pub.add('ASO_NOTES_INT: Copy_Opp_Notes_To_Qte: End Copy_Opp_Notes_To_Qte()', 1, 'Y');
315: END IF;
316:
317: -- Standard check of p_commit.
318: IF FND_API.To_Boolean(p_commit) THEN
319: COMMIT WORK;
320: END IF;
321:

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

318: IF FND_API.To_Boolean(p_commit) THEN
319: COMMIT WORK;
320: END IF;
321:
322: -- Standard call to get message count and if count is 1, get message info.
323: FND_Msg_Pub.Count_And_Get(
324: p_encoded => FND_API.G_FALSE,
325: p_count => x_msg_count ,
326: p_data => x_msg_data

Line 437: -- Standard Start of API savepoint

433: AND t.language = USERENV('LANG');
434:
435: BEGIN
436:
437: -- Standard Start of API savepoint
438: SAVEPOINT Copy_Notes_int;
439:
440: -- Standard call to check for call compatibility.
441: IF NOT FND_API.Compatible_API_Call(

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

436:
437: -- Standard Start of API savepoint
438: SAVEPOINT Copy_Notes_int;
439:
440: -- Standard call to check for call compatibility.
441: IF NOT FND_API.Compatible_API_Call(
442: L_API_VERSION,
443: p_api_version,
444: L_API_NAME ,

Line 537: -- Standard check of p_commit.

533: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
534: aso_debug_pub.add('ASO_NOTES_INT: Copy_Notes_copy_quote: End Copy_Notes_copy_quote()', 1, 'Y');
535: END IF;
536:
537: -- Standard check of p_commit.
538: IF FND_API.To_Boolean(p_commit) THEN
539: COMMIT WORK;
540: END IF;
541:

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

538: IF FND_API.To_Boolean(p_commit) THEN
539: COMMIT WORK;
540: END IF;
541:
542: -- Standard call to get message count and if count is 1, get message info.
543: FND_Msg_Pub.Count_And_Get(
544: p_encoded => FND_API.G_FALSE,
545: p_count => x_msg_count ,
546: p_data => x_msg_data