DBA Data[Home] [Help]

APPS.EAM_TEXT_CTX_PKG dependencies on EAM_TEXT_UTIL

Line 11: eam_text_util.Get_Asset_Text

7: ) IS
8: l_tchar VARCHAR2(1) := NULL;
9: BEGIN
10: -- Call Intermedia Text user datastore API to do all the work
11: eam_text_util.Get_Asset_Text
12: ( p_rowid => p_rowid, p_output_type => 'CLOB'
13: , x_tlob => x_tlob, x_tchar => l_tchar
14: );
15: END Get_Asset_Text_CLOB;

Line 26: eam_text_util.Get_Asset_Text

22: BEGIN
23: --DBMS_LOB.CreateTemporary
24: --( lob_loc => l_tlob, cache => TRUE, dur => DBMS_LOB.Session );
25: -- Call Intermedia user datastore API to do all the work
26: eam_text_util.Get_Asset_Text
27: ( p_rowid => p_rowid, p_output_type => 'VARCHAR2'
28: , x_tlob => l_tlob, x_tchar => x_tchar
29: );
30: -- DBMS_LOB.FreeTemporary (lob_loc => l_tlob);

Line 40: eam_text_util.Get_Wo_Text

36: ) IS
37: l_tchar VARCHAR2(1) := NULL;
38: BEGIN
39: -- Call Intermedia Text user datastore API to do all the work
40: eam_text_util.Get_Wo_Text
41: ( p_rowid => p_rowid, p_output_type => 'CLOB'
42: , x_tlob => x_tlob, x_tchar => l_tchar
43: );
44: END Get_Wo_Text_CLOB;

Line 55: eam_text_util.Get_Wo_Text

51: BEGIN
52: --DBMS_LOB.CreateTemporary
53: --( lob_loc => l_tlob, cache => TRUE, dur => DBMS_LOB.Session );
54: -- Call Intermedia user datastore API to do all the work
55: eam_text_util.Get_Wo_Text
56: ( p_rowid => p_rowid, p_output_type => 'VARCHAR2'
57: , x_tlob => l_tlob, x_tchar => x_tchar
58: );
59: --DBMS_LOB.FreeTemporary (lob_loc => l_tlob);