DBA Data[Home] [Help]

APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_DYNAMIC_GROUPS_B

Line 297: -- this leaves a FTS on jtf_rs_dynamic_groups_b since it has no index except the

293: -- and A.Usage = 'ISUPPORT';
294: --and A.last_update_date > Sysdate - 1;
295:
296: -- bug 4861793 : performance fix
297: -- this leaves a FTS on jtf_rs_dynamic_groups_b since it has no index except the
298: -- key column. should be ok for us, since this is a small setup table.
299: Cursor l_upd_usrgrp_csr IS
300: select
301: B.group_id,

Line 311: jtf_rs_dynamic_groups_b A,

307: BTL.group_desc,
308: B.object_version_number,
309: A.sql_text
310: from
311: jtf_rs_dynamic_groups_b A,
312: jtf_rs_dynamic_groups_tl ATL,
313: jtf_rs_groups_b B,
314: jtf_rs_groups_tl BTL
315: Where