DBA Data[Home] [Help]

APPS.QPR_CREATE_AW dependencies on QPR_TERMS

Line 50: from qpr_terms

46: qprexpressions_rec qprexpressions_cur%ROWTYPE;
47:
48: CURSOR qprterms_cur(termId Number)IS
49: SELECT term_id,term_code,term_type
50: from qpr_terms
51: where term_id = termId;
52:
53: qprterms_rec qprterms_cur%ROWTYPE;
54: tempString varchar2(4000);