DBA Data[Home] [Help]

APPS.OKL_SALES_QUOTE_QA_PVT dependencies on OKL_LEASE_OPPORTUNITIES_B

Line 171: from okl_lease_opportunities_b lop

167: lop.cust_acct_id,
168: NULL) as customer_credit_class,
169: lop.sales_rep_id,
170: lop.sales_territory_id
171: from okl_lease_opportunities_b lop
172: where lop.id=p_parent_object_id;
173:
174: l_lop_rec c_lop_rec%ROWTYPE;
175: