DBA Data[Home] [Help]

APPS.ENG_PROPAGATION_LOG_UTIL dependencies on STANDARD

Line 659: -- Standard Start of API savepoint

655: l_api_version CONSTANT NUMBER := 1.0;
656:
657: BEGIN
658:
659: -- Standard Start of API savepoint
660: SAVEPOINT Mark_Component_Change_Transfer;
661:
662: -- Standard call to check for call compatibility
663: IF NOT FND_API.Compatible_API_Call ( l_api_version

Line 662: -- Standard call to check for call compatibility

658:
659: -- Standard Start of API savepoint
660: SAVEPOINT Mark_Component_Change_Transfer;
661:
662: -- Standard call to check for call compatibility
663: IF NOT FND_API.Compatible_API_Call ( l_api_version
664: ,p_api_version
665: ,l_api_name
666: ,G_PKG_NAME )

Line 690: -- Standard ending code ------------------------------------------------

686: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL
687: );
688: Write_Propagation_Log;
689:
690: -- Standard ending code ------------------------------------------------
691: IF FND_API.To_Boolean ( p_commit )
692: THEN
693: COMMIT WORK;
694: END IF;