DBA Data[Home] [Help]

APPS.CSP_REQUIREMENT_LINES_PVT dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32:
33: l_requirement_line_Rec Requirement_Line_Rec_Type;
34: l_requirement_line_id NUMBER;
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_Requirement_Lines_PUB;
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_Requirement_Lines_PUB;
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 161: -- Standard check for p_commit

157: --
158: -- End of API body
159: --
160:
161: -- Standard check for p_commit
162: /* IF FND_API.to_Boolean( p_commit )
163: THEN
164: COMMIT WORK;
165: END IF;

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

168: -- Debug Message
169: -- JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
170:
171:
172: -- Standard call to get message count and if count is 1, get message info.
173: /* FND_MSG_PUB.Count_And_Get
174: ( p_count => x_msg_count,
175: p_data => x_msg_data
176: ); */

Line 272: -- Standard Start of API savepoint

268: l_Requirement_Line_rec CSP_requirement_lines_PVT.Requirement_Line_Rec_Type;
269: --l_tar_Requirement_Line_rec CSP_requirement_lines_PVT.Requirement_Line_Rec_Type := P_Requirement_Line_Rec;
270: l_rowid ROWID;
271: BEGIN
272: -- Standard Start of API savepoint
273: SAVEPOINT UPDATE_Requirement_Lines_PUB;
274:
275: -- Standard call to check for call compatibility.
276: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 486: -- Standard check for p_commit

482: --
483: -- End of API body.
484: --
485:
486: -- Standard check for p_commit
487: IF FND_API.to_Boolean( p_commit )
488: THEN
489: COMMIT WORK;
490: END IF;

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

493: -- Debug Message
494: --JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
495:
496:
497: -- Standard call to get message count and if count is 1, get message info.
498: /* FND_MSG_PUB.Count_And_Get
499: ( p_count => x_msg_count,
500: p_data => x_msg_data
501: );

Line 553: -- Standard Start of API savepoint

549: l_api_name CONSTANT VARCHAR2(30) := 'Delete_requirement_lines';
550: l_api_version_number CONSTANT NUMBER := 1.0;
551: l_requirement_line_rec Requirement_Line_Rec_type;
552: BEGIN
553: -- Standard Start of API savepoint
554: SAVEPOINT DELETE_Requirement_Lines_PUB;
555:
556: -- Standard call to check for call compatibility.
557: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

552: BEGIN
553: -- Standard Start of API savepoint
554: SAVEPOINT DELETE_Requirement_Lines_PUB;
555:
556: -- Standard call to check for call compatibility.
557: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
558: p_api_version_number,
559: l_api_name,
560: G_PKG_NAME)

Line 598: -- Standard check for p_commit

594: --
595: -- End of API body
596: --
597:
598: -- Standard check for p_commit
599: IF FND_API.to_Boolean( p_commit )
600: THEN
601: COMMIT WORK;
602: END IF;

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

605: -- Debug Message
606: JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
607:
608:
609: -- Standard call to get message count and if count is 1, get message info.
610: FND_MSG_PUB.Count_And_Get
611: ( p_count => x_msg_count,
612: p_data => x_msg_data
613: );

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

1007: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1008: NULL;
1009: END IF;
1010:
1011: -- Standard call to get message count and if count is 1, get message info.
1012: FND_MSG_PUB.Count_And_Get
1013: ( p_count => x_msg_count,
1014: p_data => x_msg_data
1015: );

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

1061: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1062: NULL;
1063: END IF;
1064:
1065: -- Standard call to get message count and if count is 1, get message info.
1066: FND_MSG_PUB.Count_And_Get
1067: ( p_count => x_msg_count,
1068: p_data => x_msg_data
1069: );

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

1115: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1116: NULL;
1117: END IF;
1118:
1119: -- Standard call to get message count and if count is 1, get message info.
1120: FND_MSG_PUB.Count_And_Get
1121: ( p_count => x_msg_count,
1122: p_data => x_msg_data
1123: );

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

1169: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1170: NULL;
1171: END IF;
1172:
1173: -- Standard call to get message count and if count is 1, get message info.
1174: FND_MSG_PUB.Count_And_Get
1175: ( p_count => x_msg_count,
1176: p_data => x_msg_data
1177: );

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

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

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

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

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

1317: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1318: NULL;
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 1368: -- Standard call to get message count and if count is 1, get message info.

1364: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1365: NULL;
1366: END IF;
1367:
1368: -- Standard call to get message count and if count is 1, get message info.
1369: FND_MSG_PUB.Count_And_Get
1370: ( p_count => x_msg_count,
1371: p_data => x_msg_data
1372: );

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

1411: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1412: NULL;
1413: END IF;
1414:
1415: -- Standard call to get message count and if count is 1, get message info.
1416: FND_MSG_PUB.Count_And_Get
1417: ( p_count => x_msg_count,
1418: p_data => x_msg_data
1419: );

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

1458: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1459: NULL;
1460: END IF;
1461:
1462: -- Standard call to get message count and if count is 1, get message info.
1463: FND_MSG_PUB.Count_And_Get
1464: ( p_count => x_msg_count,
1465: p_data => x_msg_data
1466: );

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

1505: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1506: NULL;
1507: END IF;
1508:
1509: -- Standard call to get message count and if count is 1, get message info.
1510: FND_MSG_PUB.Count_And_Get
1511: ( p_count => x_msg_count,
1512: p_data => x_msg_data
1513: );

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

1552: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1553: NULL;
1554: END IF;
1555:
1556: -- Standard call to get message count and if count is 1, get message info.
1557: FND_MSG_PUB.Count_And_Get
1558: ( p_count => x_msg_count,
1559: p_data => x_msg_data
1560: );

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

1599: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1600: NULL;
1601: END IF;
1602:
1603: -- Standard call to get message count and if count is 1, get message info.
1604: FND_MSG_PUB.Count_And_Get
1605: ( p_count => x_msg_count,
1606: p_data => x_msg_data
1607: );

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

1646: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1647: NULL;
1648: END IF;
1649:
1650: -- Standard call to get message count and if count is 1, get message info.
1651: FND_MSG_PUB.Count_And_Get
1652: ( p_count => x_msg_count,
1653: p_data => x_msg_data
1654: );

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

1688:
1689: -- Debug Message
1690: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'API_INVALID_RECORD');
1691:
1692: -- Standard call to get message count and if count is 1, get message info.
1693: FND_MSG_PUB.Count_And_Get
1694: ( p_count => x_msg_count,
1695: p_data => x_msg_data
1696: );