DBA Data[Home] [Help]

APPS.CS_SR_FUL_PKG dependencies on MTL_SYSTEM_ITEMS_KFV

Line 184: SELECT a.concatenated_segments, a.description from mtl_system_items_kfv a, cs_sr_incidents_v b

180: and b.primary_flag = 'Y'
181: and c.incident_id = l_incident_id ;
182:
183: CURSOR cs_product_csr is
184: SELECT a.concatenated_segments, a.description from mtl_system_items_kfv a, cs_sr_incidents_v b
185: where a.inventory_item_id = b.inventory_item_id
186: and a.organization_id = CS_STD.Get_Item_Valdn_Orgzn_Id
187: and b.incident_id = l_incident_id;
188: