DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_AUTH_TRX_PVT dependencies on OKL_ASSET_SUBSIDY_UV

Line 354: FROM okl_asset_subsidy_uv

350:
351: -- cursor to fetch the vendor details of the asset
352: CURSOR c_get_vendor_csr IS
353: SELECT vendor_id
354: FROM okl_asset_subsidy_uv
355: WHERE asset_cle_id = p_asset_id;
356: cv_get_vendor c_get_vendor_csr%ROWTYPE;
357:
358: lv_sixv_rec sixv_rec_type;