DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on STANDARD

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

329: SAVEPOINT receive_shipments_pvt;
330: MO_GLOBAL.init('CSF');
331: x_return_status := FND_API.G_RET_STS_SUCCESS;
332:
333: -- Standard call to check for call compatibility.
334: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
335: p_api_version_number,
336: l_api_name,
337: G_PKG_NAME)

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

572:
573: BEGIN
574: SAVEPOINT insert_rcv_hdr_interface_pvt;
575:
576: -- Standard call to check for call compatibility.
577: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
578: p_api_version_number,
579: l_api_name,
580: G_PKG_NAME)

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

841: l_operating_unit NUMBER;
842: BEGIN
843: SAVEPOINT insert_rcv_txn_interface_pvt;
844:
845: -- Standard call to check for call compatibility.
846: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
847: p_api_version_number,
848: l_api_name,
849: G_PKG_NAME)

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

1627: x_message Varchar2(4000);
1628:
1629: BEGIN
1630:
1631: -- Standard call to check for call compatibility.
1632: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
1633: l_api_name, G_PKG_NAME) THEN
1634: RAISE fnd_api.g_exc_unexpected_error;
1635: END IF;

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

1992:
1993: x_message varchar2(4000);
1994: BEGIN
1995:
1996: -- Standard call to check for call compatibility.
1997: IF NOT fnd_api.compatible_api_call(l_api_version,
1998: p_api_version,
1999: l_api_name,
2000: G_PKG_NAME) THEN