DBA Data[Home] [Help]

APPS.OKL_LEASE_RATE_SETS_PVT_W dependencies on JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p22(t out nocopy okl_lease_rate_sets_pvt.okl_number_table, a0 JTF_NUMBER_TABLE) as

1: package body okl_lease_rate_sets_pvt_w as
2: /* $Header: OKLELRSB.pls 120.1 2005/09/30 11:00:09 asawanka noship $ */
3: procedure rosetta_table_copy_in_p22(t out nocopy okl_lease_rate_sets_pvt.okl_number_table, a0 JTF_NUMBER_TABLE) 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_p22(t okl_lease_rate_sets_pvt.okl_number_table, a0 out nocopy JTF_NUMBER_TABLE) as

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p22;
21: procedure rosetta_table_copy_out_p22(t okl_lease_rate_sets_pvt.okl_number_table, a0 out nocopy JTF_NUMBER_TABLE) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_NUMBER_TABLE();

Line 25: a0 := JTF_NUMBER_TABLE();

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

Line 27: a0 := JTF_NUMBER_TABLE();

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

Line 3244: , p_lrv_id_tbl JTF_NUMBER_TABLE

3240: , p_init_msg_list VARCHAR2
3241: , x_return_status out nocopy VARCHAR2
3242: , x_msg_count out nocopy NUMBER
3243: , x_msg_data out nocopy VARCHAR2
3244: , p_lrv_id_tbl JTF_NUMBER_TABLE
3245: , p_end_date DATE
3246: )
3247:
3248: as