DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUALS_PVT dependencies on STANDARD

Line 68: -- Standard Start of API savepoint

64:
65: l_act_count NUMBER;
66:
67: BEGIN
68: -- Standard Start of API savepoint
69: SAVEPOINT CREATE_REPAIR_ACTUALS;
70:
71: -- Standard call to check for call compatibility.
72: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

67: BEGIN
68: -- Standard Start of API savepoint
69: SAVEPOINT CREATE_REPAIR_ACTUALS;
70:
71: -- Standard call to check for call compatibility.
72: IF NOT FND_API.Compatible_API_Call ( l_api_version,
73: p_api_version,
74: l_api_name,
75: G_PKG_NAME)

Line 214: -- Standard check of p_commit.

210: --
211: -- End of API body
212: --
213:
214: -- Standard check of p_commit.
215: IF FND_API.To_Boolean( p_commit ) THEN
216: COMMIT WORK;
217: END IF;
218:

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

215: IF FND_API.To_Boolean( p_commit ) THEN
216: COMMIT WORK;
217: END IF;
218:
219: -- Standard call to get message count and IF count is get message info.
220: FND_MSG_PUB.Count_And_Get
221: (p_count => x_msg_count,
222: p_data => x_msg_data );
223: EXCEPTION

Line 327: -- Standard Start of API savepoint

323: WHERE a.repair_line_id = b.repair_line_id
324: and a.repair_actual_id = p_actual_id;
325:
326: BEGIN
327: -- Standard Start of API savepoint
328: SAVEPOINT UPDATE_REPAIR_ACTUALS;
329:
330: -- Standard call to check for call compatibility.
331: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

326: BEGIN
327: -- Standard Start of API savepoint
328: SAVEPOINT UPDATE_REPAIR_ACTUALS;
329:
330: -- Standard call to check for call compatibility.
331: IF NOT FND_API.Compatible_API_Call ( l_api_version,
332: p_api_version,
333: l_api_name,
334: G_PKG_NAME)

Line 480: -- Standard check of p_commit.

476: --
477: -- End of API body
478: --
479:
480: -- Standard check of p_commit.
481: IF FND_API.To_Boolean( p_commit ) THEN
482: COMMIT WORK;
483: END IF;
484:

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

481: IF FND_API.To_Boolean( p_commit ) THEN
482: COMMIT WORK;
483: END IF;
484:
485: -- Standard call to get message count and IF count is get message info.
486: FND_MSG_PUB.Count_And_Get
487: (p_count => x_msg_count,
488: p_data => x_msg_data );
489: EXCEPTION

Line 592: -- Standard Start of API savepoint

588: WHERE a.repair_line_id = b.repair_line_id
589: and a.repair_actual_id = p_actual_id;
590:
591: BEGIN
592: -- Standard Start of API savepoint
593: SAVEPOINT DELETE_REPAIR_ACTUALS;
594:
595: -- Standard call to check for call compatibility.
596: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

591: BEGIN
592: -- Standard Start of API savepoint
593: SAVEPOINT DELETE_REPAIR_ACTUALS;
594:
595: -- Standard call to check for call compatibility.
596: IF NOT FND_API.Compatible_API_Call ( l_api_version,
597: p_api_version,
598: l_api_name,
599: G_PKG_NAME)

Line 753: -- Standard check of p_commit.

749: --
750: -- End of API body
751: --
752:
753: -- Standard check of p_commit.
754: IF FND_API.To_Boolean( p_commit ) THEN
755: COMMIT WORK;
756: END IF;
757:

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

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

Line 850: -- Standard Start of API savepoint

846: l_msg_data VARCHAR2(100);
847: l_msg_index NUMBER;
848:
849: BEGIN
850: -- Standard Start of API savepoint
851: SAVEPOINT LOCK_REPAIR_ACTUALS;
852:
853: -- Standard call to check for call compatibility.
854: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

849: BEGIN
850: -- Standard Start of API savepoint
851: SAVEPOINT LOCK_REPAIR_ACTUALS;
852:
853: -- Standard call to check for call compatibility.
854: IF NOT FND_API.Compatible_API_Call ( l_api_version,
855: p_api_version,
856: l_api_name,
857: G_PKG_NAME)

Line 926: -- Standard check of p_commit.

922: --
923: -- End of API body
924: --
925:
926: -- Standard check of p_commit.
927: IF FND_API.To_Boolean( p_commit ) THEN
928: COMMIT WORK;
929: END IF;
930:

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

927: IF FND_API.To_Boolean( p_commit ) THEN
928: COMMIT WORK;
929: END IF;
930:
931: -- Standard call to get message count and IF count is get message info.
932: FND_MSG_PUB.Count_And_Get
933: (p_count => x_msg_count,
934: p_data => x_msg_data );
935: EXCEPTION