DBA Data[Home] [Help]

APPS.AMS_CAL_CRT_PVT_W dependencies on AMS_CAL_CRT_PVT

Line 1: package body ams_cal_crt_pvt_w as

1: package body ams_cal_crt_pvt_w as
2: /* $Header: amswcctb.pls 115.2 2002/12/13 11:00:44 cgoyal 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_p2(t OUT NOCOPY ams_cal_crt_pvt.cal_crt_rec_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_p2(t OUT NOCOPY ams_cal_crt_pvt.cal_crt_rec_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_NUMBER_TABLE
25: , a3 JTF_VARCHAR2_TABLE_100
26: , a4 JTF_NUMBER_TABLE

Line 75: procedure rosetta_table_copy_out_p2(t ams_cal_crt_pvt.cal_crt_rec_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE

71: end loop;
72: end if;
73: end if;
74: end rosetta_table_copy_in_p2;
75: procedure rosetta_table_copy_out_p2(t ams_cal_crt_pvt.cal_crt_rec_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE
76: , a1 OUT NOCOPY JTF_VARCHAR2_TABLE_100
77: , a2 OUT NOCOPY JTF_NUMBER_TABLE
78: , a3 OUT NOCOPY JTF_VARCHAR2_TABLE_100
79: , a4 OUT NOCOPY JTF_NUMBER_TABLE

Line 213: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;

209: , p7_a17 NUMBER := 0-1962.0724
210: )
211:
212: as
213: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;
214: ddindx binary_integer; indx binary_integer;
215: begin
216:
217: -- copy data to the local IN or IN-OUT args, if any

Line 246: ams_cal_crt_pvt.create_cal_crt(p_api_version_number,

242: ddp_cal_crt_rec_rec.object_version_number := rosetta_g_miss_num_map(p7_a17);
243:
244:
245: -- here's the delegated call to the old PL/SQL routine
246: ams_cal_crt_pvt.create_cal_crt(p_api_version_number,
247: p_init_msg_list,
248: p_commit,
249: p_validation_level,
250: x_return_status,

Line 295: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;

291: , p7_a17 NUMBER := 0-1962.0724
292: )
293:
294: as
295: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;
296: ddindx binary_integer; indx binary_integer;
297: begin
298:
299: -- copy data to the local IN or IN-OUT args, if any

Line 327: ams_cal_crt_pvt.update_cal_crt(p_api_version_number,

323: ddp_cal_crt_rec_rec.last_update_login := rosetta_g_miss_num_map(p7_a16);
324: ddp_cal_crt_rec_rec.object_version_number := rosetta_g_miss_num_map(p7_a17);
325:
326: -- here's the delegated call to the old PL/SQL routine
327: ams_cal_crt_pvt.update_cal_crt(p_api_version_number,
328: p_init_msg_list,
329: p_commit,
330: p_validation_level,
331: x_return_status,

Line 374: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;

370: , p3_a17 NUMBER := 0-1962.0724
371: )
372:
373: as
374: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;
375: ddindx binary_integer; indx binary_integer;
376: begin
377:
378: -- copy data to the local IN or IN-OUT args, if any

Line 406: ams_cal_crt_pvt.validate_cal_crt(p_api_version_number,

402:
403:
404:
405: -- here's the delegated call to the old PL/SQL routine
406: ams_cal_crt_pvt.validate_cal_crt(p_api_version_number,
407: p_init_msg_list,
408: p_validation_level,
409: ddp_cal_crt_rec_rec,
410: p_validation_mode,

Line 448: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;

444: , p0_a17 NUMBER := 0-1962.0724
445: )
446:
447: as
448: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;
449: ddindx binary_integer; indx binary_integer;
450: begin
451:
452: -- copy data to the local IN or IN-OUT args, if any

Line 475: ams_cal_crt_pvt.check_cal_crt_rec_items(ddp_cal_crt_rec_rec,

471:
472:
473:
474: -- here's the delegated call to the old PL/SQL routine
475: ams_cal_crt_pvt.check_cal_crt_rec_items(ddp_cal_crt_rec_rec,
476: p_validation_mode,
477: x_return_status);
478:
479: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 510: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;

506: , p5_a17 NUMBER := 0-1962.0724
507: )
508:
509: as
510: ddp_cal_crt_rec_rec ams_cal_crt_pvt.cal_crt_rec_rec_type;
511: ddindx binary_integer; indx binary_integer;
512: begin
513:
514: -- copy data to the local IN or IN-OUT args, if any

Line 540: ams_cal_crt_pvt.validate_cal_crt_rec_rec(p_api_version_number,

536: ddp_cal_crt_rec_rec.last_update_login := rosetta_g_miss_num_map(p5_a16);
537: ddp_cal_crt_rec_rec.object_version_number := rosetta_g_miss_num_map(p5_a17);
538:
539: -- here's the delegated call to the old PL/SQL routine
540: ams_cal_crt_pvt.validate_cal_crt_rec_rec(p_api_version_number,
541: p_init_msg_list,
542: x_return_status,
543: x_msg_count,
544: x_msg_data,

Line 555: end ams_cal_crt_pvt_w;

551:
552:
553: end;
554:
555: end ams_cal_crt_pvt_w;