DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT_W_OBSOLETE dependencies on OE_ORDER_PUB

Line 728: ddpx_header_rec oe_order_pub.header_rec_type;

724: , x_return_status out VARCHAR2
725: )
726:
727: as
728: ddpx_header_rec oe_order_pub.header_rec_type;
729: ddpx_line_rec oe_order_pub.line_rec_type;
730: ddpx_line_adj_tbl oe_order_pub.line_adj_tbl_type;
731: ddp_line_price_att_tbl oe_price_order_pvt.price_att_tbl_type;
732: ddindx binary_integer; indx binary_integer;

Line 729: ddpx_line_rec oe_order_pub.line_rec_type;

725: )
726:
727: as
728: ddpx_header_rec oe_order_pub.header_rec_type;
729: ddpx_line_rec oe_order_pub.line_rec_type;
730: ddpx_line_adj_tbl oe_order_pub.line_adj_tbl_type;
731: ddp_line_price_att_tbl oe_price_order_pvt.price_att_tbl_type;
732: ddindx binary_integer; indx binary_integer;
733: begin

Line 730: ddpx_line_adj_tbl oe_order_pub.line_adj_tbl_type;

726:
727: as
728: ddpx_header_rec oe_order_pub.header_rec_type;
729: ddpx_line_rec oe_order_pub.line_rec_type;
730: ddpx_line_adj_tbl oe_order_pub.line_adj_tbl_type;
731: ddp_line_price_att_tbl oe_price_order_pvt.price_att_tbl_type;
732: ddindx binary_integer; indx binary_integer;
733: begin
734:

Line 1240: oe_order_pub_w.rosetta_table_copy_in_p23(ddpx_line_adj_tbl, p2_a0

1236: ddpx_line_rec.retrobill_request_id := rosetta_g_miss_num_map(p1_a278);
1237: ddpx_line_rec.original_list_price := rosetta_g_miss_num_map(p1_a279);
1238: ddpx_line_rec.commitment_applied_amount := rosetta_g_miss_num_map(p1_a280);
1239:
1240: oe_order_pub_w.rosetta_table_copy_in_p23(ddpx_line_adj_tbl, p2_a0
1241: , p2_a1
1242: , p2_a2
1243: , p2_a3
1244: , p2_a4

Line 1881: oe_order_pub_w.rosetta_table_copy_out_p23(ddpx_line_adj_tbl, p2_a0

1877: p1_a278 := rosetta_g_miss_num_map(ddpx_line_rec.retrobill_request_id);
1878: p1_a279 := rosetta_g_miss_num_map(ddpx_line_rec.original_list_price);
1879: p1_a280 := rosetta_g_miss_num_map(ddpx_line_rec.commitment_applied_amount);
1880:
1881: oe_order_pub_w.rosetta_table_copy_out_p23(ddpx_line_adj_tbl, p2_a0
1882: , p2_a1
1883: , p2_a2
1884: , p2_a3
1885: , p2_a4