DBA Data[Home] [Help]

APPS.OKL_BTCH_CASH_SUMRY_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

Line 23: , a1 JTF_VARCHAR2_TABLE_100

19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p13(t out NOCOPY okl_btch_cash_sumry_pvt.okl_btch_sumry_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_100
24: ) as
25: ddindx binary_integer; indx binary_integer;
26: begin
27: if a0 is not null and a0.count > 0 then

Line 44: , a1 out NOCOPY JTF_VARCHAR2_TABLE_100

40: end if;
41: end if;
42: end rosetta_table_copy_in_p13;
43: procedure rosetta_table_copy_out_p13(t okl_btch_cash_sumry_pvt.okl_btch_sumry_tbl_type, a0 out NOCOPY JTF_NUMBER_TABLE
44: , a1 out NOCOPY JTF_VARCHAR2_TABLE_100
45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin
48: if t is null or t.count = 0 then

Line 50: a1 := JTF_VARCHAR2_TABLE_100();

46: ddindx binary_integer; indx binary_integer;
47: begin
48: if t is null or t.count = 0 then
49: a0 := JTF_NUMBER_TABLE();
50: a1 := JTF_VARCHAR2_TABLE_100();
51: else
52: a0 := JTF_NUMBER_TABLE();
53: a1 := JTF_VARCHAR2_TABLE_100();
54: if t.count > 0 then

Line 53: a1 := JTF_VARCHAR2_TABLE_100();

49: a0 := JTF_NUMBER_TABLE();
50: a1 := JTF_VARCHAR2_TABLE_100();
51: else
52: a0 := JTF_NUMBER_TABLE();
53: a1 := JTF_VARCHAR2_TABLE_100();
54: if t.count > 0 then
55: a0.extend(t.count);
56: a1.extend(t.count);
57: ddindx := t.first;

Line 78: , p5_a1 JTF_VARCHAR2_TABLE_100

74: , x_return_status out NOCOPY VARCHAR2
75: , x_msg_count out NOCOPY NUMBER
76: , x_msg_data out NOCOPY VARCHAR2
77: , p5_a0 JTF_NUMBER_TABLE
78: , p5_a1 JTF_VARCHAR2_TABLE_100
79: )
80:
81: as
82: ddp_btch_tbl okl_btch_cash_sumry_pvt.okl_btch_sumry_tbl_type;