You are on page 1of 1

SELECT ffv.

form_id "Form ID",


ffv.form_name "Form Name",
ffv.user_form_name "User Form Name",
ffv.description "Form Description",
ffcr.sequence "Sequence",
ffcr.description "Personalization Rule Name",
ffcr.*
FROM fnd_form_vl ffv,
fnd_form_custom_rules ffcr
WHERE ffv.form_name = ffcr.form_name
and ffv.form_id = 59220
ORDER BY ffv.form_name, ffcr.sequence
;

You might also like