DBA Data[Home] [Help]

APPS.JTF_CAL_GRANTS_PVT_W dependencies on JTF_VARCHAR2_TABLE_300

Line 13: procedure rosetta_table_copy_in_p1(t out nocopy jtf_cal_grants_pvt.granteetbl, a0 JTF_VARCHAR2_TABLE_300

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy jtf_cal_grants_pvt.granteetbl, a0 JTF_VARCHAR2_TABLE_300
14: , a1 JTF_NUMBER_TABLE
15: , a2 JTF_VARCHAR2_TABLE_100
16: ) as
17: ddindx binary_integer; indx binary_integer;

Line 36: procedure rosetta_table_copy_out_p1(t jtf_cal_grants_pvt.granteetbl, a0 out nocopy JTF_VARCHAR2_TABLE_300

32: end loop;
33: end if;
34: end if;
35: end rosetta_table_copy_in_p1;
36: procedure rosetta_table_copy_out_p1(t jtf_cal_grants_pvt.granteetbl, a0 out nocopy JTF_VARCHAR2_TABLE_300
37: , a1 out nocopy JTF_NUMBER_TABLE
38: , a2 out nocopy JTF_VARCHAR2_TABLE_100
39: ) as
40: ddindx binary_integer; indx binary_integer;

Line 43: a0 := JTF_VARCHAR2_TABLE_300();

39: ) as
40: ddindx binary_integer; indx binary_integer;
41: begin
42: if t is null or t.count = 0 then
43: a0 := JTF_VARCHAR2_TABLE_300();
44: a1 := JTF_NUMBER_TABLE();
45: a2 := JTF_VARCHAR2_TABLE_100();
46: else
47: a0 := JTF_VARCHAR2_TABLE_300();

Line 47: a0 := JTF_VARCHAR2_TABLE_300();

43: a0 := JTF_VARCHAR2_TABLE_300();
44: a1 := JTF_NUMBER_TABLE();
45: a2 := JTF_VARCHAR2_TABLE_100();
46: else
47: a0 := JTF_VARCHAR2_TABLE_300();
48: a1 := JTF_NUMBER_TABLE();
49: a2 := JTF_VARCHAR2_TABLE_100();
50: if t.count > 0 then
51: a0.extend(t.count);