DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT_W dependencies on AHL_OSP_ORDERS_PVT

Line 1: package body ahl_osp_orders_pvt_w as

1: package body ahl_osp_orders_pvt_w as
2: /* $Header: AHLVOSWB.pls 120.2 2008/02/05 23:32:17 jaramana ship $ */
3: procedure rosetta_table_copy_in_p27(t out nocopy ahl_osp_orders_pvt.osp_order_lines_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p27(t out nocopy ahl_osp_orders_pvt.osp_order_lines_tbl_type, a0 JTF_VARCHAR2_TABLE_100

1: package body ahl_osp_orders_pvt_w as
2: /* $Header: AHLVOSWB.pls 120.2 2008/02/05 23:32:17 jaramana ship $ */
3: procedure rosetta_table_copy_in_p27(t out nocopy ahl_osp_orders_pvt.osp_order_lines_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_NUMBER_TABLE
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_DATE_TABLE

Line 128: procedure rosetta_table_copy_out_p27(t ahl_osp_orders_pvt.osp_order_lines_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

124: end loop;
125: end if;
126: end if;
127: end rosetta_table_copy_in_p27;
128: procedure rosetta_table_copy_out_p27(t ahl_osp_orders_pvt.osp_order_lines_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
129: , a1 out nocopy JTF_VARCHAR2_TABLE_100
130: , a2 out nocopy JTF_NUMBER_TABLE
131: , a3 out nocopy JTF_NUMBER_TABLE
132: , a4 out nocopy JTF_DATE_TABLE

Line 533: ddp_x_osp_order_rec ahl_osp_orders_pvt.osp_order_rec_type;

529: , x_msg_data out nocopy VARCHAR2
530: )
531:
532: as
533: ddp_x_osp_order_rec ahl_osp_orders_pvt.osp_order_rec_type;
534: ddp_x_osp_order_lines_tbl ahl_osp_orders_pvt.osp_order_lines_tbl_type;
535: ddindx binary_integer; indx binary_integer;
536: begin
537:

Line 534: ddp_x_osp_order_lines_tbl ahl_osp_orders_pvt.osp_order_lines_tbl_type;

530: )
531:
532: as
533: ddp_x_osp_order_rec ahl_osp_orders_pvt.osp_order_rec_type;
534: ddp_x_osp_order_lines_tbl ahl_osp_orders_pvt.osp_order_lines_tbl_type;
535: ddindx binary_integer; indx binary_integer;
536: begin
537:
538: -- copy data to the local IN or IN-OUT args, if any

Line 596: ahl_osp_orders_pvt_w.rosetta_table_copy_in_p27(ddp_x_osp_order_lines_tbl, p6_a0

592: ddp_x_osp_order_rec.attribute14 := p5_a48;
593: ddp_x_osp_order_rec.attribute15 := p5_a49;
594: ddp_x_osp_order_rec.po_req_header_id := p5_a50;
595:
596: ahl_osp_orders_pvt_w.rosetta_table_copy_in_p27(ddp_x_osp_order_lines_tbl, p6_a0
597: , p6_a1
598: , p6_a2
599: , p6_a3
600: , p6_a4

Line 656: ahl_osp_orders_pvt.process_osp_order(p_api_version,

652:
653:
654:
655: -- here's the delegated call to the old PL/SQL routine
656: ahl_osp_orders_pvt.process_osp_order(p_api_version,
657: p_init_msg_list,
658: p_commit,
659: p_validation_level,
660: p_module_type,

Line 725: ahl_osp_orders_pvt_w.rosetta_table_copy_out_p27(ddp_x_osp_order_lines_tbl, p6_a0

721: p5_a48 := ddp_x_osp_order_rec.attribute14;
722: p5_a49 := ddp_x_osp_order_rec.attribute15;
723: p5_a50 := ddp_x_osp_order_rec.po_req_header_id;
724:
725: ahl_osp_orders_pvt_w.rosetta_table_copy_out_p27(ddp_x_osp_order_lines_tbl, p6_a0
726: , p6_a1
727: , p6_a2
728: , p6_a3
729: , p6_a4

Line 785: end ahl_osp_orders_pvt_w;

781:
782:
783: end;
784:
785: end ahl_osp_orders_pvt_w;