DBA Data[Home] [Help]

APPS.OKL_REV_LOSS_PROV_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

Line 23: , a1 JTF_VARCHAR2_TABLE_100

19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out nocopy okl_rev_loss_prov_pvt.lprv_tbl_type, a0 JTF_VARCHAR2_TABLE_200
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_DATE_TABLE
25: ) as
26: ddindx binary_integer; indx binary_integer;
27: begin

Line 46: , a1 out nocopy JTF_VARCHAR2_TABLE_100

42: end if;
43: end if;
44: end rosetta_table_copy_in_p1;
45: procedure rosetta_table_copy_out_p1(t okl_rev_loss_prov_pvt.lprv_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_200
46: , a1 out nocopy JTF_VARCHAR2_TABLE_100
47: , a2 out nocopy JTF_DATE_TABLE
48: ) as
49: ddindx binary_integer; indx binary_integer;
50: begin

Line 53: a1 := JTF_VARCHAR2_TABLE_100();

49: ddindx binary_integer; indx binary_integer;
50: begin
51: if t is null or t.count = 0 then
52: a0 := JTF_VARCHAR2_TABLE_200();
53: a1 := JTF_VARCHAR2_TABLE_100();
54: a2 := JTF_DATE_TABLE();
55: else
56: a0 := JTF_VARCHAR2_TABLE_200();
57: a1 := JTF_VARCHAR2_TABLE_100();

Line 57: a1 := JTF_VARCHAR2_TABLE_100();

53: a1 := JTF_VARCHAR2_TABLE_100();
54: a2 := JTF_DATE_TABLE();
55: else
56: a0 := JTF_VARCHAR2_TABLE_200();
57: a1 := JTF_VARCHAR2_TABLE_100();
58: a2 := JTF_DATE_TABLE();
59: if t.count > 0 then
60: a0.extend(t.count);
61: a1.extend(t.count);

Line 126: , p5_a1 JTF_VARCHAR2_TABLE_100

122: , x_msg_count out nocopy NUMBER
123: , x_msg_data out nocopy VARCHAR2
124: , x_return_status out nocopy VARCHAR2
125: , p5_a0 JTF_VARCHAR2_TABLE_200
126: , p5_a1 JTF_VARCHAR2_TABLE_100
127: , p5_a2 JTF_DATE_TABLE
128: )
129:
130: as