DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PVT_W dependencies on CN_PLAN_ELEMENT_PVT

Line 1: package body cn_plan_element_pvt_w as

1: package body cn_plan_element_pvt_w as
2: /* $Header: cnwpeb.pls 120.2.12000000.2 2007/10/08 18:50:40 rnagired ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_plan_element_pvt.plan_element_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_1900

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy cn_plan_element_pvt.plan_element_tbl_type, a0 JTF_NUMBER_TABLE

1: package body cn_plan_element_pvt_w as
2: /* $Header: cnwpeb.pls 120.2.12000000.2 2007/10/08 18:50:40 rnagired ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy cn_plan_element_pvt.plan_element_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_1900
6: , a3 JTF_VARCHAR2_TABLE_100
7: , a4 JTF_NUMBER_TABLE

Line 110: procedure rosetta_table_copy_out_p1(t cn_plan_element_pvt.plan_element_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

106: end loop;
107: end if;
108: end if;
109: end rosetta_table_copy_in_p1;
110: procedure rosetta_table_copy_out_p1(t cn_plan_element_pvt.plan_element_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
111: , a1 out nocopy JTF_VARCHAR2_TABLE_100
112: , a2 out nocopy JTF_VARCHAR2_TABLE_1900
113: , a3 out nocopy JTF_VARCHAR2_TABLE_100
114: , a4 out nocopy JTF_NUMBER_TABLE

Line 368: ddrosetta_retval := cn_plan_element_pvt.is_valid_org(p_org_id,

364: -- copy data to the local IN or IN-OUT args, if any
365:
366:
367: -- here's the delegated call to the old PL/SQL routine
368: ddrosetta_retval := cn_plan_element_pvt.is_valid_org(p_org_id,
369: p_quota_id);
370:
371: -- copy data back from the local variables to OUT or IN-OUT args, if any
372: if ddrosetta_retval is null

Line 436: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;

432: , x_msg_data out nocopy VARCHAR2
433: )
434:
435: as
436: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;
437: ddindx binary_integer; indx binary_integer;
438: begin
439:
440: -- copy data to the local IN or IN-OUT args, if any

Line 495: cn_plan_element_pvt.create_plan_element(p_api_version,

491:
492:
493:
494: -- here's the delegated call to the old PL/SQL routine
495: cn_plan_element_pvt.create_plan_element(p_api_version,
496: p_init_msg_list,
497: p_commit,
498: p_validation_level,
499: ddp_plan_element,

Line 614: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;

610: , x_msg_data out nocopy VARCHAR2
611: )
612:
613: as
614: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;
615: ddindx binary_integer; indx binary_integer;
616: begin
617:
618: -- copy data to the local IN or IN-OUT args, if any

Line 673: cn_plan_element_pvt.update_plan_element(p_api_version,

669:
670:
671:
672: -- here's the delegated call to the old PL/SQL routine
673: cn_plan_element_pvt.update_plan_element(p_api_version,
674: p_init_msg_list,
675: p_commit,
676: p_validation_level,
677: ddp_plan_element,

Line 792: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;

788: , x_msg_data out nocopy VARCHAR2
789: )
790:
791: as
792: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;
793: ddindx binary_integer; indx binary_integer;
794: begin
795:
796: -- copy data to the local IN or IN-OUT args, if any

Line 851: cn_plan_element_pvt.delete_plan_element(p_api_version,

847:
848:
849:
850: -- here's the delegated call to the old PL/SQL routine
851: cn_plan_element_pvt.delete_plan_element(p_api_version,
852: p_init_msg_list,
853: p_commit,
854: p_validation_level,
855: ddp_plan_element,

Line 972: ddx_plan_element cn_plan_element_pvt.plan_element_rec_type;

968: , x_loading_status out nocopy VARCHAR2
969: )
970:
971: as
972: ddx_plan_element cn_plan_element_pvt.plan_element_rec_type;
973: ddindx binary_integer; indx binary_integer;
974: begin
975:
976: -- copy data to the local IN or IN-OUT args, if any

Line 988: cn_plan_element_pvt.duplicate_plan_element(p_api_version,

984:
985:
986:
987: -- here's the delegated call to the old PL/SQL routine
988: cn_plan_element_pvt.duplicate_plan_element(p_api_version,
989: p_init_msg_list,
990: p_commit,
991: p_validation_level,
992: p_quota_id,

Line 1157: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;

1153: , x_msg_data out nocopy VARCHAR2
1154: )
1155:
1156: as
1157: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;
1158: ddp_old_plan_element cn_plan_element_pvt.plan_element_rec_type;
1159: ddindx binary_integer; indx binary_integer;
1160: begin
1161:

Line 1158: ddp_old_plan_element cn_plan_element_pvt.plan_element_rec_type;

1154: )
1155:
1156: as
1157: ddp_plan_element cn_plan_element_pvt.plan_element_rec_type;
1158: ddp_old_plan_element cn_plan_element_pvt.plan_element_rec_type;
1159: ddindx binary_integer; indx binary_integer;
1160: begin
1161:
1162: -- copy data to the local IN or IN-OUT args, if any

Line 1264: cn_plan_element_pvt.validate_plan_element(p_api_version,

1260:
1261:
1262:
1263: -- here's the delegated call to the old PL/SQL routine
1264: cn_plan_element_pvt.validate_plan_element(p_api_version,
1265: p_init_msg_list,
1266: p_commit,
1267: p_validation_level,
1268: p_action,

Line 1332: end cn_plan_element_pvt_w;

1328:
1329:
1330: end;
1331:
1332: end cn_plan_element_pvt_w;