SELECT application_id,
executable_id,
executable_name,
execution_file_name,
subroutine_name,
icon_name,
execution_file_path
FROM fnd_executables
WHERE application_id = &application_id AND executable_name LIKE '%&
executable_name%';
Note: Here application_id could be id as per query no. 1 and executable_name
could be 'APXPBFOR'
executable_id,
executable_name,
execution_file_name,
subroutine_name,
icon_name,
execution_file_path
FROM fnd_executables
WHERE application_id = &application_id AND executable_name LIKE '%&
executable_name%';
Note: Here application_id could be id as per query no. 1 and executable_name
could be 'APXPBFOR'
No comments:
Post a Comment