DBA Data[Home] [Help]

APPS.CN_QUOTA_RULE_UPLIFT_PVT_W dependencies on CN_QUOTA_RULE_UPLIFT_PVT

Line 1: package body cn_quota_rule_uplift_pvt_w as

1: package body cn_quota_rule_uplift_pvt_w as
2: /* $Header: cnwrlutb.pls 120.3 2005/09/14 04:29 rarajara ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_quota_rule_uplift_pvt.quota_rule_uplift_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy cn_quota_rule_uplift_pvt.quota_rule_uplift_tbl_type, a0 JTF_NUMBER_TABLE

1: package body cn_quota_rule_uplift_pvt_w as
2: /* $Header: cnwrlutb.pls 120.3 2005/09/14 04:29 rarajara ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_quota_rule_uplift_pvt.quota_rule_uplift_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_DATE_TABLE

Line 44: procedure rosetta_table_copy_out_p1(t cn_quota_rule_uplift_pvt.quota_rule_uplift_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

40: end loop;
41: end if;
42: end if;
43: end rosetta_table_copy_in_p1;
44: procedure rosetta_table_copy_out_p1(t cn_quota_rule_uplift_pvt.quota_rule_uplift_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
45: , a1 out nocopy JTF_NUMBER_TABLE
46: , a2 out nocopy JTF_NUMBER_TABLE
47: , a3 out nocopy JTF_DATE_TABLE
48: , a4 out nocopy JTF_DATE_TABLE

Line 158: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;

154: , x_msg_data out nocopy VARCHAR2
155: )
156:
157: as
158: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
159: ddp_old_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
160: ddindx binary_integer; indx binary_integer;
161: begin
162:

Line 159: ddp_old_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;

155: )
156:
157: as
158: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
159: ddp_old_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
160: ddindx binary_integer; indx binary_integer;
161: begin
162:
163: -- copy data to the local IN or IN-OUT args, if any

Line 199: cn_quota_rule_uplift_pvt.validate_uplift(p_api_version,

195:
196:
197:
198: -- here's the delegated call to the old PL/SQL routine
199: cn_quota_rule_uplift_pvt.validate_uplift(p_api_version,
200: p_init_msg_list,
201: p_commit,
202: p_validation_level,
203: p_action,

Line 256: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;

252: , x_msg_data out nocopy VARCHAR2
253: )
254:
255: as
256: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
257: ddindx binary_integer; indx binary_integer;
258: begin
259:
260: -- copy data to the local IN or IN-OUT args, if any

Line 282: cn_quota_rule_uplift_pvt.create_uplift(p_api_version,

278:
279:
280:
281: -- here's the delegated call to the old PL/SQL routine
282: cn_quota_rule_uplift_pvt.create_uplift(p_api_version,
283: p_init_msg_list,
284: p_commit,
285: p_validation_level,
286: ddp_quota_rule_uplift,

Line 335: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;

331: , x_msg_data out nocopy VARCHAR2
332: )
333:
334: as
335: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
336: ddindx binary_integer; indx binary_integer;
337: begin
338:
339: -- copy data to the local IN or IN-OUT args, if any

Line 361: cn_quota_rule_uplift_pvt.update_uplift(p_api_version,

357:
358:
359:
360: -- here's the delegated call to the old PL/SQL routine
361: cn_quota_rule_uplift_pvt.update_uplift(p_api_version,
362: p_init_msg_list,
363: p_commit,
364: p_validation_level,
365: ddp_quota_rule_uplift,

Line 414: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;

410: , x_msg_data out nocopy VARCHAR2
411: )
412:
413: as
414: ddp_quota_rule_uplift cn_quota_rule_uplift_pvt.quota_rule_uplift_rec_type;
415: ddindx binary_integer; indx binary_integer;
416: begin
417:
418: -- copy data to the local IN or IN-OUT args, if any

Line 440: cn_quota_rule_uplift_pvt.delete_uplift(p_api_version,

436:
437:
438:
439: -- here's the delegated call to the old PL/SQL routine
440: cn_quota_rule_uplift_pvt.delete_uplift(p_api_version,
441: p_init_msg_list,
442: p_commit,
443: p_validation_level,
444: ddp_quota_rule_uplift,

Line 471: end cn_quota_rule_uplift_pvt_w;

467:
468:
469: end;
470:
471: end cn_quota_rule_uplift_pvt_w;