DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKC_K_ARTICLES_V

Line 1128: FROM okc_k_articles_v change_req

1124: ,change_req.sbt_code
1125: ,change_req.name
1126: ,change_req.cat_type
1127: ,change_req.text
1128: FROM okc_k_articles_v change_req
1129: where change_req.dnz_chr_id = cp_chr_id -- updated the code
1130: and change_req.chr_id=change_req.dnz_chr_id ; -- for performance issue bug#5484903
1131: -- WHERE change_req.chr_id = cp_chr_id; --commented out the old filter condition
1132: