DBA Data[Home] [Help]

APPS.ASO_PRICING_FLOWS_PVT dependencies on STANDARD

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

67:
68:
69: BEGIN
70:
71: -- Standard call to check for call compatibility.
72: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
73: p_api_version_number,
74: l_api_name,
75: G_PKG_NAME)

Line 817: -- Standard Start of API savepoint

813:
814: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
815: aso_debug_pub.add('Start of Price_Quote_Line',1,'Y');
816: END IF;
817: -- Standard Start of API savepoint
818: SAVEPOINT PRICE_QUOTE_LINE_PVT;
819:
820: -- Standard call to check for call compatibility.
821: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

816: END IF;
817: -- Standard Start of API savepoint
818: SAVEPOINT PRICE_QUOTE_LINE_PVT;
819:
820: -- Standard call to check for call compatibility.
821: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
822: p_api_version_number,
823: l_api_name,
824: G_PKG_NAME)

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

1719:
1720:
1721: BEGIN
1722:
1723: -- Standard call to check for call compatibility.
1724: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1725: p_api_version_number,
1726: l_api_name,
1727: G_PKG_NAME)

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

2687: l_accum_aso_time NUMBER;
2688: l_accum_qp_time NUMBER;
2689:
2690: BEGIN
2691: -- Standard call to check for call compatibility.
2692: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2693: p_api_version_number,
2694: l_api_name,
2695: G_PKG_NAME)