DBA Data[Home] [Help]

APPS.ASO_RELATED_OBJ_PVT dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: l_return_status_full VARCHAR2(1);
34: l_x_status VARCHAR2(1);
35:
36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT CREATE_RELATED_OBJ_PVT;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT CREATE_RELATED_OBJ_PVT;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
42: p_api_version_number,
43: l_api_name,
44: G_PKG_NAME)

Line 173: -- Standard check for p_commit

169: --
170: -- End of API body
171: --
172:
173: -- Standard check for p_commit
174: IF FND_API.to_Boolean( p_commit )
175: THEN
176: COMMIT WORK;
177: END IF;

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

175: THEN
176: COMMIT WORK;
177: END IF;
178:
179: -- Standard call to get message count and if count is 1, get message info.
180: FND_MSG_PUB.Count_And_Get
181: ( p_count => x_msg_count,
182: p_data => x_msg_data
183: );

Line 274: -- Standard Start of API savepoint

270: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
271: l_x_status varchar2(1);
272:
273: BEGIN
274: -- Standard Start of API savepoint
275: SAVEPOINT UPDATE_RELATED_OBJ_PVT;
276:
277: -- Standard call to check for call compatibility.
278: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

273: BEGIN
274: -- Standard Start of API savepoint
275: SAVEPOINT UPDATE_RELATED_OBJ_PVT;
276:
277: -- Standard call to check for call compatibility.
278: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
279: p_api_version_number,
280: l_api_name,
281: G_PKG_NAME)

Line 445: -- Standard check for p_commit

441: --
442: -- End of API body.
443: --
444:
445: -- Standard check for p_commit
446: IF FND_API.to_Boolean( p_commit )
447: THEN
448: COMMIT WORK;
449: END IF;

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

448: COMMIT WORK;
449: END IF;
450:
451:
452: -- Standard call to get message count and if count is 1, get message info.
453: FND_MSG_PUB.Count_And_Get
454: ( p_count => x_msg_count,
455: p_data => x_msg_data
456: );

Line 525: -- Standard Start of API savepoint

521: from aso_quote_related_objects
522: where related_object_id = p_related_obj_rec.related_object_id;
523:
524: BEGIN
525: -- Standard Start of API savepoint
526: SAVEPOINT DELETE_RELATED_OBJ_PVT;
527:
528: -- Standard call to check for call compatibility.
529: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

524: BEGIN
525: -- Standard Start of API savepoint
526: SAVEPOINT DELETE_RELATED_OBJ_PVT;
527:
528: -- Standard call to check for call compatibility.
529: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
530: p_api_version_number,
531: l_api_name,
532: G_PKG_NAME)

Line 592: -- Standard check for p_commit

588: --
589: -- End of API body
590: --
591:
592: -- Standard check for p_commit
593: IF FND_API.to_Boolean( p_commit )
594: THEN
595: COMMIT WORK;
596: END IF;

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

597:
598:
599:
600:
601: -- Standard call to get message count and if count is 1, get message info.
602: FND_MSG_PUB.Count_And_Get
603: ( p_count => x_msg_count,
604: p_data => x_msg_data);
605:

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

690: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
691: NULL;
692: END IF;
693:
694: -- Standard call to get message count and if count is 1, get message info.
695: FND_MSG_PUB.Count_And_Get
696: ( p_count => x_msg_count,
697: p_data => x_msg_data
698: );

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

737: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
738: NULL;
739: END IF;
740:
741: -- Standard call to get message count and if count is 1, get message info.
742: FND_MSG_PUB.Count_And_Get
743: ( p_count => x_msg_count,
744: p_data => x_msg_data
745: );

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

784: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
785: NULL;
786: END IF;
787:
788: -- Standard call to get message count and if count is 1, get message info.
789: FND_MSG_PUB.Count_And_Get
790: ( p_count => x_msg_count,
791: p_data => x_msg_data
792: );

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

831: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
832: NULL;
833: END IF;
834:
835: -- Standard call to get message count and if count is 1, get message info.
836: FND_MSG_PUB.Count_And_Get
837: ( p_count => x_msg_count,
838: p_data => x_msg_data
839: );

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

878: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
879: NULL;
880: END IF;
881:
882: -- Standard call to get message count and if count is 1, get message info.
883: FND_MSG_PUB.Count_And_Get
884: ( p_count => x_msg_count,
885: p_data => x_msg_data
886: );

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

947: END IF;
948: END IF;
949: END IF;
950:
951: -- Standard call to get message count and if count is 1, get message info.
952: FND_MSG_PUB.Count_And_Get
953: ( p_count => x_msg_count,
954: p_data => x_msg_data
955: );

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

1006: */
1007:
1008:
1009:
1010: -- Standard call to get message count and if count is 1, get message info.
1011: FND_MSG_PUB.Count_And_Get
1012: ( p_count => x_msg_count,
1013: p_data => x_msg_data
1014: );

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

1082: END IF;
1083: END IF;
1084: END IF;
1085:
1086: -- Standard call to get message count and if count is 1, get message info.
1087: FND_MSG_PUB.Count_And_Get
1088: ( p_count => x_msg_count,
1089: p_data => x_msg_data
1090: );

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

1129: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1130: NULL;
1131: END IF;
1132:
1133: -- Standard call to get message count and if count is 1, get message info.
1134: FND_MSG_PUB.Count_And_Get
1135: ( p_count => x_msg_count,
1136: p_data => x_msg_data
1137: );

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

1205: END IF;
1206: END IF;
1207: END IF;
1208:
1209: -- Standard call to get message count and if count is 1, get message info.
1210: FND_MSG_PUB.Count_And_Get
1211: ( p_count => x_msg_count,
1212: p_data => x_msg_data
1213: );

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

1261: END IF;
1262: END IF;
1263: END IF;
1264:
1265: -- Standard call to get message count and if count is 1, get message info.
1266: FND_MSG_PUB.Count_And_Get
1267: ( p_count => x_msg_count,
1268: p_data => x_msg_data
1269: );

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

1315: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1316: NULL;
1317: END IF;
1318:
1319: -- Standard call to get message count and if count is 1, get message info.
1320: FND_MSG_PUB.Count_And_Get
1321: ( p_count => x_msg_count,
1322: p_data => x_msg_data
1323: );

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

1386:
1387: -- Debug Message
1388: --ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1389:
1390: -- Standard call to get message count and if count is 1, get message info.
1391: FND_MSG_PUB.Count_And_Get
1392: ( p_count => x_msg_count,
1393: p_data => x_msg_data
1394: );