DBA Data[Home] [Help]

APPS.OKS_MASS_UPD_PVT dependencies on CSI_SYSTEMS_TL

Line 3043: CSI_SYSTEMS_TL CSTL

3039: okc_k_lines_b lin,
3040: OKX_SYSTEM_ITEMS_V SI,
3041: oks_ib_config_v cs_item,
3042: okc_statuses_b sts,
3043: CSI_SYSTEMS_TL CSTL
3044: WHERE itm.object1_id1 = cs_item.customer_product_id
3045: AND cs_item.system_id = cstl.system_id(+)
3046: AND CSTL.LANGUAGE(+) = UserEnv('LANG')
3047: AND lin.id = itm.cle_id

Line 3223: CSI_SYSTEMS_TL CSTL

3219: FROM okc_k_items itm,
3220: okc_k_lines_b lin,
3221: okx_systems_v SI,
3222: okc_statuses_b sts,
3223: CSI_SYSTEMS_TL CSTL
3224: WHERE lin.id = itm.cle_id
3225: AND lin.dnz_chr_id = p_contract_id
3226: AND itm.object1_id1 = SI.id1
3227: AND SI.id2 = '#'