DBA Data[Home] [Help]

APPS.FF_FFP_DEL dependencies on FF_FUNCTION_PARAMETERS

Line 62: -- Delete the ff_function_parameters row.

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

Line 64: delete from ff_function_parameters

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

Line 189: (p_module_name => 'FF_FUNCTION_PARAMETERS'

185: --
186: when hr_api.cannot_find_prog_unit then
187: --
188: hr_api.cannot_find_prog_unit_error
189: (p_module_name => 'FF_FUNCTION_PARAMETERS'
190: ,p_hook_type => 'AD');
191: --
192: end;
193: --