DBA Data[Home] [Help]

APPS.OKL_PA_DATA_INTEGRITY dependencies on OKL_LEASEAPP_TEMPL_VERSIONS_V

Line 412: okl_leaseapp_templ_versions_v vers

408: CURSOR get_application_template_rec(cp_id IN NUMBER, cp_version IN NUMBER)IS
409: SELECT temp.name, --temp.reference_number,
410: vers.version_status
411: FROM OKL_LEASEAPP_TMPLS temp,
412: okl_leaseapp_templ_versions_v vers
413: WHERE temp.id = cp_id
414: AND vers.leaseapp_template_id = temp.id
415: -- Manu 02-Sep-2005 version changed to version_number
416: AND vers.version_number = cp_version ;