DBA Data[Home] [Help]

APPS.FND_FORM_CUSTOM_RULES_PKG dependencies on FND_FORM_CUSTOM_PARAMS

Line 13: delete from fnd_form_custom_params

9: BEGIN
10: if g_function_rows_deleted = X_FUNCTION_NAME then
11: RETURN;
12: else
13: delete from fnd_form_custom_params
14: where action_id in (select action_id
15: from fnd_form_custom_actions a , fnd_form_custom_rules r
16: where a.rule_id = r.id
17: and r.created_by <> 1

Line 47: delete from fnd_form_custom_params

43: BEGIN
44: if g_form_rows_deleted = X_FORM_NAME then
45: RETURN;
46: else
47: delete from fnd_form_custom_params
48: where action_id in (select action_id
49: from fnd_form_custom_actions a , fnd_form_custom_rules r
50: where a.rule_id = r.id
51: and r.created_by <> 1

Line 84: delete from fnd_form_custom_params

80: if (g_form_rows_deleted = X_FORM_NAME OR X_FORM_NAME IS NULL)
81: AND g_industry_rows_deleted = X_RULE_KEY then
82: RETURN;
83: else
84: delete from fnd_form_custom_params
85: where action_id in (select action_id
86: from fnd_form_custom_actions a , fnd_form_custom_rules r
87: where a.rule_id = r.id
88: and r.created_by = 8