DBA Data[Home] [Help]

APPS.OKL_TXD_ASSETS_PVT dependencies on OKL_TXL_ASSETS_V

Line 121: okl_txl_assets_v txl

117: SELECT h.currency_code,
118: h.currency_conversion_type,
119: h.currency_conversion_date
120: FROM okl_k_headers_full_v h,
121: okl_txl_assets_v txl
122: WHERE h.id = txl.dnz_khr_id
123: AND txl.id = p_tal_id;
124:
125: /*

Line 604: okl_txl_assets_v txl,

600: SELECT h.currency_code,
601: h.currency_conversion_type,
602: h.currency_conversion_date
603: FROM okl_k_headers_full_v h,
604: okl_txl_assets_v txl,
605: okl_txd_assets_v txd
606: WHERE h.id = txl.dnz_khr_id
607: AND txl.id = txd.tal_id
608: AND txd.id = p_txd_id;