DBA Data[Home] [Help]

APPS.CSD_DIAGNOSTIC_CODES_PVT dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: -- EXCEPTIONS --
47: CSD_DC_CODE_EXISTS EXCEPTION;
48:
49: BEGIN
50: -- Standard Start of API savepoint
51: SAVEPOINT Create_Diagnostic_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_Diagnostic_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 193: -- Standard check of p_commit.

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

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

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

Line 352: -- Standard Start of API savepoint

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

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

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

Line 573: -- Standard check of p_commit.

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

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

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

Line 837: -- Standard Start of API savepoint

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

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

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

Line 942: -- Standard check of p_commit.

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

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

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