DBA Data[Home] [Help]

APPS.CN_SRP_CUSTOMIZE_PUB dependencies on STANDARD

Line 39: -- Standard Start of API savepoint

35:
36: BEGIN
37:
38: --
39: -- Standard Start of API savepoint
40: --
41: SAVEPOINT update_srp_quota_assign;
42:
43: --

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

40: --
41: SAVEPOINT update_srp_quota_assign;
42:
43: --
44: -- Standard call to check for call compatibility.
45: --
46: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
47: p_api_version ,
48: l_api_name ,

Line 122: -- Standard check of p_commit.

118: ,Sysdate --g_last_update_date
119: ,fnd_global.user_id --g_last_updated_by
120: ,fnd_global.login_id); -- g_last_update_login);
121:
122: -- Standard check of p_commit.
123: IF FND_API.To_Boolean( p_commit ) THEN
124: COMMIT WORK;
125: END IF;
126: --

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

123: IF FND_API.To_Boolean( p_commit ) THEN
124: COMMIT WORK;
125: END IF;
126: --
127: -- Standard call to get message count and if count is 1, get message info.
128: --
129:
130: FND_MSG_PUB.Count_And_Get
131: (

Line 202: -- Standard Start of API savepoint

198:
199: BEGIN
200:
201: --
202: -- Standard Start of API savepoint
203: --
204: SAVEPOINT change_srp_quota_custom_flag;
205:
206: --

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

203: --
204: SAVEPOINT change_srp_quota_custom_flag;
205:
206: --
207: -- Standard call to check for call compatibility.
208: --
209: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
210: p_api_version ,
211: l_api_name ,

Line 286: -- Standard check of p_commit.

282: ,Sysdate --g_last_update_date
283: ,fnd_global.user_id --g_last_updated_by
284: ,fnd_global.login_id); --g_last_update_login);
285:
286: -- Standard check of p_commit.
287: IF FND_API.To_Boolean( p_commit ) THEN
288: COMMIT WORK; END IF;
289: --
290: -- Standard call to get message count and if count is 1, get message info.

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

286: -- Standard check of p_commit.
287: IF FND_API.To_Boolean( p_commit ) THEN
288: COMMIT WORK; END IF;
289: --
290: -- Standard call to get message count and if count is 1, get message info.
291: --
292:
293: FND_MSG_PUB.Count_And_Get
294: (

Line 361: -- Standard Start of API savepoint

357: l_status VARCHAR2(1);
358:
359: BEGIN
360: --
361: -- Standard Start of API savepoint
362: --
363: SAVEPOINT update_srp_quota_rules;
364:
365: --

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

362: --
363: SAVEPOINT update_srp_quota_rules;
364:
365: --
366: -- Standard call to check for call compatibility.
367: --
368: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
369: p_api_version ,
370: l_api_name ,

Line 412: -- Standard check of p_commit.

408: x_payment_amount => p_payment_amount,
409: x_performance_goal => p_performance_goal);
410:
411:
412: -- Standard check of p_commit.
413: IF FND_API.To_Boolean( p_commit ) THEN
414: COMMIT WORK; END IF;
415: --
416: -- Standard call to get message count and if count is 1, get message info.

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

412: -- Standard check of p_commit.
413: IF FND_API.To_Boolean( p_commit ) THEN
414: COMMIT WORK; END IF;
415: --
416: -- Standard call to get message count and if count is 1, get message info.
417: --
418:
419: FND_MSG_PUB.Count_And_Get
420: (

Line 488: -- Standard Start of API savepoint

484: l_status VARCHAR2(1);
485:
486: BEGIN
487: --
488: -- Standard Start of API savepoint
489: --
490: SAVEPOINT update_srp_rule_uplifts;
491:
492: --

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

489: --
490: SAVEPOINT update_srp_rule_uplifts;
491:
492: --
493: -- Standard call to check for call compatibility.
494: --
495: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
496: p_api_version ,
497: l_api_name ,

Line 541: -- Standard check of p_commit.

537: ,p_last_updated_by => fnd_global.user_id
538: ,p_last_update_login => fnd_global.login_id);
539:
540:
541: -- Standard check of p_commit.
542: IF FND_API.To_Boolean( p_commit ) THEN
543: COMMIT WORK; END IF;
544:
545: --

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

542: IF FND_API.To_Boolean( p_commit ) THEN
543: COMMIT WORK; END IF;
544:
545: --
546: -- Standard call to get message count and if count is 1, get message info.
547: --
548:
549: FND_MSG_PUB.Count_And_Get
550: (