DBA Data[Home] [Help]

APPS.FND_FORM_CUSTOM_RULES_PKG dependencies on FND_FORM_CUSTOM_PARAMS

Line 69: delete from fnd_form_custom_params

65:
66: /*
67: ** Delete Forms Personalizations for specified context
68: */
69: delete from fnd_form_custom_params
70: where action_id in
71: (select action_id
72: from fnd_form_custom_actions a , fnd_form_custom_rules r
73: where a.rule_id = r.id