Tuesday 21 January 2014

how to run the concurrent program in backend

    BEGIN
        FND_PROGRAM.executable('XXMZ_TEST_EMPLOYEE' -- executable
                          , 'XXMZ Custom' -- application
                          , 'XXMZ_TEST_EMPLOYEE' -- short_name
                          , 'Executable for Employee INFORMATION' -- description
                          , 'PL/SQL Stored Procedure' -- execution_method
                          , 'XXMZ_TEST_EMPLOYEE' -- execution_file_name
                          , '' -- subroutine_name
                          , '' -- Execution File Path
                          , 'US' -- language_code
                          , '');
             COMMIT;
         END;

No comments:

Post a Comment