DBA Data[Home] [Help]

APPS.HZ_GEO_STRUCTURE_PUB_UIW_JW dependencies on JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p0(t out nocopy hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 JTF_VARCHAR2_TABLE_100);

1: package hz_geo_structure_pub_uiw_jw as
2: /* $Header: ARHGSTJS.pls 120.1 2005/08/26 15:22:32 dmmehta noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 JTF_VARCHAR2_TABLE_100);
4: procedure rosetta_table_copy_out_p0(t hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100);
5:
6: procedure create_geography_type(p_init_msg_list VARCHAR2
7: , x_return_status out nocopy VARCHAR2

Line 4: procedure rosetta_table_copy_out_p0(t hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100);

1: package hz_geo_structure_pub_uiw_jw as
2: /* $Header: ARHGSTJS.pls 120.1 2005/08/26 15:22:32 dmmehta noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 JTF_VARCHAR2_TABLE_100);
4: procedure rosetta_table_copy_out_p0(t hz_geo_structure_pub_uiw.incl_geo_type_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100);
5:
6: procedure create_geography_type(p_init_msg_list VARCHAR2
7: , x_return_status out nocopy VARCHAR2
8: , x_msg_count out nocopy NUMBER

Line 37: , p_included_geography_type JTF_VARCHAR2_TABLE_100

33: , p1_a3 VARCHAR2 := null
34: , p1_a4 NUMBER := null
35: );
36: procedure create_zone_type(p_init_msg_list VARCHAR2
37: , p_included_geography_type JTF_VARCHAR2_TABLE_100
38: , x_return_status out nocopy VARCHAR2
39: , x_msg_count out nocopy NUMBER
40: , x_msg_data out nocopy VARCHAR2
41: , p1_a0 VARCHAR2 := null

Line 50: , p_included_geography_type JTF_VARCHAR2_TABLE_100

46: , p1_a5 VARCHAR2 := null
47: , p1_a6 NUMBER := null
48: );
49: procedure update_zone_type(p_init_msg_list VARCHAR2
50: , p_included_geography_type JTF_VARCHAR2_TABLE_100
51: , p_object_version_number in out nocopy NUMBER
52: , x_return_status out nocopy VARCHAR2
53: , x_msg_count out nocopy NUMBER
54: , x_msg_data out nocopy VARCHAR2