DBA Data[Home] [Help]

APPS.CSD_REPAIR_MILESTONES_PVT dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37: l_rowid ROWID;
38:
39:
40: BEGIN
41: -- Standard Start of API savepoint
42: SAVEPOINT Create_Repair_Milestone;
43:
44: -- Standard call to check for call compatibility.
45: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

40: BEGIN
41: -- Standard Start of API savepoint
42: SAVEPOINT Create_Repair_Milestone;
43:
44: -- Standard call to check for call compatibility.
45: IF NOT FND_API.Compatible_API_Call (lc_api_version,
46: p_api_version,
47: lc_api_name ,
48: G_PKG_NAME )

Line 142: -- Standard check of p_commit.

138: end if;
139:
140: -- Api body ends here
141:
142: -- Standard check of p_commit.
143: IF FND_API.To_Boolean( p_commit ) THEN
144: COMMIT WORK;
145: END IF;
146:

Line 147: -- Standard call to get message count and IF count is get message info.

143: IF FND_API.To_Boolean( p_commit ) THEN
144: COMMIT WORK;
145: END IF;
146:
147: -- Standard call to get message count and IF count is get message info.
148: FND_MSG_PUB.Count_And_Get
149: (p_count => x_msg_count,
150: p_data => x_msg_data );
151:

Line 262: -- Standard Start of API savepoint

258: l_obj_ver_num NUMBER;
259: l_rowid ROWID;
260:
261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT Update_Repair_Milestone;
264:
265: -- Standard call to check for call compatibility.
266: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT Update_Repair_Milestone;
264:
265: -- Standard call to check for call compatibility.
266: IF NOT FND_API.Compatible_API_Call (lc_api_version,
267: p_api_version,
268: lc_api_name ,
269: G_PKG_NAME )

Line 367: -- Standard check of p_commit.

363: end if;
364:
365: -- Api body ends here
366:
367: -- Standard check of p_commit.
368: IF FND_API.To_Boolean( p_commit ) THEN
369: COMMIT WORK;
370: END IF;
371:

Line 372: -- Standard call to get message count and IF count is get message info.

368: IF FND_API.To_Boolean( p_commit ) THEN
369: COMMIT WORK;
370: END IF;
371:
372: -- Standard call to get message count and IF count is get message info.
373: FND_MSG_PUB.Count_And_Get
374: (p_count => x_msg_count,
375: p_data => x_msg_data );
376:

Line 482: -- Standard Start of API savepoint

478: l_msg_data VARCHAR2(100);
479: l_msg_index NUMBER;
480:
481: BEGIN
482: -- Standard Start of API savepoint
483: SAVEPOINT Delete_Repair_Milestone;
484:
485: -- Standard call to check for call compatibility.
486: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

481: BEGIN
482: -- Standard Start of API savepoint
483: SAVEPOINT Delete_Repair_Milestone;
484:
485: -- Standard call to check for call compatibility.
486: IF NOT FND_API.Compatible_API_Call (lc_api_version,
487: p_api_version,
488: lc_api_name ,
489: G_PKG_NAME )

Line 554: -- Standard check of p_commit.

550: end if;
551:
552: -- Api body ends here
553:
554: -- Standard check of p_commit.
555: IF FND_API.To_Boolean( p_commit ) THEN
556: COMMIT WORK;
557: END IF;
558:

Line 559: -- Standard call to get message count and IF count is get message info.

555: IF FND_API.To_Boolean( p_commit ) THEN
556: COMMIT WORK;
557: END IF;
558:
559: -- Standard call to get message count and IF count is get message info.
560: FND_MSG_PUB.Count_And_Get
561: (p_count => x_msg_count,
562: p_data => x_msg_data );
563:

Line 674: -- Standard Start of API savepoint

670: l_msg_index NUMBER;
671: l_rowid ROWID;
672:
673: BEGIN
674: -- Standard Start of API savepoint
675: SAVEPOINT Lock_Repair_Milestone;
676:
677: -- Standard call to check for call compatibility.
678: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

673: BEGIN
674: -- Standard Start of API savepoint
675: SAVEPOINT Lock_Repair_Milestone;
676:
677: -- Standard call to check for call compatibility.
678: IF NOT FND_API.Compatible_API_Call (lc_api_version,
679: p_api_version,
680: lc_api_name ,
681: G_PKG_NAME )

Line 754: -- Standard check of p_commit.

750: end if;
751:
752: -- Api body ends here
753:
754: -- Standard check of p_commit.
755: IF FND_API.To_Boolean( p_commit ) THEN
756: COMMIT WORK;
757: END IF;
758:

Line 759: -- Standard call to get message count and IF count is get message info.

755: IF FND_API.To_Boolean( p_commit ) THEN
756: COMMIT WORK;
757: END IF;
758:
759: -- Standard call to get message count and IF count is get message info.
760: FND_MSG_PUB.Count_And_Get
761: (p_count => x_msg_count,
762: p_data => x_msg_data );
763: