DBA Data[Home] [Help]

APPS.IEM_DATASTORE dependencies on IEM_IMT_TEXTS

Line 28: from iem_imt_texts

24: ) is
25:
26: BEGIN
27: select message_text into x_clob
28: from iem_imt_texts
29: where rowid=p_rowid;
30: EXCEPTION WHEN OTHERS THEN
31: null;
32: END get_imt_data;