DBA Data[Home] [Help]

APPS.IEM_AMV_PVT dependencies on JTF_NUMBER_TABLE

Line 20: l_cat_ids_tbl jtf_number_table:=jtf_number_table();

16:
17: l_index number:=0;
18: l_out_index number;
19:
20: l_cat_ids_tbl jtf_number_table:=jtf_number_table();
21: l_cat_names_tbl jtf_varchar2_Table_100:=jtf_varchar2_Table_100();
22:
23:
24: l_return_status VARCHAR2(20) := FND_API.G_RET_STS_SUCCESS;

Line 175: l_cat_ids_tbl jtf_number_table:=jtf_number_table();

171: l_out_index number:=0;
172: l_cat_count number:=0;
173: l_string VARCHAR2(500);
174:
175: l_cat_ids_tbl jtf_number_table:=jtf_number_table();
176: l_cat_names_tbl jtf_varchar2_Table_100:=jtf_varchar2_Table_100();
177:
178: l_return_status VARCHAR2(20) := FND_API.G_RET_STS_SUCCESS;
179: l_msg_count NUMBER := 0;