DBA Data[Home] [Help]

APPS.BIV_HS_SR_ARRIVAL_PKG dependencies on JTF_RS_GROUPS_VL

Line 229: from jtf_rs_groups_vl

225:
226: l_reached_upto := 'Before update group name';
227: update biv_tmp_sr_arrvl d
228: set col2=(select substr(group_name,1,50)
229: from jtf_rs_groups_vl
230: where group_id =d.ID ) ;
231:
232: biv_core_pkg.reset_view_by_param;
233: