DBA Data[Home] [Help]

APPS.CN_REASONS_PUB dependencies on STANDARD

Line 98: -- Standard Start of API savepoint

94: l_clob_loc CLOB;
95: l_clob_length NUMBER;
96: --
97: BEGIN
98: -- Standard Start of API savepoint
99: SAVEPOINT show_analyst_notes;
100: -- Standard call to check for call compatibility.
101: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
102: p_api_version ,

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

96: --
97: BEGIN
98: -- Standard Start of API savepoint
99: SAVEPOINT show_analyst_notes;
100: -- Standard call to check for call compatibility.
101: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
102: p_api_version ,
103: l_api_name,
104: G_PKG_NAME ) THEN

Line 208: -- Standard Start of API savepoint

204: l_api_version CONSTANT NUMBER := 1.0;
205: l_reasons_all_rec CN_REASONS_PKG.REASONS_ALL_REC_TYPE;
206: --
207: BEGIN
208: -- Standard Start of API savepoint
209: SAVEPOINT manage_analyst_notes;
210: -- Standard call to check for call compatibility.
211: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
212: p_api_version ,

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

206: --
207: BEGIN
208: -- Standard Start of API savepoint
209: SAVEPOINT manage_analyst_notes;
210: -- Standard call to check for call compatibility.
211: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
212: p_api_version ,
213: l_api_name,
214: G_PKG_NAME ) THEN

Line 337: -- Standard Start of API savepoint

333: l_api_name CONSTANT VARCHAR2(30) := 'remove_analyst_notes';
334: l_api_version CONSTANT NUMBER := 1.0;
335: --
336: BEGIN
337: -- Standard Start of API savepoint
338: SAVEPOINT remove_analyst_notes;
339: -- Standard call to check for call compatibility.
340: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
341: p_api_version ,

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

335: --
336: BEGIN
337: -- Standard Start of API savepoint
338: SAVEPOINT remove_analyst_notes;
339: -- Standard call to check for call compatibility.
340: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
341: p_api_version ,
342: l_api_name,
343: G_PKG_NAME ) THEN

Line 457: -- Standard Start of API savepoint

453:
454: l_tbl_count NUMBER := 0;
455: --
456: BEGIN
457: -- Standard Start of API savepoint
458: SAVEPOINT show_last_analyst_note;
459: -- Standard call to check for call compatibility.
460: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
461: p_api_version ,

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

455: --
456: BEGIN
457: -- Standard Start of API savepoint
458: SAVEPOINT show_last_analyst_note;
459: -- Standard call to check for call compatibility.
460: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
461: p_api_version ,
462: l_api_name,
463: G_PKG_NAME ) THEN