DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_W dependencies on OE_ORDER_PUB

Line 869: ddx_line_rec oe_order_pub.line_rec_type;

865: , p6_a215 in out NOCOPY /* file.sql.39 change */ NUMBER
866: )
867:
868: as
869: ddx_line_rec oe_order_pub.line_rec_type;
870: ddx_line_val_rec oe_order_pub.line_val_rec_type;
871: ddp_header_rec oe_order_pub.header_rec_type;
872: ddindx binary_integer; indx binary_integer;
873: begin

Line 870: ddx_line_val_rec oe_order_pub.line_val_rec_type;

866: )
867:
868: as
869: ddx_line_rec oe_order_pub.line_rec_type;
870: ddx_line_val_rec oe_order_pub.line_val_rec_type;
871: ddp_header_rec oe_order_pub.header_rec_type;
872: ddindx binary_integer; indx binary_integer;
873: begin
874:

Line 871: ddp_header_rec oe_order_pub.header_rec_type;

867:
868: as
869: ddx_line_rec oe_order_pub.line_rec_type;
870: ddx_line_val_rec oe_order_pub.line_val_rec_type;
871: ddp_header_rec oe_order_pub.header_rec_type;
872: ddindx binary_integer; indx binary_integer;
873: begin
874:
875: -- copy data to the local IN or IN-OUT args, if any

Line 3380: ddx_line_rec oe_order_pub.line_rec_type;

3376:
3377: as
3378: ddp_attr_id_tbl oe_oe_html_line.number_tbl_type;
3379: ddp_attr_value_tbl oe_oe_html_line.varchar2_tbl_type;
3380: ddx_line_rec oe_order_pub.line_rec_type;
3381: ddx_old_line_rec oe_order_pub.line_rec_type;
3382: ddx_line_val_rec oe_order_pub.line_val_rec_type;
3383: ddindx binary_integer; indx binary_integer;
3384: begin

Line 3381: ddx_old_line_rec oe_order_pub.line_rec_type;

3377: as
3378: ddp_attr_id_tbl oe_oe_html_line.number_tbl_type;
3379: ddp_attr_value_tbl oe_oe_html_line.varchar2_tbl_type;
3380: ddx_line_rec oe_order_pub.line_rec_type;
3381: ddx_old_line_rec oe_order_pub.line_rec_type;
3382: ddx_line_val_rec oe_order_pub.line_val_rec_type;
3383: ddindx binary_integer; indx binary_integer;
3384: begin
3385:

Line 3382: ddx_line_val_rec oe_order_pub.line_val_rec_type;

3378: ddp_attr_id_tbl oe_oe_html_line.number_tbl_type;
3379: ddp_attr_value_tbl oe_oe_html_line.varchar2_tbl_type;
3380: ddx_line_rec oe_order_pub.line_rec_type;
3381: ddx_old_line_rec oe_order_pub.line_rec_type;
3382: ddx_line_val_rec oe_order_pub.line_val_rec_type;
3383: ddindx binary_integer; indx binary_integer;
3384: begin
3385:
3386: -- copy data to the local IN or IN-OUT args, if any