DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT_W_OBSOLETE dependencies on OE_PRICE_ORDER_PVT

Line 1: package body oe_price_order_pvt_w_obsolete as

1: package body oe_price_order_pvt_w_obsolete as
2: /* $Header: OERVPROB.pls 115.2 2004/05/19 21:38:12 lchen 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_p3(t out oe_price_order_pvt.price_att_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p3(t out oe_price_order_pvt.price_att_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_VARCHAR2_TABLE_100
25: , a3 JTF_VARCHAR2_TABLE_100
26: , a4 JTF_VARCHAR2_TABLE_100

Line 53: procedure rosetta_table_copy_out_p3(t oe_price_order_pvt.price_att_tbl_type, a0 out JTF_NUMBER_TABLE

49: end loop;
50: end if;
51: end if;
52: end rosetta_table_copy_in_p3;
53: procedure rosetta_table_copy_out_p3(t oe_price_order_pvt.price_att_tbl_type, a0 out JTF_NUMBER_TABLE
54: , a1 out JTF_NUMBER_TABLE
55: , a2 out JTF_VARCHAR2_TABLE_100
56: , a3 out JTF_VARCHAR2_TABLE_100
57: , a4 out JTF_VARCHAR2_TABLE_100

Line 731: ddp_line_price_att_tbl oe_price_order_pvt.price_att_tbl_type;

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:
735: -- copy data to the local IN or IN-OUT args, if any

Line 1351: oe_price_order_pvt_w_obsolete.rosetta_table_copy_in_p3(ddp_line_price_att_tbl, p3_a0

1347: , p2_a107
1348: , p2_a108
1349: );
1350:
1351: oe_price_order_pvt_w_obsolete.rosetta_table_copy_in_p3(ddp_line_price_att_tbl, p3_a0
1352: , p3_a1
1353: , p3_a2
1354: , p3_a3
1355: , p3_a4

Line 1366: oe_price_order_pvt.price_order(ddpx_header_rec,

1362:
1363:
1364:
1365: -- here's the delegated call to the old PL/SQL routine
1366: oe_price_order_pvt.price_order(ddpx_header_rec,
1367: ddpx_line_rec,
1368: ddpx_line_adj_tbl,
1369: ddp_line_price_att_tbl,
1370: p_action_code,

Line 1999: end oe_price_order_pvt_w_obsolete;

1995:
1996:
1997: end;
1998:
1999: end oe_price_order_pvt_w_obsolete;