DBA Data[Home] [Help]

APPS.CN_QUOTA_RULE_PVT_W dependencies on CN_QUOTA_RULE_PVT

Line 1: package body cn_quota_rule_pvt_w as

1: package body cn_quota_rule_pvt_w as
2: /* $Header: cnwqtrlb.pls 120.2 2005/09/14 04:28 rarajara ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_quota_rule_pvt.quota_rule_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy cn_quota_rule_pvt.quota_rule_tbl_type, a0 JTF_NUMBER_TABLE

1: package body cn_quota_rule_pvt_w as
2: /* $Header: cnwqtrlb.pls 120.2 2005/09/14 04:28 rarajara ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_quota_rule_pvt.quota_rule_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_VARCHAR2_TABLE_100
7: , a4 JTF_NUMBER_TABLE

Line 42: procedure rosetta_table_copy_out_p1(t cn_quota_rule_pvt.quota_rule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

38: end loop;
39: end if;
40: end if;
41: end rosetta_table_copy_in_p1;
42: procedure rosetta_table_copy_out_p1(t cn_quota_rule_pvt.quota_rule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
43: , a1 out nocopy JTF_NUMBER_TABLE
44: , a2 out nocopy JTF_VARCHAR2_TABLE_100
45: , a3 out nocopy JTF_VARCHAR2_TABLE_100
46: , a4 out nocopy JTF_NUMBER_TABLE

Line 149: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;

145: , x_msg_data out nocopy VARCHAR2
146: )
147:
148: as
149: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
150: ddp_old_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
151: ddindx binary_integer; indx binary_integer;
152: begin
153:

Line 150: ddp_old_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;

146: )
147:
148: as
149: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
150: ddp_old_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
151: ddindx binary_integer; indx binary_integer;
152: begin
153:
154: -- copy data to the local IN or IN-OUT args, if any

Line 188: cn_quota_rule_pvt.validate_quota_rule(p_api_version,

184:
185:
186:
187: -- here's the delegated call to the old PL/SQL routine
188: cn_quota_rule_pvt.validate_quota_rule(p_api_version,
189: p_init_msg_list,
190: p_commit,
191: p_validation_level,
192: p_action,

Line 243: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;

239: , x_msg_data out nocopy VARCHAR2
240: )
241:
242: as
243: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
244: ddindx binary_integer; indx binary_integer;
245: begin
246:
247: -- copy data to the local IN or IN-OUT args, if any

Line 268: cn_quota_rule_pvt.create_quota_rule(p_api_version,

264:
265:
266:
267: -- here's the delegated call to the old PL/SQL routine
268: cn_quota_rule_pvt.create_quota_rule(p_api_version,
269: p_init_msg_list,
270: p_commit,
271: p_validation_level,
272: ddp_quota_rule,

Line 319: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;

315: , x_msg_data out nocopy VARCHAR2
316: )
317:
318: as
319: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
320: ddindx binary_integer; indx binary_integer;
321: begin
322:
323: -- copy data to the local IN or IN-OUT args, if any

Line 344: cn_quota_rule_pvt.update_quota_rule(p_api_version,

340:
341:
342:
343: -- here's the delegated call to the old PL/SQL routine
344: cn_quota_rule_pvt.update_quota_rule(p_api_version,
345: p_init_msg_list,
346: p_commit,
347: p_validation_level,
348: ddp_quota_rule,

Line 395: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;

391: , x_msg_data out nocopy VARCHAR2
392: )
393:
394: as
395: ddp_quota_rule cn_quota_rule_pvt.quota_rule_rec_type;
396: ddindx binary_integer; indx binary_integer;
397: begin
398:
399: -- copy data to the local IN or IN-OUT args, if any

Line 420: cn_quota_rule_pvt.delete_quota_rule(p_api_version,

416:
417:
418:
419: -- here's the delegated call to the old PL/SQL routine
420: cn_quota_rule_pvt.delete_quota_rule(p_api_version,
421: p_init_msg_list,
422: p_commit,
423: p_validation_level,
424: ddp_quota_rule,

Line 450: end cn_quota_rule_pvt_w;

446:
447:
448: end;
449:
450: end cn_quota_rule_pvt_w;