DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_EXT_W dependencies on OE_OE_HTML_LINE_EXT

Line 1: package body oe_oe_html_line_ext_w as

1: package body oe_oe_html_line_ext_w as
2: /* $Header: ONTRLIEB.pls 120.0 2005/06/01 01:27:07 appldev 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_p1(t out NOCOPY /* file.sql.39 change */ oe_oe_html_line_ext.line_dff_tbl_type, a0 JTF_VARCHAR2_TABLE_300

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p1(t out NOCOPY /* file.sql.39 change */ oe_oe_html_line_ext.line_dff_tbl_type, a0 JTF_VARCHAR2_TABLE_300
23: , a1 JTF_VARCHAR2_TABLE_300
24: , a2 JTF_VARCHAR2_TABLE_300
25: , a3 JTF_VARCHAR2_TABLE_300
26: , a4 JTF_VARCHAR2_TABLE_300

Line 249: procedure rosetta_table_copy_out_p1(t oe_oe_html_line_ext.line_dff_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300

245: end loop;
246: end if;
247: end if;
248: end rosetta_table_copy_in_p1;
249: procedure rosetta_table_copy_out_p1(t oe_oe_html_line_ext.line_dff_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
250: , a1 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
251: , a2 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
252: , a3 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
253: , a4 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300

Line 793: procedure rosetta_table_copy_in_p5(t out NOCOPY /* file.sql.39 change */ oe_oe_html_line_ext.line_ext_val_tbl_type, a0 JTF_VARCHAR2_TABLE_300

789: end if;
790: end if;
791: end rosetta_table_copy_out_p1;
792:
793: procedure rosetta_table_copy_in_p5(t out NOCOPY /* file.sql.39 change */ oe_oe_html_line_ext.line_ext_val_tbl_type, a0 JTF_VARCHAR2_TABLE_300
794: , a1 JTF_VARCHAR2_TABLE_300
795: , a2 JTF_VARCHAR2_TABLE_300
796: , a3 JTF_NUMBER_TABLE
797: , a4 JTF_VARCHAR2_TABLE_300

Line 1112: procedure rosetta_table_copy_out_p5(t oe_oe_html_line_ext.line_ext_val_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300

1108: end loop;
1109: end if;
1110: end if;
1111: end rosetta_table_copy_in_p5;
1112: procedure rosetta_table_copy_out_p5(t oe_oe_html_line_ext.line_ext_val_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
1113: , a1 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
1114: , a2 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300
1115: , a3 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE
1116: , a4 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_300

Line 3033: oe_oe_html_line_ext.save_lines(x_return_status,

3029: , p5_a280
3030: );
3031:
3032: -- here's the delegated call to the old PL/SQL routine
3033: oe_oe_html_line_ext.save_lines(x_return_status,
3034: x_msg_count,
3035: x_msg_data,
3036: ddx_cascade_flag,
3037: ddp_line_tbl,

Line 3165: ddx_line_dff_tbl oe_oe_html_line_ext.line_dff_tbl_type;

3161: , p3_a104 JTF_VARCHAR2_TABLE_100
3162: )
3163:
3164: as
3165: ddx_line_dff_tbl oe_oe_html_line_ext.line_dff_tbl_type;
3166: ddindx binary_integer; indx binary_integer;
3167: begin
3168:
3169: -- copy data to the local IN or IN-OUT args, if any

Line 3173: oe_oe_html_line_ext_w.rosetta_table_copy_in_p1(ddx_line_dff_tbl, p3_a0

3169: -- copy data to the local IN or IN-OUT args, if any
3170:
3171:
3172:
3173: oe_oe_html_line_ext_w.rosetta_table_copy_in_p1(ddx_line_dff_tbl, p3_a0
3174: , p3_a1
3175: , p3_a2
3176: , p3_a3
3177: , p3_a4

Line 3281: oe_oe_html_line_ext.prepare_lines_dff_for_save(x_return_status,

3277: , p3_a104
3278: );
3279:
3280: -- here's the delegated call to the old PL/SQL routine
3281: oe_oe_html_line_ext.prepare_lines_dff_for_save(x_return_status,
3282: x_msg_count,
3283: x_msg_data,
3284: ddx_line_dff_tbl);
3285:

Line 3731: ddx_line_val_rec oe_oe_html_line_ext.line_ext_val_rec_type;

3727: )
3728:
3729: as
3730: ddp_line_rec oe_order_pub.line_rec_type;
3731: ddx_line_val_rec oe_oe_html_line_ext.line_ext_val_rec_type;
3732: ddindx binary_integer; indx binary_integer;
3733: begin
3734:
3735: -- copy data to the local IN or IN-OUT args, if any

Line 4028: oe_oe_html_line_ext.populate_transient_attributes(ddp_line_rec,

4024:
4025:
4026:
4027: -- here's the delegated call to the old PL/SQL routine
4028: oe_oe_html_line_ext.populate_transient_attributes(ddp_line_rec,
4029: ddx_line_val_rec,
4030: x_return_status,
4031: x_msg_count,
4032: x_msg_data);

Line 4192: end oe_oe_html_line_ext_w;

4188:
4189:
4190: end;
4191:
4192: end oe_oe_html_line_ext_w;