DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PRICING_PVT dependencies on STANDARD

Line 308: -- Standard Start of API savepoint

304: BEGIN
305: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
306: aso_debug_pub.add('ASO_VALIDATE_PRICING_PVT: Validate_Pricing_Order Starts',1,'N');
307: END IF;
308: -- Standard Start of API savepoint
309: SAVEPOINT PRICING_ORDER_PVT;
310:
311: -- Standard call to check for call compatibility.
312: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

307: END IF;
308: -- Standard Start of API savepoint
309: SAVEPOINT PRICING_ORDER_PVT;
310:
311: -- Standard call to check for call compatibility.
312: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
313: p_api_version_number,
314: l_api_name,
315: G_PKG_NAME)

Line 658: -- Standard check for p_commit

654: END IF;
655: End If; -- If l_qte_line_tbl.count > 0
656:
657:
658: -- Standard check for p_commit
659: IF FND_API.to_Boolean( p_commit ) THEN
660: COMMIT WORK;
661: END IF;
662: