DBA Data[Home] [Help]

APPS.FF_FFN_DEL dependencies on FF_FUNCTION_CONTEXT_USAGES

Line 252: from ff_function_context_usages

248: --
249: Cursor c_ff_function_context
250: is
251: select sequence_number, object_version_number
252: from ff_function_context_usages
253: where function_id = p_rec.function_id
254: for update nowait;
255:
256: Cursor c_ff_parameters

Line 267: -- Cascade delete the child entities for FF_FUNCTION_CONTEXT_USAGES

263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265:
266: --
267: -- Cascade delete the child entities for FF_FUNCTION_CONTEXT_USAGES
268: --
269: For l_function_context in c_ff_function_context
270: Loop
271: l_object_version_number := l_function_context.object_version_number;