DBA Data[Home] [Help]

APPS.CS_SR_CTX_PKG dependencies on CS_INCIDENTS_ALL_TL

Line 25: from cs_incidents_all_tl tl, cs_incidents_all_b b

21:
22: CURSOR GET_SR_CONTENT(c_rowid rowid) IS
23: select tl.incident_id, tl.language, b.incident_type_id,
24: b.inventory_item_id, tl.summary
25: from cs_incidents_all_tl tl, cs_incidents_all_b b
26: where tl.rowid = c_rowid
27: and tl.incident_id = b.incident_id;
28:
29: CURSOR GET_SR_NOTS (c_obj_id NUMBER, c_lang VARCHAR2) IS