DBA Data[Home] [Help]

APPS.AHL_UA_FLIGHT_SCHEDULES_PVT_W dependencies on AHL_UA_FLIGHT_SCHEDULES_PVT

Line 1: package body ahl_ua_flight_schedules_pvt_w as

1: package body ahl_ua_flight_schedules_pvt_w as
2: /* $Header: AHLWUFSB.pls 120.1.12020000.2 2012/12/14 07:11:17 shnatu ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type, a0 JTF_NUMBER_TABLE

1: package body ahl_ua_flight_schedules_pvt_w as
2: /* $Header: AHLWUFSB.pls 120.1.12020000.2 2012/12/14 07:11:17 shnatu ship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_DATE_TABLE

Line 122: procedure rosetta_table_copy_out_p1(t ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

118: end loop;
119: end if;
120: end if;
121: end rosetta_table_copy_in_p1;
122: procedure rosetta_table_copy_out_p1(t ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
123: , a1 out nocopy JTF_VARCHAR2_TABLE_100
124: , a2 out nocopy JTF_VARCHAR2_TABLE_100
125: , a3 out nocopy JTF_DATE_TABLE
126: , a4 out nocopy JTF_DATE_TABLE

Line 459: ddp_x_flight_schedules_tbl ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type;

455: , p9_a50 in out nocopy JTF_VARCHAR2_TABLE_100
456: )
457:
458: as
459: ddp_x_flight_schedules_tbl ahl_ua_flight_schedules_pvt.flight_schedules_tbl_type;
460: ddindx binary_integer; indx binary_integer;
461: begin
462:
463: -- copy data to the local IN or IN-OUT args, if any

Line 473: ahl_ua_flight_schedules_pvt_w.rosetta_table_copy_in_p1(ddp_x_flight_schedules_tbl, p9_a0

469:
470:
471:
472:
473: ahl_ua_flight_schedules_pvt_w.rosetta_table_copy_in_p1(ddp_x_flight_schedules_tbl, p9_a0
474: , p9_a1
475: , p9_a2
476: , p9_a3
477: , p9_a4

Line 527: ahl_ua_flight_schedules_pvt.process_flight_schedules(p_api_version,

523: , p9_a50
524: );
525:
526: -- here's the delegated call to the old PL/SQL routine
527: ahl_ua_flight_schedules_pvt.process_flight_schedules(p_api_version,
528: p_init_msg_list,
529: p_commit,
530: p_validation_level,
531: p_default,

Line 548: ahl_ua_flight_schedules_pvt_w.rosetta_table_copy_out_p1(ddp_x_flight_schedules_tbl, p9_a0

544:
545:
546:
547:
548: ahl_ua_flight_schedules_pvt_w.rosetta_table_copy_out_p1(ddp_x_flight_schedules_tbl, p9_a0
549: , p9_a1
550: , p9_a2
551: , p9_a3
552: , p9_a4

Line 602: end ahl_ua_flight_schedules_pvt_w;

598: , p9_a50
599: );
600: end;
601:
602: end ahl_ua_flight_schedules_pvt_w;