DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on STANDARD

Line 1716: -- Standard Start of API savepoint

1712: l_discount_type VARCHAR2(30);
1713: l_discount NUMBER;
1714: l_offer_id NUMBER;
1715: BEGIN
1716: -- Standard Start of API savepoint
1717: SAVEPOINT copy_offer_detail;
1718:
1719: -- Standard call to check for call compatibility.
1720: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1715: BEGIN
1716: -- Standard Start of API savepoint
1717: SAVEPOINT copy_offer_detail;
1718:
1719: -- Standard call to check for call compatibility.
1720: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1721: p_api_version,
1722: l_api_name,
1723: G_PKG_NAME)