DBA Data[Home] [Help]

APPS.OE_OE_HTML_HEADER_W dependencies on JTF_NUMBER_TABLE

Line 3: procedure rosetta_table_copy_in_p0(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.number_tbl_type, a0 JTF_NUMBER_TABLE);

1: package oe_oe_html_header_w as
2: /* $Header: ONTRHDRS.pls 120.0 2005/05/31 23:51:25 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.number_tbl_type, a0 JTF_NUMBER_TABLE);
4: procedure rosetta_table_copy_out_p0(t oe_oe_html_header.number_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE);
5:
6: procedure rosetta_table_copy_in_p1(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.varchar2_tbl_type, a0 JTF_VARCHAR2_TABLE_2000);
7: procedure rosetta_table_copy_out_p1(t oe_oe_html_header.varchar2_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_2000);

Line 4: procedure rosetta_table_copy_out_p0(t oe_oe_html_header.number_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE);

1: package oe_oe_html_header_w as
2: /* $Header: ONTRHDRS.pls 120.0 2005/05/31 23:51:25 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.number_tbl_type, a0 JTF_NUMBER_TABLE);
4: procedure rosetta_table_copy_out_p0(t oe_oe_html_header.number_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_NUMBER_TABLE);
5:
6: procedure rosetta_table_copy_in_p1(t out NOCOPY /* file.sql.39 change */ oe_oe_html_header.varchar2_tbl_type, a0 JTF_VARCHAR2_TABLE_2000);
7: procedure rosetta_table_copy_out_p1(t oe_oe_html_header.varchar2_tbl_type, a0 out NOCOPY /* file.sql.39 change */ JTF_VARCHAR2_TABLE_2000);
8:

Line 378: , p_attr_id_tbl JTF_NUMBER_TABLE

374: , x_msg_data out NOCOPY /* file.sql.39 change */ VARCHAR2
375: , p_header_id NUMBER
376: , p_attr_id NUMBER
377: , p_attr_value VARCHAR2
378: , p_attr_id_tbl JTF_NUMBER_TABLE
379: , p_attr_value_tbl JTF_VARCHAR2_TABLE_2000
380: , p8_a0 in out NOCOPY /* file.sql.39 change */ NUMBER
381: , p8_a1 in out NOCOPY /* file.sql.39 change */ NUMBER
382: , p8_a2 in out NOCOPY /* file.sql.39 change */ VARCHAR2