DBA Data[Home] [Help]

APPS.CS_SR_FUL_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 341: from mtl_system_items_vl item,

337: -- Bug fix for 2428307. Added cursor by pnkalari on 07/01/2002.
338:
339: CURSOR cs_platform_csr is
340: select incident.platform_version,item.concatenated_segments platform
341: from mtl_system_items_vl item,
342: mtl_item_categories ic,
343: cs_sr_incidents_v incident
344: where item.organization_id = fnd_profile.value('CS_INV_VALIDATION_ORG')
345: and item.serv_req_enabled_code = 'E'