DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_PUB dependencies on STANDARD

Line 53: -- Standard start of API savepoint

49: -- parameters corresponding to the two new 1159 OUT parameters
50: lx_reciprocal_link_id NUMBER;
51: lx_object_version_number NUMBER;
52: BEGIN
53: -- Standard start of API savepoint
54: SAVEPOINT CREATE_INCIDENTLINK_PUB;
55:
56: --#BUG 3630159
57: --Added to clear message cache in case of API call wrong version.

Line 63: -- Standard call to check for call compatibility

59: IF FND_API.To_Boolean(p_init_msg_list) THEN
60: FND_MSG_PUB.Initialize;
61: END IF;
62:
63: -- Standard call to check for call compatibility
64: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
65: l_api_name, G_PKG_NAME) THEN
66: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
67: RAISE FND_API.G_EXC_ERROR;

Line 141: -- Standard check of p_commit

137: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
138: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
139: END IF;
140:
141: -- Standard check of p_commit
142: IF FND_API.To_Boolean(p_commit) THEN
143: COMMIT WORK;
144: END IF;
145:

Line 146: -- Standard call to get message count and if count is 1, get message info

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

Line 328: -- Standard start of API savepoint

324:
325: -- Needed to call the private create procedure
326: l_link_rec CS_INCIDENTLINKS_PVT.CS_INCIDENT_LINK_REC_TYPE;
327: BEGIN
328: -- Standard start of API savepoint
329: SAVEPOINT CREATE_INCIDENTLINK_PUB;
330:
331: --#BUG 3630159
332: --Added to clear message cache in case of API call wrong version.

Line 338: -- Standard call to check for call compatibility

334: IF FND_API.To_Boolean(p_init_msg_list) THEN
335: FND_MSG_PUB.Initialize;
336: END IF;
337:
338: -- Standard call to check for call compatibility
339: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
340: l_api_name, G_PKG_NAME) THEN
341: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
342: RAISE FND_API.G_EXC_ERROR;

Line 402: -- Standard check of p_commit

398: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
399: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
400: END IF;
401:
402: -- Standard check of p_commit
403: IF FND_API.To_Boolean(p_commit) THEN
404: COMMIT WORK;
405: END IF;
406:

Line 407: -- Standard call to get message count and if count is 1, get message info

403: IF FND_API.To_Boolean(p_commit) THEN
404: COMMIT WORK;
405: END IF;
406:
407: -- Standard call to get message count and if count is 1, get message info
408: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
409:
410: EXCEPTION
411: WHEN FND_API.G_EXC_ERROR THEN

Line 483: -- Standard start of API savepoint

479: -- Record type variable to be populated and passed to the private update procedure
480: l_link_rec_pvt CS_INCIDENTLINKS_PVT.CS_INCIDENT_LINK_REC_TYPE;
481: BEGIN
482:
483: -- Standard start of API savepoint
484: SAVEPOINT UPDATE_INCIDENTLINK_PUB;
485:
486: --#BUG 3630159
487: --Added to clear message cache in case of API call wrong version.

Line 493: -- Standard call to check for call compatibility

489: IF FND_API.To_Boolean(p_init_msg_list) THEN
490: FND_MSG_PUB.Initialize;
491: END IF;
492:
493: -- Standard call to check for call compatibility
494: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
495: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
496: RAISE FND_API.G_EXC_ERROR;
497: END IF;

Line 589: -- Standard check of p_commit

585: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
586: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
587: END IF;
588:
589: -- Standard check of p_commit
590: IF FND_API.To_Boolean(p_commit) THEN
591: COMMIT WORK;
592: END IF;
593:

Line 594: -- Standard call to get message count and if count is 1, get message info

590: IF FND_API.To_Boolean(p_commit) THEN
591: COMMIT WORK;
592: END IF;
593:
594: -- Standard call to get message count and if count is 1, get message info
595: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
596:
597: EXCEPTION
598: WHEN FND_API.G_EXC_ERROR THEN

Line 774: -- Standard start of API savepoint

770:
771: -- Needed to call the private create procedure
772: l_link_rec CS_INCIDENTLINKS_PVT.CS_INCIDENT_LINK_REC_TYPE;
773: BEGIN
774: -- Standard start of API savepoint
775: SAVEPOINT UPDATE_INCIDENTLINK_PUB;
776:
777: --#BUG 3630159
778: --Added to clear message cache in case of API call wrong version.

Line 784: -- Standard call to check for call compatibility

780: IF FND_API.To_Boolean(p_init_msg_list) THEN
781: FND_MSG_PUB.Initialize;
782: END IF;
783:
784: -- Standard call to check for call compatibility
785: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
786: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
787: RAISE FND_API.G_EXC_ERROR;
788: END IF;

Line 847: -- Standard check of p_commit

843: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
844: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
845: END IF;
846:
847: -- Standard check of p_commit
848: IF FND_API.To_Boolean(p_commit) THEN
849: COMMIT WORK;
850: END IF;
851:

Line 902: -- Standard start of API savepoint

898: -- Variable to store the version of the API that has been invoked, added for bugs 2972584 and 2972611
899: l_invoked_version NUMBER;
900:
901: BEGIN
902: -- Standard start of API savepoint
903: SAVEPOINT DELETE_INCIDENTLINK_PUB;
904:
905: --#BUG 3630159
906: --Added to clear message cache in case of API call wrong version.

Line 919: -- Standard call to check for call compatibility, variable l_invoked_version used for bugs 2972584 and 2972611

915: ELSIF p_api_version = 2.0 THEN
916: l_invoked_version := 2.0;
917: END IF;
918:
919: -- Standard call to check for call compatibility, variable l_invoked_version used for bugs 2972584 and 2972611
920: IF NOT FND_API.Compatible_API_Call(l_invoked_version, p_api_version,
921: l_api_name, G_PKG_NAME) THEN
922: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
923: RAISE FND_API.G_EXC_ERROR;

Line 952: -- Standard check of p_commit

948: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
949: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
950: END IF;
951:
952: -- Standard check of p_commit
953: IF FND_API.To_Boolean(p_commit) THEN
954: COMMIT WORK;
955: END IF;
956:

Line 957: -- Standard call to get message count and if count is 1, get message info

953: IF FND_API.To_Boolean(p_commit) THEN
954: COMMIT WORK;
955: END IF;
956:
957: -- Standard call to get message count and if count is 1, get message info
958: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
959:
960: EXCEPTION
961: WHEN FND_API.G_EXC_ERROR THEN

Line 1053: -- Standard call to check for call compatibility

1049: IF FND_API.To_Boolean(p_init_msg_list) THEN
1050: FND_MSG_PUB.Initialize;
1051: END IF;
1052:
1053: -- Standard call to check for call compatibility
1054: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1055: l_api_name, G_PKG_NAME) THEN
1056: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
1057: RAISE FND_API.G_EXC_ERROR;

Line 1113: -- Standard check of p_commit

1109: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1110: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1111: END IF;
1112:
1113: -- Standard check of p_commit
1114: IF FND_API.To_Boolean(p_commit) THEN
1115: COMMIT WORK;
1116: END IF;
1117:

Line 1147: -- Standard call to get message count and if count is 1, get message info

1143:
1144: -- Return the retrieved external link ID to the calling program by assigning it to the OUT parameter x_link_id
1145: x_link_id := lx_link_id;
1146:
1147: -- Standard call to get message count and if count is 1, get message info
1148: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1149:
1150: EXCEPTION
1151: WHEN FND_API.G_EXC_ERROR THEN

Line 1240: -- Standard call to check for call compatibility

1236: IF FND_API.To_Boolean(p_init_msg_list) THEN
1237: FND_MSG_PUB.Initialize;
1238: END IF;
1239:
1240: -- Standard call to check for call compatibility
1241: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1242: l_api_name, G_PKG_NAME) THEN
1243: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
1244: RAISE FND_API.G_EXC_ERROR;

Line 1431: -- Standard check of p_commit

1427: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1428: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1429: END IF;
1430:
1431: -- Standard check of p_commit
1432: IF FND_API.To_Boolean(p_commit) THEN
1433: COMMIT WORK;
1434: END IF;
1435:

Line 1436: -- Standard call to get message count and if count is 1, get message info

1432: IF FND_API.To_Boolean(p_commit) THEN
1433: COMMIT WORK;
1434: END IF;
1435:
1436: -- Standard call to get message count and if count is 1, get message info
1437: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1438:
1439: EXCEPTION
1440: WHEN FND_API.G_EXC_ERROR THEN

Line 1503: -- Standard call to check for call compatibility

1499: IF FND_API.To_Boolean(p_init_msg_list) THEN
1500: FND_MSG_PUB.Initialize;
1501: END IF;
1502:
1503: -- Standard call to check for call compatibility
1504: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1505: l_api_name, G_PKG_NAME) THEN
1506: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR; #BUG 3630127
1507: RAISE FND_API.G_EXC_ERROR;

Line 1592: -- Standard check of p_commit

1588: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1589: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1590: END IF;
1591:
1592: -- Standard check of p_commit
1593: IF FND_API.To_Boolean(p_commit) THEN
1594: COMMIT WORK;
1595: END IF;
1596:

Line 1597: -- Standard call to get message count and if count is 1, get message info

1593: IF FND_API.To_Boolean(p_commit) THEN
1594: COMMIT WORK;
1595: END IF;
1596:
1597: -- Standard call to get message count and if count is 1, get message info
1598: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1599:
1600: EXCEPTION
1601: WHEN FND_API.G_EXC_ERROR THEN