DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on JTF_OBJECTS_VL

Line 468: select name into l_sr_name from jtf_objects_vl

464:
465: begin
466:
467: begin
468: select name into l_sr_name from jtf_objects_vl
469: where object_code='SR';
470: exception
471: when OTHERS then
472: l_sr_name := 'SR Error';