DBA Data[Home] [Help]

APPS.JTF_QUALIFIER_PUB dependencies on STANDARD

Line 94: -- Standard Start of API savepoint;

90:
91: BEGIN
92: ----plsdbg.put('QUALPUB.CREATE_QUALIFIER: BEGIN _______________________________');
93:
94: -- Standard Start of API savepoint;
95: SAVEPOINT CREATE_QUALIFIER_PUB;
96:
97: -- Standard call to check for call compatibility.
98: IF NOT FND_API.Compatible_API_Call (

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

93:
94: -- Standard Start of API savepoint;
95: SAVEPOINT CREATE_QUALIFIER_PUB;
96:
97: -- Standard call to check for call compatibility.
98: IF NOT FND_API.Compatible_API_Call (
99: l_api_version,
100: p_api_version ,
101: l_api_name,

Line 157: -- Standard check of p_commit.

153: -------------------------------------------------------------------------------------------------------
154: -- End of API body.
155: -------------------------------------------------------------------------------------------------------
156:
157: -- Standard check of p_commit.
158: IF FND_API.To_Boolean ( p_commit )
159: THEN
160: COMMIT WORK;
161: END IF;

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

166: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');
167: FND_MSG_PUB.Add;
168: END IF;
169:
170: -- Standard call to get message count and if count is 1, get message info.
171: FND_MSG_PUB.Count_And_Get
172: ( p_count => x_msg_count,
173: p_data => x_msg_data
174: );

Line 280: -- Standard Start of API savepoint;

276: ----plsdbg.put('p_Seed_Qual_Rec.Seeded_Qual_Id: '|| p_Seed_Qual_Rec.Seeded_Qual_Id);
277: ----plsdbg.put('p_Qual_Usgs_Rec.Qual_Usg_Id: '|| p_Qual_Usgs_Rec.Qual_Usg_Id);
278:
279:
280: -- Standard Start of API savepoint;
281: SAVEPOINT UPDATE_QUALIFIER_PUB;
282:
283: -- Standard call to check for call compatibility.
284: IF NOT FND_API.Compatible_API_Call (

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

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

Line 343: -- Standard check of p_commit.

339: -------------------------------------------------------------------------------------------------------
340: -- End of API body.
341: -------------------------------------------------------------------------------------------------------
342:
343: -- Standard check of p_commit.
344: IF FND_API.To_Boolean ( p_commit )
345: THEN
346: COMMIT WORK;
347: END IF;

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

352: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');
353: FND_MSG_PUB.Add;
354: END IF;
355:
356: -- Standard call to get message count and if count is 1, get message info.
357: FND_MSG_PUB.Count_And_Get
358: ( p_count => x_msg_count,
359: p_data => x_msg_data
360: );

Line 454: -- Standard Start of API savepoint;

450:
451:
452: BEGIN
453: ----plsdbg.put('QUALPUB.DELETE_QUALIFIER: BEGIN');
454: -- Standard Start of API savepoint;
455: SAVEPOINT DELETE_QUALIFIER_PUB;
456:
457: -- Standard call to check for call compatibility.
458: IF NOT FND_API.Compatible_API_Call (

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

453: ----plsdbg.put('QUALPUB.DELETE_QUALIFIER: BEGIN');
454: -- Standard Start of API savepoint;
455: SAVEPOINT DELETE_QUALIFIER_PUB;
456:
457: -- Standard call to check for call compatibility.
458: IF NOT FND_API.Compatible_API_Call (
459: l_api_version,
460: p_api_version ,
461: l_api_name,

Line 514: -- Standard check of p_commit.

510: -------------------------------------------------------------------------------------------------------
511: -- End of API body.
512: -------------------------------------------------------------------------------------------------------
513:
514: -- Standard check of p_commit.
515: IF FND_API.To_Boolean ( p_commit )
516: THEN
517: COMMIT WORK;
518: END IF;

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

523: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');
524: FND_MSG_PUB.Add;
525: END IF;
526:
527: -- Standard call to get message count and if count is 1, get message info.
528: FND_MSG_PUB.Count_And_Get
529: ( p_count => x_msg_count,
530: p_data => x_msg_data
531: );