DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_FEE_PVT dependencies on OKL_FEES_V

Line 450: FROM okl_fees_v

446: ,x_fee_rec.description
447: ,x_fee_rec.comments
448: ,x_fee_rec.payment_type_id
449: ,x_fee_rec.fee_purpose_code -- Bug#9708535
450: FROM okl_fees_v
451: WHERE id = p_fee_id;
452:
453: x_return_status := G_RET_STS_SUCCESS;
454: