DBA Data[Home] [Help]

APPS.OKC_CDRL_PVT_W dependencies on OKC_CDRL_PVT

Line 1: package body okc_cdrl_pvt_w as

1: package body okc_cdrl_pvt_w as
2: /* $Header: OKCWCDRLB.pls 120.0.12020000.1 2013/02/19 15:03:07 serukull noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy okc_cdrl_pvt.exhibit_tbl_type, a0 JTF_VARCHAR2_TABLE_100) as
4: ddindx binary_integer; indx binary_integer;
5: begin

Line 3: procedure rosetta_table_copy_in_p0(t out nocopy okc_cdrl_pvt.exhibit_tbl_type, a0 JTF_VARCHAR2_TABLE_100) as

1: package body okc_cdrl_pvt_w as
2: /* $Header: OKCWCDRLB.pls 120.0.12020000.1 2013/02/19 15:03:07 serukull noship $ */
3: procedure rosetta_table_copy_in_p0(t out nocopy okc_cdrl_pvt.exhibit_tbl_type, a0 JTF_VARCHAR2_TABLE_100) 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_cdrl_pvt.exhibit_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) 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_cdrl_pvt.exhibit_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
22: ddindx binary_integer; indx binary_integer;
23: begin
24: if t is null or t.count = 0 then
25: a0 := JTF_VARCHAR2_TABLE_100();

Line 44: procedure rosetta_table_copy_in_p1(t out nocopy okc_cdrl_pvt.deliverable_tbl_type, a0 JTF_NUMBER_TABLE) as

40: end if;
41: end if;
42: end rosetta_table_copy_out_p0;
43:
44: procedure rosetta_table_copy_in_p1(t out nocopy okc_cdrl_pvt.deliverable_tbl_type, a0 JTF_NUMBER_TABLE) as
45: ddindx binary_integer; indx binary_integer;
46: begin
47: if a0 is not null and a0.count > 0 then
48: if a0.count > 0 then

Line 62: procedure rosetta_table_copy_out_p1(t okc_cdrl_pvt.deliverable_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as

58: end loop;
59: end if;
60: end if;
61: end rosetta_table_copy_in_p1;
62: procedure rosetta_table_copy_out_p1(t okc_cdrl_pvt.deliverable_tbl_type, a0 out nocopy JTF_NUMBER_TABLE) as
63: ddindx binary_integer; indx binary_integer;
64: begin
65: if t is null or t.count = 0 then
66: a0 := JTF_NUMBER_TABLE();

Line 101: ddp_cdrl_tbl okc_cdrl_pvt.deliverable_tbl_type;

97: , x_return_status out nocopy VARCHAR2
98: )
99:
100: as
101: ddp_cdrl_tbl okc_cdrl_pvt.deliverable_tbl_type;
102: ddindx binary_integer; indx binary_integer;
103: begin
104:
105: -- copy data to the local IN or IN-OUT args, if any

Line 109: okc_cdrl_pvt_w.rosetta_table_copy_in_p1(ddp_cdrl_tbl, p_cdrl_tbl);

105: -- copy data to the local IN or IN-OUT args, if any
106:
107:
108:
109: okc_cdrl_pvt_w.rosetta_table_copy_in_p1(ddp_cdrl_tbl, p_cdrl_tbl);
110:
111:
112:
113:

Line 121: okc_cdrl_pvt.specify_exhibits_for_cdrls(p_api_version,

117:
118:
119:
120: -- here's the delegated call to the old PL/SQL routine
121: okc_cdrl_pvt.specify_exhibits_for_cdrls(p_api_version,
122: p_init_msg_list,
123: p_commit,
124: ddp_cdrl_tbl,
125: p_exhibit_code,

Line 150: end okc_cdrl_pvt_w;

146:
147:
148: end;
149:
150: end okc_cdrl_pvt_w;