DBA Data[Home] [Help]

APPS.FPA_SCORECARDS_PVT_W dependencies on FPA_SCORECARDS_PVT

Line 1: package body fpa_scorecards_pvt_w as

1: package body fpa_scorecards_pvt_w as
2: /* $Header: FPAESCRB.pls 120.2 2005/09/14 11:37:09 appldev noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy fpa_scorecards_pvt.fpa_scorecard_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_2000

Line 3: procedure rosetta_table_copy_in_p2(t out nocopy fpa_scorecards_pvt.fpa_scorecard_tbl_type, a0 JTF_NUMBER_TABLE

1: package body fpa_scorecards_pvt_w as
2: /* $Header: FPAESCRB.pls 120.2 2005/09/14 11:37:09 appldev noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy fpa_scorecards_pvt.fpa_scorecard_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_2000
6: ) as
7: ddindx binary_integer; indx binary_integer;

Line 26: procedure rosetta_table_copy_out_p2(t fpa_scorecards_pvt.fpa_scorecard_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

22: end loop;
23: end if;
24: end if;
25: end rosetta_table_copy_in_p2;
26: procedure rosetta_table_copy_out_p2(t fpa_scorecards_pvt.fpa_scorecard_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
27: , a1 out nocopy JTF_NUMBER_TABLE
28: , a2 out nocopy JTF_VARCHAR2_TABLE_2000
29: ) as
30: ddindx binary_integer; indx binary_integer;

Line 74: ddp_scorecard_tbl fpa_scorecards_pvt.fpa_scorecard_tbl_type;

70: , x_msg_data out nocopy VARCHAR2
71: )
72:
73: as
74: ddp_scorecard_tbl fpa_scorecards_pvt.fpa_scorecard_tbl_type;
75: ddindx binary_integer; indx binary_integer;
76: begin
77:
78: -- copy data to the local IN or IN-OUT args, if any

Line 84: fpa_scorecards_pvt_w.rosetta_table_copy_in_p2(ddp_scorecard_tbl, p5_a0

80:
81:
82:
83:
84: fpa_scorecards_pvt_w.rosetta_table_copy_in_p2(ddp_scorecard_tbl, p5_a0
85: , p5_a1
86: , p5_a2
87: );
88:

Line 93: fpa_scorecards_pvt.update_calc_pjt_scorecard_aw(p_api_version,

89:
90:
91:
92: -- here's the delegated call to the old PL/SQL routine
93: fpa_scorecards_pvt.update_calc_pjt_scorecard_aw(p_api_version,
94: p_init_msg_list,
95: p_commit,
96: p_planning_cycle_id,
97: p_project_id,

Line 129: ddp_scorecard_tbl fpa_scorecards_pvt.fpa_scorecard_tbl_type;

125: , x_msg_data out nocopy VARCHAR2
126: )
127:
128: as
129: ddp_scorecard_tbl fpa_scorecards_pvt.fpa_scorecard_tbl_type;
130: ddindx binary_integer; indx binary_integer;
131: begin
132:
133: -- copy data to the local IN or IN-OUT args, if any

Line 140: fpa_scorecards_pvt_w.rosetta_table_copy_in_p2(ddp_scorecard_tbl, p6_a0

136:
137:
138:
139:
140: fpa_scorecards_pvt_w.rosetta_table_copy_in_p2(ddp_scorecard_tbl, p6_a0
141: , p6_a1
142: , p6_a2
143: );
144:

Line 149: fpa_scorecards_pvt.update_calc_scen_scorecard_aw(p_api_version,

145:
146:
147:
148: -- here's the delegated call to the old PL/SQL routine
149: fpa_scorecards_pvt.update_calc_scen_scorecard_aw(p_api_version,
150: p_init_msg_list,
151: p_commit,
152: p_planning_cycle_id,
153: p_scenario_id,

Line 172: end fpa_scorecards_pvt_w;

168:
169:
170: end;
171:
172: end fpa_scorecards_pvt_w;