DBA Data[Home] [Help]

APPS.ASG_CUSTOM_PUB dependencies on STANDARD

Line 21: -- Standard Start of API savepoint

17: l_api_name CONSTANT VARCHAR2(30) := 'Customize_pub_item';
18: l_api_version_number CONSTANT NUMBER := 1.0;
19: l_return_status VARCHAR2(10);
20: BEGIN
21: -- Standard Start of API savepoint
22: SAVEPOINT customize_pub_item_PUB;
23:
24: -- Standard call to check for call compatibility.
25: if NOT FND_API.Compatible_API_Call

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

20: BEGIN
21: -- Standard Start of API savepoint
22: SAVEPOINT customize_pub_item_PUB;
23:
24: -- Standard call to check for call compatibility.
25: if NOT FND_API.Compatible_API_Call
26: (
27: l_api_version_number,
28: p_api_version_number,

Line 140: -- Standard Start of API savepoint

136: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY1' ;
137: l_return_status VARCHAR2(10);
138:
139: BEGIN
140: -- Standard Start of API savepoint
141: SAVEPOINT mark_dirty1;
142:
143: -- Standard call to check for call compatibility.
144: if NOT FND_API.Compatible_API_Call

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

139: BEGIN
140: -- Standard Start of API savepoint
141: SAVEPOINT mark_dirty1;
142:
143: -- Standard call to check for call compatibility.
144: if NOT FND_API.Compatible_API_Call
145: (
146: l_api_version_number,
147: p_api_version_number,

Line 224: -- Standard Start of API savepoint

220: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY2' ;
221: l_return_status VARCHAR2(10);
222:
223: BEGIN
224: -- Standard Start of API savepoint
225: SAVEPOINT mark_dirty2;
226:
227: -- Standard call to check for call compatibility.
228: if NOT FND_API.Compatible_API_Call

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

223: BEGIN
224: -- Standard Start of API savepoint
225: SAVEPOINT mark_dirty2;
226:
227: -- Standard call to check for call compatibility.
228: if NOT FND_API.Compatible_API_Call
229: (
230: l_api_version_number,
231: p_api_version_number,

Line 307: -- Standard Start of API savepoint

303: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY3';
304: l_return_status VARCHAR2(10);
305:
306: BEGIN
307: -- Standard Start of API savepoint
308: SAVEPOINT mark_dirty3;
309:
310: -- Standard call to check for call compatibility.
311: if NOT FND_API.Compatible_API_Call

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

306: BEGIN
307: -- Standard Start of API savepoint
308: SAVEPOINT mark_dirty3;
309:
310: -- Standard call to check for call compatibility.
311: if NOT FND_API.Compatible_API_Call
312: (
313: l_api_version_number,
314: p_api_version_number,

Line 393: -- Standard Start of API savepoint

389: l_return_status VARCHAR2(10);
390:
391: BEGIN
392:
393: -- Standard Start of API savepoint
394: SAVEPOINT mark_dirty4;
395:
396: -- Standard call to check for call compatibility.
397: if NOT FND_API.Compatible_API_Call

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

392:
393: -- Standard Start of API savepoint
394: SAVEPOINT mark_dirty4;
395:
396: -- Standard call to check for call compatibility.
397: if NOT FND_API.Compatible_API_Call
398: (
399: l_api_version_number,
400: p_api_version_number,

Line 479: -- Standard Start of API savepoint

475: l_return_status VARCHAR2(10);
476: l_api_version_number CONSTANT NUMBER := 1.0;
477: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY5';
478: BEGIN
479: -- Standard Start of API savepoint
480: SAVEPOINT mark_dirty5;
481:
482: -- Standard call to check for call compatibility.
483: if NOT FND_API.Compatible_API_Call

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

478: BEGIN
479: -- Standard Start of API savepoint
480: SAVEPOINT mark_dirty5;
481:
482: -- Standard call to check for call compatibility.
483: if NOT FND_API.Compatible_API_Call
484: (
485: l_api_version_number,
486: p_api_version_number,