DBA Data[Home] [Help]

APPS.AHL_RSV_RESERVATIONS_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

Line 4: , a1 JTF_VARCHAR2_TABLE_100

1: package body ahl_rsv_reservations_pvt_w as
2: /* $Header: AHLWRSVB.pls 120.0 2005/07/01 03:22 anraj noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy ahl_rsv_reservations_pvt.serial_number_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: ) as
6: ddindx binary_integer; indx binary_integer;
7: begin
8: if a0 is not null and a0.count > 0 then

Line 25: , a1 out nocopy JTF_VARCHAR2_TABLE_100

21: end if;
22: end if;
23: end rosetta_table_copy_in_p2;
24: procedure rosetta_table_copy_out_p2(t ahl_rsv_reservations_pvt.serial_number_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
25: , a1 out nocopy JTF_VARCHAR2_TABLE_100
26: ) as
27: ddindx binary_integer; indx binary_integer;
28: begin
29: if t is null or t.count = 0 then

Line 31: a1 := JTF_VARCHAR2_TABLE_100();

27: ddindx binary_integer; indx binary_integer;
28: begin
29: if t is null or t.count = 0 then
30: a0 := JTF_NUMBER_TABLE();
31: a1 := JTF_VARCHAR2_TABLE_100();
32: else
33: a0 := JTF_NUMBER_TABLE();
34: a1 := JTF_VARCHAR2_TABLE_100();
35: if t.count > 0 then

Line 34: a1 := JTF_VARCHAR2_TABLE_100();

30: a0 := JTF_NUMBER_TABLE();
31: a1 := JTF_VARCHAR2_TABLE_100();
32: else
33: a0 := JTF_NUMBER_TABLE();
34: a1 := JTF_VARCHAR2_TABLE_100();
35: if t.count > 0 then
36: a0.extend(t.count);
37: a1.extend(t.count);
38: ddindx := t.first;

Line 63: , p9_a1 JTF_VARCHAR2_TABLE_100

59: , x_msg_count out nocopy NUMBER
60: , x_msg_data out nocopy VARCHAR2
61: , p_scheduled_material_id NUMBER
62: , p9_a0 JTF_NUMBER_TABLE
63: , p9_a1 JTF_VARCHAR2_TABLE_100
64: )
65:
66: as
67: ddp_serial_number_tbl ahl_rsv_reservations_pvt.serial_number_tbl_type;