DBA Data[Home] [Help]

APPS.CSD_RO_DIAGNOSTIC_CODES_PVT dependencies on STANDARD

Line 49: -- Standard Start of API savepoint

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

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

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

Line 211: -- Standard check of p_commit.

207: end if;
208:
209: -- Api body ends here
210:
211: -- Standard check of p_commit.
212: IF FND_API.To_Boolean( p_commit ) THEN
213: COMMIT WORK;
214: END IF;
215:

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

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

Line 372: -- Standard Start of API savepoint

368: CSD_RDC_GET_OVN_ERROR EXCEPTION;
369: CSD_RDC_OVN_MISMATCH EXCEPTION;
370:
371: BEGIN
372: -- Standard Start of API savepoint
373: SAVEPOINT Update_RO_Diagnostic_Code;
374:
375: -- Standard call to check for call compatibility.
376: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

371: BEGIN
372: -- Standard Start of API savepoint
373: SAVEPOINT Update_RO_Diagnostic_Code;
374:
375: -- Standard call to check for call compatibility.
376: IF NOT FND_API.Compatible_API_Call (lc_api_version,
377: p_api_version,
378: lc_api_name ,
379: G_PKG_NAME )

Line 622: -- Standard check of p_commit.

618: end if;
619:
620: -- Api body ends here
621:
622: -- Standard check of p_commit.
623: IF FND_API.To_Boolean( p_commit ) THEN
624: COMMIT WORK;
625: END IF;
626:

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

623: IF FND_API.To_Boolean( p_commit ) THEN
624: COMMIT WORK;
625: END IF;
626:
627: -- Standard call to get message count and IF count is get message info.
628: FND_MSG_PUB.Count_And_Get
629: (p_count => x_msg_count,
630: p_data => x_msg_data );
631:

Line 899: -- Standard Start of API savepoint

895: l_msg_data VARCHAR2(100);
896: l_msg_index NUMBER;
897:
898: BEGIN
899: -- Standard Start of API savepoint
900: SAVEPOINT Delete_RO_Diagnostic_Code;
901:
902: -- Standard call to check for call compatibility.
903: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

898: BEGIN
899: -- Standard Start of API savepoint
900: SAVEPOINT Delete_RO_Diagnostic_Code;
901:
902: -- Standard call to check for call compatibility.
903: IF NOT FND_API.Compatible_API_Call (lc_api_version,
904: p_api_version,
905: lc_api_name ,
906: G_PKG_NAME )

Line 969: -- Standard check of p_commit.

965: end if;
966:
967: -- Api body ends here
968:
969: -- Standard check of p_commit.
970: IF FND_API.To_Boolean( p_commit ) THEN
971: COMMIT WORK;
972: END IF;
973:

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

970: IF FND_API.To_Boolean( p_commit ) THEN
971: COMMIT WORK;
972: END IF;
973:
974: -- Standard call to get message count and IF count is get message info.
975: FND_MSG_PUB.Count_And_Get
976: (p_count => x_msg_count,
977: p_data => x_msg_data );
978:

Line 1094: -- Standard Start of API savepoint

1090: l_msg_data VARCHAR2(100);
1091: l_msg_index NUMBER;
1092:
1093: BEGIN
1094: -- Standard Start of API savepoint
1095: SAVEPOINT Lock_RO_Diagnostic_Code;
1096:
1097: -- Standard call to check for call compatibility.
1098: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

1093: BEGIN
1094: -- Standard Start of API savepoint
1095: SAVEPOINT Lock_RO_Diagnostic_Code;
1096:
1097: -- Standard call to check for call compatibility.
1098: IF NOT FND_API.Compatible_API_Call (lc_api_version,
1099: p_api_version,
1100: lc_api_name ,
1101: G_PKG_NAME )

Line 1199: -- Standard check of p_commit.

1195: end if;
1196:
1197: -- Api body ends here
1198:
1199: -- Standard check of p_commit.
1200: IF FND_API.To_Boolean( p_commit ) THEN
1201: COMMIT WORK;
1202: END IF;
1203:

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

1200: IF FND_API.To_Boolean( p_commit ) THEN
1201: COMMIT WORK;
1202: END IF;
1203:
1204: -- Standard call to get message count and IF count is get message info.
1205: FND_MSG_PUB.Count_And_Get
1206: (p_count => x_msg_count,
1207: p_data => x_msg_data );
1208: