DBA Data[Home] [Help]

APPS.CN_ACC_PERIODS_PVT_W dependencies on CN_ACC_PERIODS_PVT

Line 1: package body cn_acc_periods_pvt_w as

1: package body cn_acc_periods_pvt_w as
2: /* $Header: cnwsyprb.pls 120.1 2005/09/14 03:43 vensrini noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_acc_periods_pvt.acc_period_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_DATE_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy cn_acc_periods_pvt.acc_period_tbl_type, a0 JTF_VARCHAR2_TABLE_100

1: package body cn_acc_periods_pvt_w as
2: /* $Header: cnwsyprb.pls 120.1 2005/09/14 03:43 vensrini noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_acc_periods_pvt.acc_period_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_DATE_TABLE
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_VARCHAR2_TABLE_100

Line 36: procedure rosetta_table_copy_out_p1(t cn_acc_periods_pvt.acc_period_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

32: end loop;
33: end if;
34: end if;
35: end rosetta_table_copy_in_p1;
36: procedure rosetta_table_copy_out_p1(t cn_acc_periods_pvt.acc_period_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
37: , a1 out nocopy JTF_NUMBER_TABLE
38: , a2 out nocopy JTF_DATE_TABLE
39: , a3 out nocopy JTF_DATE_TABLE
40: , a4 out nocopy JTF_VARCHAR2_TABLE_100

Line 114: ddp_acc_period_tbl cn_acc_periods_pvt.acc_period_tbl_type;

110: , x_msg_data out nocopy VARCHAR2
111: )
112:
113: as
114: ddp_acc_period_tbl cn_acc_periods_pvt.acc_period_tbl_type;
115: ddindx binary_integer; indx binary_integer;
116: begin
117:
118: -- copy data to the local IN or IN-OUT args, if any

Line 123: cn_acc_periods_pvt_w.rosetta_table_copy_in_p1(ddp_acc_period_tbl, p4_a0

119:
120:
121:
122:
123: cn_acc_periods_pvt_w.rosetta_table_copy_in_p1(ddp_acc_period_tbl, p4_a0
124: , p4_a1
125: , p4_a2
126: , p4_a3
127: , p4_a4

Line 138: cn_acc_periods_pvt.update_acc_periods(p_api_version,

134:
135:
136:
137: -- here's the delegated call to the old PL/SQL routine
138: cn_acc_periods_pvt.update_acc_periods(p_api_version,
139: p_init_msg_list,
140: p_commit,
141: p_validation_level,
142: ddp_acc_period_tbl,

Line 174: ddx_acc_period_tbl cn_acc_periods_pvt.acc_period_tbl_type;

170: , p4_a7 out nocopy JTF_NUMBER_TABLE
171: )
172:
173: as
174: ddx_acc_period_tbl cn_acc_periods_pvt.acc_period_tbl_type;
175: ddindx binary_integer; indx binary_integer;
176: begin
177:
178: -- copy data to the local IN or IN-OUT args, if any

Line 185: cn_acc_periods_pvt.get_acc_periods(p_year,

181:
182:
183:
184: -- here's the delegated call to the old PL/SQL routine
185: cn_acc_periods_pvt.get_acc_periods(p_year,
186: x_system_status,
187: x_calendar,
188: x_period_type,
189: ddx_acc_period_tbl);

Line 196: cn_acc_periods_pvt_w.rosetta_table_copy_out_p1(ddx_acc_period_tbl, p4_a0

192:
193:
194:
195:
196: cn_acc_periods_pvt_w.rosetta_table_copy_out_p1(ddx_acc_period_tbl, p4_a0
197: , p4_a1
198: , p4_a2
199: , p4_a3
200: , p4_a4

Line 207: end cn_acc_periods_pvt_w;

203: , p4_a7
204: );
205: end;
206:
207: end cn_acc_periods_pvt_w;