DBA Data[Home] [Help]

APPS.FF_FUNCTIONS_API dependencies on FF_FUNCTION_CONTEXT_USG_API

Line 382: FF_FUNCTION_CONTEXT_USG_API.DELETE_CONTEXT

378: fetch csr_function_context into l_function_id
379: ,l_context_sequence_number
380: ,l_context_ovn;
381: exit when csr_function_context%notfound;
382: FF_FUNCTION_CONTEXT_USG_API.DELETE_CONTEXT
383: (p_validate => p_validate
384: ,p_function_id => l_function_id
385: ,p_sequence_number => l_context_sequence_number
386: ,p_object_version_number => l_context_ovn