DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on STANDARD

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

127: and ORGANIZATION_ID = p_organization_id;
128: END IF; -- end of rebuild id
129:
130: SAVEPOINT fork_logic;
131: -- Standard call to check for call compatibility.
132: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
133: l_api_name, G_PKG_NAME ) THEN
134: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
135: END IF;

Line 706: -- Standard check of p_commit.

702: 'End of ' || l_full_name );
703: end if;
704: -- End of API body.
705:
706: -- Standard check of p_commit.
707: IF FND_API.To_Boolean( p_commit )
708: AND x_return_status = FND_API.g_RET_STS_SUCCESS THEN
709: COMMIT WORK;
710: END IF;

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

707: IF FND_API.To_Boolean( p_commit )
708: AND x_return_status = FND_API.g_RET_STS_SUCCESS THEN
709: COMMIT WORK;
710: END IF;
711: -- Standard call to get message count and if count is 1, get message info.
712: FND_MSG_PUB.Count_And_Get(
713: p_count => x_msg_count,
714: p_data => x_msg_data);
715: EXCEPTION

Line 766: -- Standard Start of API savepoint

762: || 'p_commit='|| p_commit ||','
763: || 'p_trx_tmp_id='|| to_number(p_trx_tmp_id) || ','
764: || ')');
765: end if;
766: -- Standard Start of API savepoint
767: SAVEPOINT PROCESS_MMTT;
768: -- Standard call to check for call compatibility.
769: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
770: l_api_name, G_PKG_NAME )

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

764: || ')');
765: end if;
766: -- Standard Start of API savepoint
767: SAVEPOINT PROCESS_MMTT;
768: -- Standard call to check for call compatibility.
769: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
770: l_api_name, G_PKG_NAME )
771: THEN
772: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 847: -- Standard check of p_commit.

843: if (l_pLog) then FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module, 'End');
844: end if;
845: -- End of API body.
846:
847: -- Standard check of p_commit.
848: IF FND_API.To_Boolean( p_commit ) THEN
849: COMMIT WORK;
850: END IF;
851: -- Standard call to get message count and if count is 1, get message info.

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

847: -- Standard check of p_commit.
848: IF FND_API.To_Boolean( p_commit ) THEN
849: COMMIT WORK;
850: END IF;
851: -- Standard call to get message count and if count is 1, get message info.
852: FND_MSG_PUB.Count_And_Get(
853: p_count => x_msg_count,
854: p_data => x_msg_data);
855: EXCEPTION

Line 1033: -- Standard Start of API savepoint

1029:
1030:
1031: BEGIN
1032:
1033: -- Standard Start of API savepoint
1034:
1035: SAVEPOINT cancel_alloc_matl_del;
1036:
1037: -- Standard call to check for call compatibility.

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

1033: -- Standard Start of API savepoint
1034:
1035: SAVEPOINT cancel_alloc_matl_del;
1036:
1037: -- Standard call to check for call compatibility.
1038: IF NOT fnd_api.compatible_api_call(
1039: l_api_version
1040: ,p_api_version
1041: ,l_api_name

Line 1074: -- Standard check of p_commit.

1070: x_msg_data := l_msg_data;
1071: x_return_status := l_return_status;
1072:
1073: -- End of API body.
1074: -- Standard check of p_commit.
1075:
1076: IF fnd_api.to_boolean(p_commit) THEN
1077: COMMIT WORK;
1078: END IF;

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

1078: END IF;
1079:
1080: -- l_stmt_num := 999;
1081:
1082: -- Standard call to get message count and if count is 1, get message info.
1083: fnd_msg_pub.count_and_get(
1084: p_count => x_msg_count,
1085: p_data => x_msg_data);
1086: EXCEPTION

Line 1169: -- Standard Start of API savepoint

1165: l_allocate_comp_inc_rec wip_picking_pub.allocate_comp_rec_t;
1166: l_allocate_comp_inc_tbl wip_picking_pub.allocate_comp_tbl_t;
1167:
1168: BEGIN
1169: -- Standard Start of API savepoint
1170: SAVEPOINT comp_alloc_chng_qty;
1171:
1172: -- Standard call to check for call compatibility.
1173: IF NOT fnd_api.compatible_api_call(

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

1168: BEGIN
1169: -- Standard Start of API savepoint
1170: SAVEPOINT comp_alloc_chng_qty;
1171:
1172: -- Standard call to check for call compatibility.
1173: IF NOT fnd_api.compatible_api_call(
1174: l_api_version
1175: ,p_api_version
1176: ,l_api_name

Line 1332: -- Standard check of p_commit.

1328: x_msg_data := l_msg_data;
1329: x_return_status := l_return_status;
1330:
1331: -- End of API body.
1332: -- Standard check of p_commit.
1333:
1334: IF fnd_api.to_boolean(p_commit) THEN
1335: COMMIT WORK;
1336: END IF;

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

1336: END IF;
1337:
1338: -- l_stmt_num := 999;
1339:
1340: -- Standard call to get message count and if count is 1, get message info.
1341: fnd_msg_pub.count_and_get(
1342: p_count => x_msg_count
1343: ,p_data => x_msg_data);
1344: EXCEPTION

Line 1415: -- Standard Start of API savepoint

1411: l_allocate_comp_inc_tbl wip_picking_pub.allocate_comp_tbl_t;
1412:
1413: BEGIN
1414:
1415: -- Standard Start of API savepoint
1416:
1417: SAVEPOINT comp_alloc_new_mat;
1418:
1419: -- Standard call to check for call compatibility.

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

1415: -- Standard Start of API savepoint
1416:
1417: SAVEPOINT comp_alloc_new_mat;
1418:
1419: -- Standard call to check for call compatibility.
1420: IF NOT fnd_api.compatible_api_call(
1421: l_api_version
1422: ,p_api_version
1423: ,l_api_name

Line 1513: -- Standard check of p_commit.

1509:
1510: end if; -- end of Released EAM work order
1511:
1512: -- End of API body.
1513: -- Standard check of p_commit.
1514:
1515: IF fnd_api.to_boolean(p_commit) THEN
1516: COMMIT WORK;
1517: END IF;

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

1517: END IF;
1518:
1519: -- l_stmt_num := 999;
1520:
1521: -- Standard call to get message count and if count is 1, get message info.
1522: fnd_msg_pub.count_and_get(
1523: p_count => x_msg_count
1524: ,p_data => x_msg_data);
1525: EXCEPTION

Line 1593: -- Standard Start of API savepoint

1589: l_allocate_tbl wip_picking_pub.allocate_tbl_t;
1590:
1591: BEGIN
1592:
1593: -- Standard Start of API savepoint
1594:
1595: SAVEPOINT alloc_at_release_cancel;
1596:
1597: -- Standard call to check for call compatibility.

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

1593: -- Standard Start of API savepoint
1594:
1595: SAVEPOINT alloc_at_release_cancel;
1596:
1597: -- Standard call to check for call compatibility.
1598: IF NOT fnd_api.compatible_api_call(
1599: l_api_version
1600: ,p_api_version
1601: ,l_api_name

Line 1689: -- Standard check of p_commit.

1685: end if;
1686: end if;
1687:
1688: -- End of API body.
1689: -- Standard check of p_commit.
1690: IF fnd_api.to_boolean(p_commit) THEN
1691: COMMIT WORK;
1692: END IF;
1693:

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

1690: IF fnd_api.to_boolean(p_commit) THEN
1691: COMMIT WORK;
1692: END IF;
1693:
1694: -- Standard call to get message count and if count is 1, get message info.
1695: if (l_pLog) then FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module, 'End');
1696: end if;
1697: fnd_msg_pub.count_and_get(
1698: p_count => x_msg_count