DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PVT_W dependencies on PA_CI_IMPACT_TYPE_USAGE_PVT

Line 1: package body pa_ci_impact_type_usage_pvt_w as

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;

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 61: ddp_impact_tbl pa_ci_impact_type_usage_pvt.impact_tbl_type;

57: , x_msg_data out nocopy VARCHAR2
58: )
59:
60: as
61: ddp_impact_tbl pa_ci_impact_type_usage_pvt.impact_tbl_type;
62: ddindx binary_integer; indx binary_integer;
63: begin
64:
65: -- copy data to the local IN or IN-OUT args, if any

Line 74: pa_ci_impact_type_usage_pvt_w.rosetta_table_copy_in_p9(ddp_impact_tbl, p8_a0

70:
71:
72:
73:
74: pa_ci_impact_type_usage_pvt_w.rosetta_table_copy_in_p9(ddp_impact_tbl, p8_a0
75: );
76:
77:
78:

Line 81: pa_ci_impact_type_usage_pvt.apply_ci_impact_type_usage(p_api_version,

77:
78:
79:
80: -- here's the delegated call to the old PL/SQL routine
81: pa_ci_impact_type_usage_pvt.apply_ci_impact_type_usage(p_api_version,
82: p_init_msg_list,
83: p_commit,
84: p_validate_only,
85: p_max_msg_count,

Line 108: end pa_ci_impact_type_usage_pvt_w;

104:
105:
106: end;
107:
108: end pa_ci_impact_type_usage_pvt_w;