DBA Data[Home] [Help]

APPS.QP_UTIL dependencies on RA_TERMS_B

Line 3673: from ra_terms_b b ,ra_terms_tl t

3669:
3670: CURSOR term_cur(a_term_id NUMBER)
3671: IS
3672: select t.name
3673: from ra_terms_b b ,ra_terms_tl t
3674: where b.term_id = a_term_id and
3675: b.term_id = t.term_id and
3676: t.language = userenv('LANG');
3677: