DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on MTL_SYSTEM_ITEMS_TL

Line 6454: from mtl_system_items_tl product_tl

6450: from mtl_system_items_b_kfv product_b
6451: where product_b.inventory_item_id = inc.inventory_item_id
6452: and product_b.organization_id = inc.inv_organization_id) Product
6453: ,(select product_tl.description
6454: from mtl_system_items_tl product_tl
6455: where product_tl.inventory_item_id = inc.inventory_item_id
6456: and product_tl.organization_id = inc.inv_organization_id
6457: and product_tl.language = userenv('LANG')) ProductDescription
6458: ,inc.incident_date CreationDate