DBA Data[Home] [Help]

APPS.CSD_SERVICE_CODES_PVT dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: -- EXCEPTIONS --
47: CSD_SC_CODE_EXISTS EXCEPTION;
48:
49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT Create_Service_Code;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT Create_Service_Code;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call (lc_api_version,
55: p_api_version,
56: lc_api_name ,
57: G_PKG_NAME )

Line 194: -- Standard check of p_commit.

190: end if;
191:
192: -- Api body ends here
193:
194: -- Standard check of p_commit.
195: IF FND_API.To_Boolean( p_commit ) THEN
196: COMMIT WORK;
197: END IF;
198:

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

195: IF FND_API.To_Boolean( p_commit ) THEN
196: COMMIT WORK;
197: END IF;
198:
199: -- Standard call to get message count and IF count is get message info.
200: FND_MSG_PUB.Count_And_Get
201: (p_count => x_msg_count,
202: p_data => x_msg_data );
203:

Line 353: -- Standard Start of API savepoint

349: CSD_SC_OVN_MISMATCH EXCEPTION;
350: CSD_SC_CODE_EXISTS EXCEPTION;
351:
352: BEGIN
353: -- Standard Start of API savepoint
354: SAVEPOINT Update_Service_Code;
355:
356: -- Standard call to check for call compatibility.
357: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

352: BEGIN
353: -- Standard Start of API savepoint
354: SAVEPOINT Update_Service_Code;
355:
356: -- Standard call to check for call compatibility.
357: IF NOT FND_API.Compatible_API_Call (lc_api_version,
358: p_api_version,
359: lc_api_name ,
360: G_PKG_NAME )

Line 576: -- Standard check of p_commit.

572: end if;
573:
574: -- Api body ends here
575:
576: -- Standard check of p_commit.
577: IF FND_API.To_Boolean( p_commit ) THEN
578: COMMIT WORK;
579: END IF;
580:

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

577: IF FND_API.To_Boolean( p_commit ) THEN
578: COMMIT WORK;
579: END IF;
580:
581: -- Standard call to get message count and IF count is get message info.
582: FND_MSG_PUB.Count_And_Get
583: (p_count => x_msg_count,
584: p_data => x_msg_data );
585:

Line 840: -- Standard Start of API savepoint

836: l_msg_index NUMBER;
837: l_rowid VARCHAR2(32767);
838:
839: BEGIN
840: -- Standard Start of API savepoint
841: SAVEPOINT Lock_Service_Code;
842:
843: -- Standard call to check for call compatibility.
844: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

839: BEGIN
840: -- Standard Start of API savepoint
841: SAVEPOINT Lock_Service_Code;
842:
843: -- Standard call to check for call compatibility.
844: IF NOT FND_API.Compatible_API_Call (lc_api_version,
845: p_api_version,
846: lc_api_name ,
847: G_PKG_NAME )

Line 945: -- Standard check of p_commit.

941: end if;
942:
943: -- Api body ends here
944:
945: -- Standard check of p_commit.
946: IF FND_API.To_Boolean( p_commit ) THEN
947: COMMIT WORK;
948: END IF;
949:

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

946: IF FND_API.To_Boolean( p_commit ) THEN
947: COMMIT WORK;
948: END IF;
949:
950: -- Standard call to get message count and IF count is get message info.
951: FND_MSG_PUB.Count_And_Get
952: (p_count => x_msg_count,
953: p_data => x_msg_data );
954: