Monday, March 31, 2014

Register executable from back end

apps.fnd_program.executable (executable               => l_executable,
                                application              => l_application,
                                short_name               => l_short_name,
                                description              => l_description,
                                execution_method         => l_execution_method,
                                execution_file_name      => l_execution_file_name,
                                subroutine_name          => l_subroutine_name,
                                icon_name                => l_icon_name,
                                language_code            => l_language_code,
                                execution_file_path      => l_execution_file_path
                               );

No comments:

Post a Comment

How to improve blog performance

Improving the performance of a blog can involve a variety of strategies, including optimizing the website's technical infrastructure, im...