DBA Data[Home] [Help]

APPS.CN_ATTAIN_SCHEDULE_PVT_W dependencies on CN_ATTAIN_SCHEDULE_PVT

Line 1: package body cn_attain_schedule_pvt_w as

1: package body cn_attain_schedule_pvt_w as
2: /* $Header: cnwatshb.pls 115.3 2002/11/25 22:22:27 nkodkani ship $ */
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 13: procedure rosetta_table_copy_in_p1(t out nocopy cn_attain_schedule_pvt.attain_schedule_tbl_type, a0 JTF_NUMBER_TABLE

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy cn_attain_schedule_pvt.attain_schedule_tbl_type, a0 JTF_NUMBER_TABLE
14: , a1 JTF_VARCHAR2_TABLE_100
15: , a2 JTF_VARCHAR2_TABLE_100
16: , a3 JTF_VARCHAR2_TABLE_200
17: , a4 JTF_VARCHAR2_TABLE_200

Line 68: procedure rosetta_table_copy_out_p1(t cn_attain_schedule_pvt.attain_schedule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

64: end loop;
65: end if;
66: end if;
67: end rosetta_table_copy_in_p1;
68: procedure rosetta_table_copy_out_p1(t cn_attain_schedule_pvt.attain_schedule_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
69: , a1 out nocopy JTF_VARCHAR2_TABLE_100
70: , a2 out nocopy JTF_VARCHAR2_TABLE_100
71: , a3 out nocopy JTF_VARCHAR2_TABLE_200
72: , a4 out nocopy JTF_VARCHAR2_TABLE_200

Line 211: ddp_attain_schedule cn_attain_schedule_pvt.attain_schedule_rec_type;

207: , x_msg_data out nocopy VARCHAR2
208: )
209:
210: as
211: ddp_attain_schedule cn_attain_schedule_pvt.attain_schedule_rec_type;
212: ddindx binary_integer; indx binary_integer;
213: begin
214:
215: -- copy data to the local IN or IN-OUT args, if any

Line 244: cn_attain_schedule_pvt.create_attain_schedule(p_api_version,

240:
241:
242:
243: -- here's the delegated call to the old PL/SQL routine
244: cn_attain_schedule_pvt.create_attain_schedule(p_api_version,
245: p_init_msg_list,
246: p_commit,
247: p_validation_level,
248: ddp_attain_schedule,

Line 292: ddp_attain_schedule cn_attain_schedule_pvt.attain_schedule_rec_type;

288: , x_msg_data out nocopy VARCHAR2
289: )
290:
291: as
292: ddp_attain_schedule cn_attain_schedule_pvt.attain_schedule_rec_type;
293: ddindx binary_integer; indx binary_integer;
294: begin
295:
296: -- copy data to the local IN or IN-OUT args, if any

Line 325: cn_attain_schedule_pvt.update_attain_schedule(p_api_version,

321:
322:
323:
324: -- here's the delegated call to the old PL/SQL routine
325: cn_attain_schedule_pvt.update_attain_schedule(p_api_version,
326: p_init_msg_list,
327: p_commit,
328: p_validation_level,
329: ddp_attain_schedule,

Line 373: ddp_attain_schedule cn_attain_schedule_pvt.attain_schedule_rec_type;

369: , x_msg_data out nocopy VARCHAR2
370: )
371:
372: as
373: ddp_attain_schedule cn_attain_schedule_pvt.attain_schedule_rec_type;
374: ddindx binary_integer; indx binary_integer;
375: begin
376:
377: -- copy data to the local IN or IN-OUT args, if any

Line 406: cn_attain_schedule_pvt.delete_attain_schedule(p_api_version,

402:
403:
404:
405: -- here's the delegated call to the old PL/SQL routine
406: cn_attain_schedule_pvt.delete_attain_schedule(p_api_version,
407: p_init_msg_list,
408: p_commit,
409: p_validation_level,
410: ddp_attain_schedule,

Line 454: ddx_attain_schedule cn_attain_schedule_pvt.attain_schedule_tbl_type;

450: , x_msg_data out nocopy VARCHAR2
451: )
452:
453: as
454: ddx_attain_schedule cn_attain_schedule_pvt.attain_schedule_tbl_type;
455: ddindx binary_integer; indx binary_integer;
456: begin
457:
458: -- copy data to the local IN or IN-OUT args, if any

Line 468: cn_attain_schedule_pvt.get_attain_schedule(p_api_version,

464:
465:
466:
467: -- here's the delegated call to the old PL/SQL routine
468: cn_attain_schedule_pvt.get_attain_schedule(p_api_version,
469: p_init_msg_list,
470: p_commit,
471: p_validation_level,
472: ddx_attain_schedule,

Line 482: cn_attain_schedule_pvt_w.rosetta_table_copy_out_p1(ddx_attain_schedule, p4_a0

478:
479:
480:
481:
482: cn_attain_schedule_pvt_w.rosetta_table_copy_out_p1(ddx_attain_schedule, p4_a0
483: , p4_a1
484: , p4_a2
485: , p4_a3
486: , p4_a4

Line 507: end cn_attain_schedule_pvt_w;

503:
504:
505: end;
506:
507: end cn_attain_schedule_pvt_w;