DBA Data[Home] [Help]

APPS.FF_FFN_DEL dependencies on FF_FUNCTIONS

Line 96: -- Delete the ff_functions row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: ff_ffn_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the ff_functions row.
97: --
98: delete from ff_functions
99: where function_id = p_rec.function_id;
100: --

Line 98: delete from ff_functions

94: ff_ffn_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the ff_functions row.
97: --
98: delete from ff_functions
99: where function_id = p_rec.function_id;
100: --
101: ff_ffn_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 231: (p_module_name => 'FF_FUNCTIONS'

227: --
228: when hr_api.cannot_find_prog_unit then
229: --
230: hr_api.cannot_find_prog_unit_error
231: (p_module_name => 'FF_FUNCTIONS'
232: ,p_hook_type => 'AD');
233: --
234: end;
235: --

Line 247: l_object_version_number ff_functions.object_version_number%type;

243: (p_rec in ff_ffn_shd.g_rec_type
244: ) is
245: --
246: l_proc varchar2(72) := g_package||'del';
247: l_object_version_number ff_functions.object_version_number%type;
248: --
249: Cursor c_ff_function_context
250: is
251: select sequence_number, object_version_number