DBA Data[Home] [Help]

APPS.CSP_ORDERLINES_PVT dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: l_api_version_number CONSTANT NUMBER := 1.0;
34: l_return_status_full VARCHAR2(1);
35: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT CREATE_ORDERLINES_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_ORDERLINES_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 181: -- Standard check for p_commit

177: --
178: -- End of API body
179: --
180:
181: -- Standard check for p_commit
182: IF FND_API.to_Boolean( p_commit )
183: THEN
184: COMMIT WORK;
185: END IF;

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

188: -- Debug Message
189: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
190:
191:
192: -- Standard call to get message count and if count is 1, get message info.
193: FND_MSG_PUB.Count_And_Get
194: ( p_count => x_msg_count,
195: p_data => x_msg_data
196: );

Line 305: -- Standard Start of API savepoint

301: l_ref_mol_rec CSP_orderlines_PVT.mol_Rec_Type;
302: l_tar_mol_rec CSP_orderlines_PVT.mol_Rec_Type := P_mol_Rec;
303: l_rowid ROWID;
304: BEGIN
305: -- Standard Start of API savepoint
306: SAVEPOINT UPDATE_ORDERLINES_PVT;
307:
308: -- Standard call to check for call compatibility.
309: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

304: BEGIN
305: -- Standard Start of API savepoint
306: SAVEPOINT UPDATE_ORDERLINES_PVT;
307:
308: -- Standard call to check for call compatibility.
309: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
310: p_api_version_number,
311: l_api_name,
312: G_PKG_NAME)

Line 502: -- Standard check for p_commit

498: --
499: -- End of API body.
500: --
501:
502: -- Standard check for p_commit
503: IF FND_API.to_Boolean( p_commit )
504: THEN
505: COMMIT WORK;
506: END IF;

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

509: -- Debug Message
510: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
511:
512:
513: -- Standard call to get message count and if count is 1, get message info.
514: FND_MSG_PUB.Count_And_Get
515: ( p_count => x_msg_count,
516: p_data => x_msg_data
517: );

Line 589: -- Standard Start of API savepoint

585: l_api_name CONSTANT VARCHAR2(30) := 'Delete_orderlines';
586: l_api_version_number CONSTANT NUMBER := 1.0;
587: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
588: BEGIN
589: -- Standard Start of API savepoint
590: SAVEPOINT DELETE_ORDERLINES_PVT;
591:
592: -- Standard call to check for call compatibility.
593: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

588: BEGIN
589: -- Standard Start of API savepoint
590: SAVEPOINT DELETE_ORDERLINES_PVT;
591:
592: -- Standard call to check for call compatibility.
593: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
594: p_api_version_number,
595: l_api_name,
596: G_PKG_NAME)

Line 661: -- Standard check for p_commit

657: --
658: -- End of API body
659: --
660:
661: -- Standard check for p_commit
662: IF FND_API.to_Boolean( p_commit )
663: THEN
664: COMMIT WORK;
665: END IF;

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

668: -- Debug Message
669: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
670:
671:
672: -- Standard call to get message count and if count is 1, get message info.
673: FND_MSG_PUB.Count_And_Get
674: ( p_count => x_msg_count,
675: p_data => x_msg_data
676: );

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

1091: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1092: NULL;
1093: END IF;
1094:
1095: -- Standard call to get message count and if count is 1, get message info.
1096: FND_MSG_PUB.Count_And_Get
1097: ( p_count => x_msg_count,
1098: p_data => x_msg_data
1099: );

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

1138: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1139: NULL;
1140: END IF;
1141:
1142: -- Standard call to get message count and if count is 1, get message info.
1143: FND_MSG_PUB.Count_And_Get
1144: ( p_count => x_msg_count,
1145: p_data => x_msg_data
1146: );

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

1192: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1193: NULL;
1194: END IF;
1195:
1196: -- Standard call to get message count and if count is 1, get message info.
1197: FND_MSG_PUB.Count_And_Get
1198: ( p_count => x_msg_count,
1199: p_data => x_msg_data
1200: );

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

1239: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1240: NULL;
1241: END IF;
1242:
1243: -- Standard call to get message count and if count is 1, get message info.
1244: FND_MSG_PUB.Count_And_Get
1245: ( p_count => x_msg_count,
1246: p_data => x_msg_data
1247: );

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

1286: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1287: NULL;
1288: END IF;
1289:
1290: -- Standard call to get message count and if count is 1, get message info.
1291: FND_MSG_PUB.Count_And_Get
1292: ( p_count => x_msg_count,
1293: p_data => x_msg_data
1294: );

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

1333: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1334: NULL;
1335: END IF;
1336:
1337: -- Standard call to get message count and if count is 1, get message info.
1338: FND_MSG_PUB.Count_And_Get
1339: ( p_count => x_msg_count,
1340: p_data => x_msg_data
1341: );

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

1380: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1381: NULL;
1382: END IF;
1383:
1384: -- Standard call to get message count and if count is 1, get message info.
1385: FND_MSG_PUB.Count_And_Get
1386: ( p_count => x_msg_count,
1387: p_data => x_msg_data
1388: );

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

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

1469:
1470: -- Debug Message
1471: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'API_INVALID_RECORD');
1472:
1473: -- Standard call to get message count and if count is 1, get message info.
1474: FND_MSG_PUB.Count_And_Get
1475: ( p_count => x_msg_count,
1476: p_data => x_msg_data
1477: );