DBA Data[Home] [Help]

APPS.AMS_DM_MODEL_PVT_W dependencies on AMS_DM_MODEL_PVT

Line 1: package body ams_dm_model_pvt_w as

1: package body ams_dm_model_pvt_w as
2: /* $Header: amswdmmb.pls 115.8 2002/11/16 00:07:07 nyostos noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 22: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_dm_model_pvt.dm_model_tbl_type, a0 JTF_NUMBER_TABLE

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_dm_model_pvt.dm_model_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_DATE_TABLE
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_DATE_TABLE
26: , a4 JTF_NUMBER_TABLE

Line 149: procedure rosetta_table_copy_out_p3(t ams_dm_model_pvt.dm_model_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE

145: end loop;
146: end if;
147: end if;
148: end rosetta_table_copy_in_p3;
149: procedure rosetta_table_copy_out_p3(t ams_dm_model_pvt.dm_model_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE
150: , a1 OUT NOCOPY JTF_DATE_TABLE
151: , a2 OUT NOCOPY JTF_NUMBER_TABLE
152: , a3 OUT NOCOPY JTF_DATE_TABLE
153: , a4 OUT NOCOPY JTF_NUMBER_TABLE

Line 502: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;

498: , p0_a53 VARCHAR2 := fnd_api.g_miss_char
499: , p0_a54 VARCHAR2 := fnd_api.g_miss_char
500: )
501: as
502: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;
503: ddindx binary_integer; indx binary_integer;
504: begin
505:
506: -- copy data to the local IN or IN-OUT args, if any

Line 566: ams_dm_model_pvt.check_dm_model_items(ddp_dm_model_rec,

562:
563:
564:
565: -- here's the delegated call to the old PL/SQL routine
566: ams_dm_model_pvt.check_dm_model_items(ddp_dm_model_rec,
567: p_validation_mode,
568: x_return_status);
569:
570: -- copy data back from the local OUT or IN-OUT args, if any

Line 641: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;

637: , p7_a53 VARCHAR2 := fnd_api.g_miss_char
638: , p7_a54 VARCHAR2 := fnd_api.g_miss_char
639: )
640: as
641: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;
642: ddindx binary_integer; indx binary_integer;
643: begin
644:
645: -- copy data to the local IN or IN-OUT args, if any

Line 712: ams_dm_model_pvt.create_dm_model(p_api_version_number,

708:
709:
710:
711: -- here's the delegated call to the old PL/SQL routine
712: ams_dm_model_pvt.create_dm_model(p_api_version_number,
713: p_init_msg_list,
714: p_commit,
715: p_validation_level,
716: x_return_status,

Line 800: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;

796: , p7_a53 VARCHAR2 := fnd_api.g_miss_char
797: , p7_a54 VARCHAR2 := fnd_api.g_miss_char
798: )
799: as
800: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;
801: ddindx binary_integer; indx binary_integer;
802: begin
803:
804: -- copy data to the local IN or IN-OUT args, if any

Line 870: ams_dm_model_pvt.update_dm_model(p_api_version_number,

866: ddp_dm_model_rec.attribute15 := p7_a54;
867:
868:
869: -- here's the delegated call to the old PL/SQL routine
870: ams_dm_model_pvt.update_dm_model(p_api_version_number,
871: p_init_msg_list,
872: p_commit,
873: p_validation_level,
874: x_return_status,

Line 954: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;

950: , p6_a53 VARCHAR2 := fnd_api.g_miss_char
951: , p6_a54 VARCHAR2 := fnd_api.g_miss_char
952: )
953: as
954: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;
955: ddindx binary_integer; indx binary_integer;
956: begin
957:
958: -- copy data to the local IN or IN-OUT args, if any

Line 1022: ams_dm_model_pvt.validate_dm_model_rec(p_api_version_number,

1018: ddp_dm_model_rec.attribute14 := p6_a53;
1019: ddp_dm_model_rec.attribute15 := p6_a54;
1020:
1021: -- here's the delegated call to the old PL/SQL routine
1022: ams_dm_model_pvt.validate_dm_model_rec(p_api_version_number,
1023: p_init_msg_list,
1024: p_validation_mode,
1025: x_return_status,
1026: x_msg_count,

Line 1103: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;

1099: , p4_a53 VARCHAR2 := fnd_api.g_miss_char
1100: , p4_a54 VARCHAR2 := fnd_api.g_miss_char
1101: )
1102: as
1103: ddp_dm_model_rec ams_dm_model_pvt.dm_model_rec_type;
1104: ddindx binary_integer; indx binary_integer;
1105: begin
1106:
1107: -- copy data to the local IN or IN-OUT args, if any

Line 1172: ams_dm_model_pvt.validate_dm_model(p_api_version_number,

1168:
1169:
1170:
1171: -- here's the delegated call to the old PL/SQL routine
1172: ams_dm_model_pvt.validate_dm_model(p_api_version_number,
1173: p_init_msg_list,
1174: p_validation_level,
1175: p_validation_mode,
1176: ddp_dm_model_rec,

Line 1229: ams_dm_model_pvt.copy_model(p_api_version,

1225:
1226:
1227:
1228: -- here's the delegated call to the old PL/SQL routine
1229: ams_dm_model_pvt.copy_model(p_api_version,
1230: p_init_msg_list,
1231: p_commit,
1232: p_validation_level,
1233: x_return_status,

Line 1256: end ams_dm_model_pvt_w;

1252:
1253:
1254: end;
1255:
1256: end ams_dm_model_pvt_w;