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;
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