You are on page 1of 1

BEGIN

fnd_program.executable
(executable => 'RIDOT_DOCUMENT_GENERATOR',
application => 'RIDOT',
short_name => 'RIDOT_DOCUMENT_GENERATOR',
description => 'The Document Generator will query Object Inf
o from the database and create HTML Documentation for it',
execution_method => 'PL/SQL Stored Procedure',
execution_file_name => 'ridot_documentation_generator.main'
);
fnd_program.REGISTER (program => 'RIDOT Document Genera
tor',
application => 'RIDOT',
enabled => 'Y',
short_name => 'RIDOT_DOCUMENT_GENERA
TOR',
description => NULL,
executable_short_name => 'RIDOT_DOCUMENT_GENERA
TOR',
executable_application => 'RIDOT',
execution_options => NULL,
priority => NULL,
save_output => 'Y',
PRINT => 'Y',
cols => NULL,
ROWS => NULL,
style => 'Portrait',
style_required => 'N',
printer => NULL,
request_type => NULL,
request_type_application => NULL,
use_in_srs => 'Y',
allow_disabled_values => 'N',
run_alone => 'N',
output_type => 'TEXT',
enable_trace => 'N',
restart => 'Y',
nls_compliant => 'Y',
icon_name => NULL,
language_code => 'US',
mls_function_short_name => NULL,
mls_function_application => NULL,
incrementor => NULL,
refresh_portlet => NULL
);
fnd_program.add_to_group (program_short_name => 'RIDOT_DOCUMENT_GENERAT
OR',
program_application => 'RIDOT',
request_group => 'System Administrator R
eports',
group_application => 'FND'
);
END;

You might also like