DBA Data[Home] [Help]

APPS.IEM_MS_MSGMETA_PVT dependencies on JTF_VARCHAR2_TABLE_2000

Line 15: -- jtf_varchar2_Table_4000 instead of jtf_varchar2_Table_2000

11: -- Liang Xia 12/16/2004 Fixed problem when extheader value length larger than 256
12: -- Liang Xia 08/18/2005 Changed create_msg_meta to accept message_id for DPM
13: -- trucate headers to fit into schema.
14: -- lkullamb 07/27/2011 Changed create_string_msg_body to accept
15: -- jtf_varchar2_Table_4000 instead of jtf_varchar2_Table_2000
16: -- --------- ------ ------------------------------------------
17:
18:
19: -- Enter procedure, function bodies as shown below

Line 235: p_value_tbl IN jtf_varchar2_Table_2000,

231: p_init_msg_list IN VARCHAR2 := null,
232: p_commit IN VARCHAR2 := null,
233: p_msg_meta_id IN jtf_varchar2_Table_100,
234: p_name_tbl IN jtf_varchar2_Table_300,
235: p_value_tbl IN jtf_varchar2_Table_2000,
236: x_return_status OUT NOCOPY VARCHAR2,
237: x_msg_count OUT NOCOPY NUMBER,
238: x_msg_data OUT NOCOPY VARCHAR2
239: ) is