Monday, January 23, 2012

Registering the Oracle Concurrent Executable from Back End




************************************************************************************************************
BEGIN
   FND_PROGRAM.executable (
'XXINV_TEST_REG'                   -- executable
                                               ,'XXDO Custom'                        -- application
                                               ,'XXINV_TEST_REG'                   -- short_name
                                               ,'Test Exe Registration from Back-End'  -- description
                                               ,'PL/SQL Stored Procedure'       -- execution_method
                                               ,'TEST_PKG.TEST_PROC'          -- execution_file_name
                                               ,''                                            -- subroutine_name
                                               ,''                                            -- Execution File Path
                                               ,'US'                                         -- language_code
                                               ,''
         );




   COMMIT;
END;
************************************************************************************************************

Let me know if any Questions. ..

Thanks... ,


3 comments:

  1. Its impressive to know something about your note on Oracle apps Course. Please do share your articles like this your articles for our awareness. Mostly we do also provide Online Training on Cub training oracle apps course.

    ReplyDelete