SELECT
ffcr.function_name,
ffcr.function_name,
ffft.user_function_name "User Form Name",
ffcr.form_name "from Source File Name",
Ffcr.ID "Form ID",
(
SELECT user_name
SELECT user_name
FROM fnd_user fu
WHERE fu.user_id = ffcr.created_by
) "Created By ",
) "Created By ",
ffcr.creation_date,
ffcr.last_update_date,
ffcr.SEQUENCE,
ffcr.rule_key,
ffcr.description,
ffcr.rule_type,
ffcr.enabled,
ffcr.trigger_event,
ffcr.trigger_object,
ffcr.condition,
ffcr.fire_in_enter_query
FROM fnd_form_custom_rules
ffcr, fnd_form_functions_vl ffft
WHERE ffcr.ID = ffft.function_id
No comments:
Post a Comment