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 767: -- Standard Start of API savepoint

763:
764: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
765: aso_debug_pub.add('Start of Price_Quote_Line',1,'Y');
766: END IF;
767: -- Standard Start of API savepoint
768: SAVEPOINT PRICE_QUOTE_LINE_PVT;
769:
770: -- Standard call to check for call compatibility.
771: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

766: END IF;
767: -- Standard Start of API savepoint
768: SAVEPOINT PRICE_QUOTE_LINE_PVT;
769:
770: -- Standard call to check for call compatibility.
771: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
772: p_api_version_number,
773: l_api_name,
774: G_PKG_NAME)

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

1535:
1536:
1537: BEGIN
1538:
1539: -- Standard call to check for call compatibility.
1540: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1541: p_api_version_number,
1542: l_api_name,
1543: G_PKG_NAME)

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

2447: l_accum_aso_time NUMBER;
2448: l_accum_qp_time NUMBER;
2449:
2450: BEGIN
2451: -- Standard call to check for call compatibility.
2452: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2453: p_api_version_number,
2454: l_api_name,
2455: G_PKG_NAME)