DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p9(t out nocopy pa_ci_impact_type_usage_pvt.impact_tbl_type, a0 JTF_VARCHAR2_TABLE_100

1: package body pa_ci_impact_type_usage_pvt_w as
2: /* $Header: PACIIMUB.pls 120.0.12010000.1 2009/06/08 18:58:03 cklee noship $ */
3: procedure rosetta_table_copy_in_p9(t out nocopy pa_ci_impact_type_usage_pvt.impact_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: ) as
5: ddindx binary_integer; indx binary_integer;
6: begin
7: if a0 is not null and a0.count > 0 then

Line 22: procedure rosetta_table_copy_out_p9(t pa_ci_impact_type_usage_pvt.impact_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

18: end loop;
19: end if;
20: end if;
21: end rosetta_table_copy_in_p9;
22: procedure rosetta_table_copy_out_p9(t pa_ci_impact_type_usage_pvt.impact_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
23: ) as
24: ddindx binary_integer; indx binary_integer;
25: begin
26: if t is null or t.count = 0 then

Line 27: a0 := JTF_VARCHAR2_TABLE_100();

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

Line 29: a0 := JTF_VARCHAR2_TABLE_100();

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

Line 54: , p8_a0 JTF_VARCHAR2_TABLE_100

50: , p_max_msg_count NUMBER
51: , p_ui_mode VARCHAR2
52: , p_ci_class_code VARCHAR2
53: , p_ci_type_id NUMBER
54: , p8_a0 JTF_VARCHAR2_TABLE_100
55: , x_return_status out nocopy VARCHAR2
56: , x_msg_count out nocopy NUMBER
57: , x_msg_data out nocopy VARCHAR2
58: )