DBA Data[Home] [Help]

APPS.FF_CON_BUS dependencies on FF_CONTEXTS

Line 19: select context_id from ff_contexts

15: l_proc varchar2(72) := g_package||'insert_validate';
16: l_context_id number;
17: --
18: cursor chk_context_id (c_context_id number) is
19: select context_id from ff_contexts
20: where context_id = c_context_id;
21: --
22: Begin
23: hr_utility.set_location('Entering:'||l_proc, 5);