DBA Data[Home] [Help]

APPS.CN_REASONS_PVT dependencies on STANDARD

Line 58: -- Standard Start of API savepoint

54: l_api_version CONSTANT NUMBER := 1.0;
55: l_reasons_all_rec CN_REASONS_PKG.REASONS_ALL_REC_TYPE;
56: --
57: BEGIN
58: -- Standard Start of API savepoint
59: SAVEPOINT insert_row;
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
62: p_api_version ,

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

56: --
57: BEGIN
58: -- Standard Start of API savepoint
59: SAVEPOINT insert_row;
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
62: p_api_version ,
63: l_api_name,
64: G_PKG_NAME ) THEN

Line 154: -- Standard Start of API savepoint

150: l_clob_loc CLOB;
151: l_clob_length NUMBER;
152: --
153: BEGIN
154: -- Standard Start of API savepoint
155: SAVEPOINT update_row;
156: -- Standard call to check for call compatibility.
157: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
158: p_api_version ,

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

152: --
153: BEGIN
154: -- Standard Start of API savepoint
155: SAVEPOINT update_row;
156: -- Standard call to check for call compatibility.
157: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
158: p_api_version ,
159: l_api_name,
160: G_PKG_NAME ) THEN

Line 281: -- Standard Start of API savepoint

277: l_clob_loc CLOB;
278: l_clob_length NUMBER;
279: --
280: BEGIN
281: -- Standard Start of API savepoint
282: SAVEPOINT delete_notes;
283: -- Standard call to check for call compatibility.
284: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
285: p_api_version ,

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

279: --
280: BEGIN
281: -- Standard Start of API savepoint
282: SAVEPOINT delete_notes;
283: -- Standard call to check for call compatibility.
284: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
285: p_api_version ,
286: l_api_name,
287: G_PKG_NAME ) THEN

Line 402: -- Standard Start of API savepoint

398: l_api_name CONSTANT VARCHAR2(30) := 'delete_worksheet_notes';
399: l_api_version CONSTANT NUMBER := 1.0;
400: --
401: BEGIN
402: -- Standard Start of API savepoint
403: SAVEPOINT delete_worksheet_notes;
404: -- Standard call to check for call compatibility.
405: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
406: p_api_version ,

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

400: --
401: BEGIN
402: -- Standard Start of API savepoint
403: SAVEPOINT delete_worksheet_notes;
404: -- Standard call to check for call compatibility.
405: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
406: p_api_version ,
407: l_api_name,
408: G_PKG_NAME ) THEN