DBA Data[Home] [Help]

APPS.OKC_XPRT_QA_PVT_W dependencies on OKC_XPRT_QA_PVT

Line 1: package body okc_xprt_qa_pvt_w as

1: package body okc_xprt_qa_pvt_w as
2: /* $Header: OKCWXRULQAB.pls 120.0 2005/05/25 22:55:47 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy okc_xprt_qa_pvt.ruleidlist, a0 JTF_NUMBER_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin

Line 3: procedure rosetta_table_copy_in_p0(t out nocopy okc_xprt_qa_pvt.ruleidlist, a0 JTF_NUMBER_TABLE) as

1: package body okc_xprt_qa_pvt_w as
2: /* $Header: OKCWXRULQAB.pls 120.0 2005/05/25 22:55:47 appldev noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy okc_xprt_qa_pvt.ruleidlist, a0 JTF_NUMBER_TABLE) as
4: ddindx binary_integer; indx binary_integer;
5: begin
6: if a0 is not null and a0.count > 0 then
7: if a0.count > 0 then

Line 21: procedure rosetta_table_copy_out_p0(t okc_xprt_qa_pvt.ruleidlist, a0 out nocopy JTF_NUMBER_TABLE) as

17: end loop;
18: end if;
19: end if;
20: end rosetta_table_copy_in_p0;
21: procedure rosetta_table_copy_out_p0(t okc_xprt_qa_pvt.ruleidlist, a0 out nocopy JTF_NUMBER_TABLE) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_NUMBER_TABLE();

Line 54: ddp_ruleid_tbl okc_xprt_qa_pvt.ruleidlist;

50: , x_msg_data out nocopy VARCHAR2
51: )
52:
53: as
54: ddp_ruleid_tbl okc_xprt_qa_pvt.ruleidlist;
55: ddindx binary_integer; indx binary_integer;
56: begin
57:
58: -- copy data to the local IN or IN-OUT args, if any

Line 60: okc_xprt_qa_pvt_w.rosetta_table_copy_in_p0(ddp_ruleid_tbl, p_ruleid_tbl);

56: begin
57:
58: -- copy data to the local IN or IN-OUT args, if any
59:
60: okc_xprt_qa_pvt_w.rosetta_table_copy_in_p0(ddp_ruleid_tbl, p_ruleid_tbl);
61:
62:
63:
64:

Line 68: okc_xprt_qa_pvt.qa_rules(p_qa_mode,

64:
65:
66:
67: -- here's the delegated call to the old PL/SQL routine
68: okc_xprt_qa_pvt.qa_rules(p_qa_mode,
69: ddp_ruleid_tbl,
70: x_sequence_id,
71: x_qa_status,
72: x_return_status,

Line 95: ddp_ruleid_tbl okc_xprt_qa_pvt.ruleidlist;

91: , x_msg_data out nocopy VARCHAR2
92: )
93:
94: as
95: ddp_ruleid_tbl okc_xprt_qa_pvt.ruleidlist;
96: ddindx binary_integer; indx binary_integer;
97: begin
98:
99: -- copy data to the local IN or IN-OUT args, if any

Line 102: okc_xprt_qa_pvt_w.rosetta_table_copy_in_p0(ddp_ruleid_tbl, p_ruleid_tbl);

98:
99: -- copy data to the local IN or IN-OUT args, if any
100:
101:
102: okc_xprt_qa_pvt_w.rosetta_table_copy_in_p0(ddp_ruleid_tbl, p_ruleid_tbl);
103:
104:
105:
106:

Line 109: okc_xprt_qa_pvt.sync_rules(p_sync_mode,

105:
106:
107:
108: -- here's the delegated call to the old PL/SQL routine
109: okc_xprt_qa_pvt.sync_rules(p_sync_mode,
110: p_org_id,
111: ddp_ruleid_tbl,
112: x_request_id,
113: x_return_status,

Line 126: end okc_xprt_qa_pvt_w;

122:
123:
124: end;
125:
126: end okc_xprt_qa_pvt_w;