BEGIN
FND_PROGRAM.register('Concurrent program for Employee Information' -- program
, 'XXMZ Custom' -- application
, 'Y' -- enable
, 'XXMZ_TEST_EMPLOYEE' -- short_name
, 'TEST Employee Information' -- description
, 'XXMZ_TEST_EMPLOYEE' -- executable_short_name
, 'XXMZ 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'); -- language_code
COMMIT;
END;
No comments:
Post a Comment