DBA Data[Home] [Help]

APPS.ASO_LINE_RLTSHIP_PVT dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
33: l_api_version_number CONSTANT NUMBER := 1.0;
34: l_return_status_full VARCHAR2(1);
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_LINE_RLTSHIP_PVT;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 170: -- Standard check for p_commit

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

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

177: -- Debug Message
178: -- ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
179:
180:
181: -- Standard call to get message count and if count is 1, get message info.
182: FND_MSG_PUB.Count_And_Get
183: ( p_count => x_msg_count,
184: p_data => x_msg_data
185: );

Line 285: -- Standard Start of API savepoint

281: l_ref_LINE_RLTSHIP_rec ASO_QUOTE_PUB.LINE_RLTSHIP_Rec_Type;
282: l_tar_LINE_RLTSHIP_rec ASO_QUOTE_PUB.LINE_RLTSHIP_Rec_Type := P_LINE_RLTSHIP_Rec;
283: l_rowid ROWID;
284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT UPDATE_LINE_RLTSHIP_PVT;
287:
288: -- Standard call to check for call compatibility.
289: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT UPDATE_LINE_RLTSHIP_PVT;
287:
288: -- Standard call to check for call compatibility.
289: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
290: p_api_version_number,
291: l_api_name,
292: G_PKG_NAME)

Line 438: -- Standard check for p_commit

434: --
435: -- End of API body.
436: --
437:
438: -- Standard check for p_commit
439: IF FND_API.to_Boolean( p_commit )
440: THEN
441: COMMIT WORK;
442: END IF;

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

445: -- Debug Message
446: -- ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
447:
448:
449: -- Standard call to get message count and if count is 1, get message info.
450: FND_MSG_PUB.Count_And_Get
451: ( p_count => x_msg_count,
452: p_data => x_msg_data
453: );

Line 564: -- Standard Start of API savepoint

560: l_relationship_id NUMBER;
561: l_qte_line_rec ASO_QUOTE_PUB.qte_line_Rec_Type;
562:
563: BEGIN
564: -- Standard Start of API savepoint
565: SAVEPOINT DELETE_LINE_RLTSHIP_PVT;
566:
567: -- Standard call to check for call compatibility.
568: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

563: BEGIN
564: -- Standard Start of API savepoint
565: SAVEPOINT DELETE_LINE_RLTSHIP_PVT;
566:
567: -- Standard call to check for call compatibility.
568: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
569: p_api_version_number,
570: l_api_name,
571: G_PKG_NAME)

Line 732: -- Standard check for p_commit

728: --
729: -- End of API body
730: --
731:
732: -- Standard check for p_commit
733: IF FND_API.to_Boolean( p_commit )
734: THEN
735: COMMIT WORK;
736: END IF;

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

739: -- Debug Message
740: -- ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
741:
742:
743: -- Standard call to get message count and if count is 1, get message info.
744: FND_MSG_PUB.Count_And_Get
745: ( p_count => x_msg_count,
746: p_data => x_msg_data
747: );

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

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

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

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

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

1174: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1175: NULL;
1176: END IF;
1177:
1178: -- Standard call to get message count and if count is 1, get message info.
1179: FND_MSG_PUB.Count_And_Get
1180: ( p_count => x_msg_count,
1181: p_data => x_msg_data
1182: );

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

1221: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1222: NULL;
1223: END IF;
1224:
1225: -- Standard call to get message count and if count is 1, get message info.
1226: FND_MSG_PUB.Count_And_Get
1227: ( p_count => x_msg_count,
1228: p_data => x_msg_data
1229: );

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

1268: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1269: NULL;
1270: END IF;
1271:
1272: -- Standard call to get message count and if count is 1, get message info.
1273: FND_MSG_PUB.Count_And_Get
1274: ( p_count => x_msg_count,
1275: p_data => x_msg_data
1276: );

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

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

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

1368: end if;
1369: END IF;
1370:
1371:
1372: -- Standard call to get message count and if count is 1, get message info.
1373: FND_MSG_PUB.Count_And_Get
1374: ( p_count => x_msg_count,
1375: p_data => x_msg_data
1376: );

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

1427: x_return_status := FND_API.G_RET_STS_ERROR;
1428: end if;
1429: END IF;
1430:
1431: -- Standard call to get message count and if count is 1, get message info.
1432: FND_MSG_PUB.Count_And_Get
1433: ( p_count => x_msg_count,
1434: p_data => x_msg_data
1435: );

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

1481: x_return_status := FND_API.G_RET_STS_ERROR;
1482: END IF;
1483: END IF;
1484:
1485: -- Standard call to get message count and if count is 1, get message info.
1486: FND_MSG_PUB.Count_And_Get
1487: ( p_count => x_msg_count,
1488: p_data => x_msg_data
1489: );

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

1529: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1530: NULL;
1531: END IF;
1532:
1533: -- Standard call to get message count and if count is 1, get message info.
1534: FND_MSG_PUB.Count_And_Get
1535: ( p_count => x_msg_count,
1536: p_data => x_msg_data
1537: );

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

1571:
1572: -- Debug Message
1573: --ASO_UTILITY_PVT.Print(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1574:
1575: -- Standard call to get message count and if count is 1, get message info.
1576: FND_MSG_PUB.Count_And_Get
1577: ( p_count => x_msg_count,
1578: p_data => x_msg_data
1579: );