DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on STANDARD

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

387: end if;
388:
389: x_return_status := FND_API.G_RET_STS_SUCCESS;
390:
391: -- Standard call to check for call compatibility.
392: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
393: p_api_version_number,
394: l_api_name,
395: G_PKG_NAME)

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

686:
687: BEGIN
688: SAVEPOINT insert_rcv_hdr_interface_pvt;
689:
690: -- Standard call to check for call compatibility.
691: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
692: p_api_version_number,
693: l_api_name,
694: G_PKG_NAME)

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

955: l_operating_unit NUMBER;
956: BEGIN
957: SAVEPOINT insert_rcv_txn_interface_pvt;
958:
959: -- Standard call to check for call compatibility.
960: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
961: p_api_version_number,
962: l_api_name,
963: G_PKG_NAME)

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

1741: x_message Varchar2(4000);
1742:
1743: BEGIN
1744:
1745: -- Standard call to check for call compatibility.
1746: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
1747: l_api_name, G_PKG_NAME) THEN
1748: RAISE fnd_api.g_exc_unexpected_error;
1749: END IF;

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

2106:
2107: x_message varchar2(4000);
2108: BEGIN
2109:
2110: -- Standard call to check for call compatibility.
2111: IF NOT fnd_api.compatible_api_call(l_api_version,
2112: p_api_version,
2113: l_api_name,
2114: G_PKG_NAME) THEN