DBA Data[Home] [Help]

APPS.IEM_MS_MSGMETA_PVT dependencies on JTF_VARCHAR2_TABLE_4000

Line 14: -- jtf_varchar2_Table_4000 instead of jtf_varchar2_Table_2000

10: -- Liang Xia 10/16/2004 Redefined interface of create_headers
11: -- Liang Xia 11/16/2004 Changed to compliance with final odf patch
12: -- Liang Xia 08/18/2005 Changed create_msg_meta to accept message_id for DPM
13: -- lkullamb 07/27/2011 Changed create_string_msg_body to accept
14: -- jtf_varchar2_Table_4000 instead of jtf_varchar2_Table_2000
15: -- --------- ------ ------------------------------------------
16:
17: TYPE key_tbl_type IS table of VARCHAR(100) INDEX BY BINARY_INTEGER;
18:

Line 65: p_msg_body IN jtf_varchar2_Table_4000, -- fix for bug 12778600

61: p_init_msg_list IN VARCHAR2,
62: p_commit IN VARCHAR2,
63: p_message_id IN NUMBER,
64: p_part_type IN varchar2,
65: p_msg_body IN jtf_varchar2_Table_4000, -- fix for bug 12778600
66: x_return_status OUT NOCOPY VARCHAR2,
67: x_msg_count OUT NOCOPY NUMBER,
68: x_msg_data OUT NOCOPY VARCHAR2
69: