Monday, January 23, 2012

Registering the Oracle Concurrent Program from Back-end




**************************************************************************************************************************************************************
BEGIN
   FND_PROGRAM.register (
'Test Concurrent Program Registration from Back-End'       -- program
                                                        ,'XXDO Custom'                                                                     -- application
,'Y' -- enabled
,'XXINV_TEST_REG'                                           -- short_name
,'Test Concurrent Program Registration from Back-End'           -- description
,'XXINV_TEST_REG'                       -- executable_short_name
,'XXDO Custom'                                         -- executable_application
,'' -- execution_options
,'' -- priority
,'Y' -- save_output
,'Y'                                                                                                                                                                                     -                               -- print
,''                                                                                                         -                               -- cols
,''                                                                                              -                               -- rows
,''                                                                                           -                               -- style
,'N' -- style_required
,'' -- printer
,'' -- request_type
,'' -- request_type_application
,'Y' -- use_in_srs
,'N' -- allow_disabled_values
,'N' -- run_alone
,'TEXT'                                                                                                  -- output_type
,'N' -- enable_trace
,'Y' -- restart
,'Y' -- nls_compliant
,'' -- icon_name
,'US'
   );
   


   COMMIT;
END;

**************************************************************************************************************************************************************


Any Questions. ..? Let me know.. .


Thanks.., ..

2 comments: