DBA Data[Home] [Help]

APPS.IGS_EN_DASHBOARD_W dependencies on JTF_VARCHAR2_TABLE_200

Line 3: procedure rosetta_table_copy_in_p0(t out nocopy igs_en_dashboard.link_text_type, a0 JTF_VARCHAR2_TABLE_200) as

1: package body igs_en_dashboard_w as
2: /* $Header: IGSENB3B.pls 120.0 2005/09/13 10:03:21 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy igs_en_dashboard.link_text_type, a0 JTF_VARCHAR2_TABLE_200) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then
7: if a0.count > 0 then

Line 21: procedure rosetta_table_copy_out_p0(t igs_en_dashboard.link_text_type, a0 out nocopy JTF_VARCHAR2_TABLE_200) as

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p0;
21: procedure rosetta_table_copy_out_p0(t igs_en_dashboard.link_text_type, a0 out nocopy JTF_VARCHAR2_TABLE_200) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_VARCHAR2_TABLE_200();

Line 25: a0 := JTF_VARCHAR2_TABLE_200();

21: procedure rosetta_table_copy_out_p0(t igs_en_dashboard.link_text_type, a0 out nocopy JTF_VARCHAR2_TABLE_200) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_VARCHAR2_TABLE_200();
26: else
27: a0 := JTF_VARCHAR2_TABLE_200();
28: if t.count > 0 then
29: a0.extend(t.count);

Line 27: a0 := JTF_VARCHAR2_TABLE_200();

23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_VARCHAR2_TABLE_200();
26: else
27: a0 := JTF_VARCHAR2_TABLE_200();
28: if t.count > 0 then
29: a0.extend(t.count);
30: ddindx := t.first;
31: indx := 1;

Line 210: , p_text_tbl out nocopy JTF_VARCHAR2_TABLE_200

206: end rosetta_table_copy_out_p4;
207:
208: procedure student_api(p_n_person_id NUMBER
209: , p_c_person_type VARCHAR2
210: , p_text_tbl out nocopy JTF_VARCHAR2_TABLE_200
211: , p_cal_tbl out nocopy JTF_VARCHAR2_TABLE_100
212: , p_seq_tbl out nocopy JTF_NUMBER_TABLE
213: , p_car_tbl out nocopy JTF_VARCHAR2_TABLE_100
214: , p_typ_tbl out nocopy JTF_VARCHAR2_TABLE_100