DBA Data[Home] [Help]

APPS.CN_PMTPLAN_PVT_W dependencies on CN_PMTPLAN_PVT

Line 1: package body cn_pmtplan_pvt_w as

1: package body cn_pmtplan_pvt_w as
2: /* $Header: cnwpplnb.pls 120.3 2005/09/14 03:40:35 vensrini noship $ */
3: procedure create_pmtplan(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 48: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;

44: , x_status out nocopy VARCHAR2
45: )
46:
47: as
48: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;
49: ddindx binary_integer; indx binary_integer;
50: begin
51:
52: -- copy data to the local IN or IN-OUT args, if any

Line 97: cn_pmtplan_pvt.create_pmtplan(p_api_version,

93:
94:
95:
96: -- here's the delegated call to the old PL/SQL routine
97: cn_pmtplan_pvt.create_pmtplan(p_api_version,
98: p_init_msg_list,
99: p_commit,
100: p_validation_level,
101: x_return_status,

Line 231: ddp_old_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;

227: , x_loading_status out nocopy VARCHAR2
228: )
229:
230: as
231: ddp_old_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;
232: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;
233: ddindx binary_integer; indx binary_integer;
234: begin
235:

Line 232: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;

228: )
229:
230: as
231: ddp_old_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;
232: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;
233: ddindx binary_integer; indx binary_integer;
234: begin
235:
236: -- copy data to the local IN or IN-OUT args, if any

Line 315: cn_pmtplan_pvt.update_pmtplan(p_api_version,

311:
312:
313:
314: -- here's the delegated call to the old PL/SQL routine
315: cn_pmtplan_pvt.update_pmtplan(p_api_version,
316: p_init_msg_list,
317: p_commit,
318: p_validation_level,
319: x_return_status,

Line 418: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;

414: , x_loading_status out nocopy VARCHAR2
415: )
416:
417: as
418: ddp_pmtplan_rec cn_pmtplan_pvt.pmtplan_rec_type;
419: ddindx binary_integer; indx binary_integer;
420: begin
421:
422: -- copy data to the local IN or IN-OUT args, if any

Line 467: cn_pmtplan_pvt.delete_pmtplan(p_api_version,

463:
464:
465:
466: -- here's the delegated call to the old PL/SQL routine
467: cn_pmtplan_pvt.delete_pmtplan(p_api_version,
468: p_init_msg_list,
469: p_commit,
470: p_validation_level,
471: x_return_status,

Line 490: end cn_pmtplan_pvt_w;

486:
487:
488: end;
489:
490: end cn_pmtplan_pvt_w;