DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_K_HEADERS_FULL_V

Line 31: from okl_k_headers_full_v khr,

27: nvl(pdt.reporting_pdt_id, -1) report_pdt_id,
28: khr.currency_code currency_code,
29: khr.term_duration term,
30: khr.authoring_org_id
31: from okl_k_headers_full_v khr,
32: okl_products_v pdt
33: where khr.id = chrId
34: and khr.pdt_id = pdt.id(+);
35: