DBA Data[Home] [Help]

APPS.OZF_TP_UTIL_QUERIES_OA dependencies on OZF_TP_UTIL_QUERIES

Line 1: package body ozf_tp_util_queries_oa as

1: package body ozf_tp_util_queries_oa as
2: /* $Header: ozfatpqb.pls 115.0 2003/11/07 18:45:31 gramanat noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy ozf_tp_util_queries.qualifier_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy ozf_tp_util_queries.qualifier_tbl_type, a0 JTF_VARCHAR2_TABLE_100

1: package body ozf_tp_util_queries_oa as
2: /* $Header: ozfatpqb.pls 115.0 2003/11/07 18:45:31 gramanat noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy ozf_tp_util_queries.qualifier_tbl_type, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: ) as
7: ddindx binary_integer; indx binary_integer;

Line 26: procedure rosetta_table_copy_out_p1(t ozf_tp_util_queries.qualifier_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

22: end loop;
23: end if;
24: end if;
25: end rosetta_table_copy_in_p1;
26: procedure rosetta_table_copy_out_p1(t ozf_tp_util_queries.qualifier_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
27: , a1 out nocopy JTF_VARCHAR2_TABLE_100
28: , a2 out nocopy JTF_VARCHAR2_TABLE_100
29: ) as
30: ddindx binary_integer; indx binary_integer;

Line 80: ddp_qualifier_tbl ozf_tp_util_queries.qualifier_tbl_type;

76: , x_msg_data out nocopy VARCHAR2
77: )
78:
79: as
80: ddp_qualifier_tbl ozf_tp_util_queries.qualifier_tbl_type;
81: ddindx binary_integer; indx binary_integer;
82: begin
83:
84: -- copy data to the local IN or IN-OUT args, if any

Line 95: ozf_tp_util_queries_oa.rosetta_table_copy_in_p1(ddp_qualifier_tbl, p10_a0

91:
92:
93:
94:
95: ozf_tp_util_queries_oa.rosetta_table_copy_in_p1(ddp_qualifier_tbl, p10_a0
96: , p10_a1
97: , p10_a2
98: );
99:

Line 105: ozf_tp_util_queries.get_list_price(p_api_version,

101:
102:
103:
104: -- here's the delegated call to the old PL/SQL routine
105: ozf_tp_util_queries.get_list_price(p_api_version,
106: p_init_msg_list,
107: p_commit,
108: p_obj_id,
109: p_obj_type,

Line 138: end ozf_tp_util_queries_oa;

134:
135:
136: end;
137:
138: end ozf_tp_util_queries_oa;