DBA Data[Home] [Help]

APPS.HXC_DRU_DEL dependencies on HXC_DATA_APP_RULE_USAGES

Line 66: -- Delete the hxc_data_app_rule_usages row.

62: end if;
63: --
64: hxc_dru_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the hxc_data_app_rule_usages row.
67: --
68: delete from hxc_data_app_rule_usages
69: where data_app_rule_usage_id = p_rec.data_app_rule_usage_id;
70: --

Line 68: delete from hxc_data_app_rule_usages

64: hxc_dru_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the hxc_data_app_rule_usages row.
67: --
68: delete from hxc_data_app_rule_usages
69: where data_app_rule_usage_id = p_rec.data_app_rule_usage_id;
70: --
71: hxc_dru_shd.g_api_dml := false; -- Unset the api dml status
72: --

Line 196: (p_module_name => 'HXC_DATA_APP_RULE_USAGES'

192: --
193: when hr_api.cannot_find_prog_unit then
194: --
195: hr_api.cannot_find_prog_unit_error
196: (p_module_name => 'HXC_DATA_APP_RULE_USAGES'
197: ,p_hook_type => 'AD');
198: --
199: end;
200: --