DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_FEE_PVT dependencies on OKL_FEES_V

Line 448: FROM okl_fees_v

444: ,x_fee_rec.short_description
445: ,x_fee_rec.description
446: ,x_fee_rec.comments
447: ,x_fee_rec.payment_type_id
448: FROM okl_fees_v
449: WHERE id = p_fee_id;
450:
451: x_return_status := G_RET_STS_SUCCESS;
452: