DBA Data[Home] [Help]

APPS.AMS_OA_CAMP_SCHEDULE_PUB_W dependencies on AMS_CAMP_SCHEDULE_PUB

Line 3: procedure rosetta_table_copy_in_p3(t out nocopy ams_camp_schedule_pub.schedule_tbl_type, a0 JTF_NUMBER_TABLE

1: package body ams_oa_camp_schedule_pub_w as
2: /* $Header: amsaschb.pls 120.4 2006/05/31 11:36:52 srivikri noship $ */
3: procedure rosetta_table_copy_in_p3(t out nocopy ams_camp_schedule_pub.schedule_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_DATE_TABLE
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 230: procedure rosetta_table_copy_out_p3(t ams_camp_schedule_pub.schedule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

226: end loop;
227: end if;
228: end if;
229: end rosetta_table_copy_in_p3;
230: procedure rosetta_table_copy_out_p3(t ams_camp_schedule_pub.schedule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
231: , a1 out nocopy JTF_DATE_TABLE
232: , a2 out nocopy JTF_NUMBER_TABLE
233: , a3 out nocopy JTF_DATE_TABLE
234: , a4 out nocopy JTF_NUMBER_TABLE

Line 890: ddp_schedule_rec ams_camp_schedule_pub.schedule_rec_type;

886: , x_schedule_id out nocopy NUMBER
887: )
888:
889: as
890: ddp_schedule_rec ams_camp_schedule_pub.schedule_rec_type;
891: ddindx binary_integer; indx binary_integer;
892: begin
893:
894: -- copy data to the local IN or IN-OUT args, if any

Line 1010: ams_camp_schedule_pub.create_camp_schedule(p_api_version_number,

1006: ddp_schedule_rec.delivery_mode := p7_a104;
1007:
1008:
1009: -- here's the delegated call to the old PL/SQL routine
1010: ams_camp_schedule_pub.create_camp_schedule(p_api_version_number,
1011: p_init_msg_list,
1012: p_commit,
1013: p_validation_level,
1014: x_return_status,

Line 1147: ddp_schedule_rec ams_camp_schedule_pub.schedule_rec_type;

1143: , x_object_version_number out nocopy NUMBER
1144: )
1145:
1146: as
1147: ddp_schedule_rec ams_camp_schedule_pub.schedule_rec_type;
1148: ddindx binary_integer; indx binary_integer;
1149: begin
1150:
1151: -- copy data to the local IN or IN-OUT args, if any

Line 1267: ams_camp_schedule_pub.update_camp_schedule(p_api_version_number,

1263: ddp_schedule_rec.delivery_mode := p7_a104;
1264:
1265:
1266: -- here's the delegated call to the old PL/SQL routine
1267: ams_camp_schedule_pub.update_camp_schedule(p_api_version_number,
1268: p_init_msg_list,
1269: p_commit,
1270: p_validation_level,
1271: x_return_status,

Line 1403: ddp_schedule_rec ams_camp_schedule_pub.schedule_rec_type;

1399: , p7_a104 VARCHAR2
1400: )
1401:
1402: as
1403: ddp_schedule_rec ams_camp_schedule_pub.schedule_rec_type;
1404: ddindx binary_integer; indx binary_integer;
1405: begin
1406:
1407: -- copy data to the local IN or IN-OUT args, if any

Line 1522: ams_camp_schedule_pub.validate_camp_schedule(p_api_version,

1518: ddp_schedule_rec.asn_group_id := p7_a103;
1519: ddp_schedule_rec.delivery_mode := p7_a104;
1520:
1521: -- here's the delegated call to the old PL/SQL routine
1522: ams_camp_schedule_pub.validate_camp_schedule(p_api_version,
1523: p_init_msg_list,
1524: p_validation_level,
1525: x_return_status,
1526: x_msg_count,

Line 1580: ams_camp_schedule_pub.copy_camp_schedule(p_api_version,

1576:
1577:
1578:
1579: -- here's the delegated call to the old PL/SQL routine
1580: ams_camp_schedule_pub.copy_camp_schedule(p_api_version,
1581: p_init_msg_list,
1582: p_commit,
1583: p_validation_level,
1584: x_return_status,