DBA Data[Home] [Help]

APPS.QP_UTIL dependencies on RA_TERMS_B

Line 3686: from ra_terms_b b ,ra_terms_tl t

3682:
3683: CURSOR term_cur(a_term_id NUMBER)
3684: IS
3685: select t.name
3686: from ra_terms_b b ,ra_terms_tl t
3687: where b.term_id = a_term_id and
3688: b.term_id = t.term_id and
3689: t.language = userenv('LANG');
3690: