DBA Data[Home] [Help]

APPS.AMS_LIST_ENTRIES_PVT dependencies on JTF_IH_OUTCOMES_VL

Line 3604: from jtf_ih_outcomes_vl

3600: l_dummy varchar2(1);
3601: cursor check_outcome (cur_outcome_id number)
3602: is
3603: select 'x'
3604: from jtf_ih_outcomes_vl
3605: where outcome_id = cur_outcome_id ;
3606: cursor check_result (cur_outcome_id number, cur_result_id number)
3607: is
3608: select 'x'