DBA Data[Home] [Help]

APPS.FF_FCU_DEL dependencies on FF_FUNCTION_CONTEXT_USAGES

Line 62: -- Delete the ff_function_context_usages row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: ff_fcu_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ff_function_context_usages row.
63: --
64: delete from ff_function_context_usages
65: where function_id = p_rec.function_id
66: and sequence_number = p_rec.sequence_number;

Line 64: delete from ff_function_context_usages

60: ff_fcu_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ff_function_context_usages row.
63: --
64: delete from ff_function_context_usages
65: where function_id = p_rec.function_id
66: and sequence_number = p_rec.sequence_number;
67: --
68: ff_fcu_shd.g_api_dml := false; -- Unset the api dml status

Line 181: (p_module_name => 'FF_FUNCTION_CONTEXT_USAGES'

177: --
178: when hr_api.cannot_find_prog_unit then
179: --
180: hr_api.cannot_find_prog_unit_error
181: (p_module_name => 'FF_FUNCTION_CONTEXT_USAGES'
182: ,p_hook_type => 'AD');
183: --
184: end;
185: --