DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PVT dependencies on STANDARD

Line 80: -- Standard Start of API savepoint

76: l_source_txn_table csi_t_transaction_lines.source_transaction_table%type;
77:
78:
79: Begin
80: -- Standard Start of API savepoint
81: SAVEPOINT CREATE_MASS_EDIT_BATCH_PVT;
82:
83: -- Initialize message list if p_init_msg_list is set to TRUE.
84: IF FND_API.To_Boolean( p_init_msg_list ) THEN

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

87:
88: -- Initialize API return status to succcess
89: x_return_status := FND_API.G_RET_STS_SUCCESS;
90:
91: -- Standard call to check for call compatibility.
92: IF NOT
93:
94: FND_API.Compatible_API_Call (
95: p_current_version_number => l_api_version,

Line 443: -- Standard call to get message count and IF count is get message info.

439: END IF; -- check for batch validate
440: END IF; -- px_mass_edit_inst_tbl count > 0
441:
442: Debug('CREATE_MASS_EDIT_BATCH API Successfully completed');
443: -- Standard call to get message count and IF count is get message info.
444: FND_MSG_PUB.Count_And_Get
445: (p_count => x_msg_count,
446: p_data => x_msg_data
447: );

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

830:
831: -- Initialize API return status to succcess
832: x_return_status := FND_API.G_RET_STS_SUCCESS;
833:
834: -- Standard call to check for call compatibility.
835: IF NOT FND_API.Compatible_API_Call (
836: p_current_version_number => l_api_version,
837: p_caller_version_number => p_api_version,
838: p_api_name => l_api_name,

Line 1292: -- Standard Start of API savepoint

1288: l_mass_edit_rec csi_mass_edit_pub.mass_edit_rec;
1289:
1290: BEGIN
1291:
1292: -- Standard Start of API savepoint
1293: SAVEPOINT delete_mass_edit_batch_pvt;
1294:
1295: -- Initialize message list if p_init_msg_list is set to TRUE.
1296: IF FND_API.To_Boolean( p_init_msg_list ) THEN

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

1299:
1300: -- Initialize API return status to success
1301: x_return_status := FND_API.G_RET_STS_SUCCESS;
1302:
1303: -- Standard call to check for call compatibility.
1304: IF NOT
1305: FND_API.Compatible_API_Call (
1306: p_current_version_number => l_api_version,
1307: p_caller_version_number => p_api_version,

Line 1378: -- Standard check of p_commit.

1374: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1375: RAISE fnd_api.g_exc_error;
1376: END IF;
1377:
1378: -- Standard check of p_commit.
1379: IF FND_API.To_Boolean( p_commit ) THEN
1380: COMMIT WORK;
1381: END IF;
1382:

Line 1383: -- Standard call to get message count and IF count is get message info.

1379: IF FND_API.To_Boolean( p_commit ) THEN
1380: COMMIT WORK;
1381: END IF;
1382:
1383: -- Standard call to get message count and IF count is get message info.
1384: FND_MSG_PUB.Count_And_Get
1385: (p_count => x_msg_count,
1386: p_data => x_msg_data
1387: );

Line 1464: -- Standard Start of API savepoint

1460: x_tmp_systems_tbl csi_t_datastructures_grp.txn_systems_tbl ;
1461:
1462: BEGIN
1463:
1464: -- Standard Start of API savepoint
1465: SAVEPOINT get_mass_edit_details_pvt;
1466:
1467: -- Initialize message list if p_init_msg_list is set to TRUE.
1468: IF FND_API.To_Boolean( p_init_msg_list ) THEN

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

1471:
1472: -- Initialize API return status to success
1473: x_return_status := FND_API.G_RET_STS_SUCCESS;
1474:
1475: -- Standard call to check for call compatibility.
1476: IF NOT
1477: FND_API.Compatible_API_Call (
1478: p_current_version_number => l_api_version,
1479: p_caller_version_number => p_api_version,

Line 1558: -- Standard check of p_commit.

1554: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1555: RAISE fnd_api.g_exc_error;
1556: END IF;
1557:
1558: -- Standard check of p_commit.
1559: IF FND_API.To_Boolean( p_commit ) THEN
1560: COMMIT WORK;
1561: END IF;
1562:

Line 1563: -- Standard call to get message count and IF count is get message info.

1559: IF FND_API.To_Boolean( p_commit ) THEN
1560: COMMIT WORK;
1561: END IF;
1562:
1563: -- Standard call to get message count and IF count is get message info.
1564: FND_MSG_PUB.Count_And_Get
1565: (p_count => x_msg_count,
1566: p_data => x_msg_data
1567: );