DBA Data[Home] [Help]

APPS.IBY_FORMULA_PKG_WRAP dependencies on IBY_FORMULA_PKG

Line 1: PACKAGE BODY iby_formula_pkg_wrap AS

1: PACKAGE BODY iby_formula_pkg_wrap AS
2: /*$Header: ibywforb.pls 115.10 2002/11/19 00:25:52 jleybovi ship $*/
3:
4: /*
5: ** Wrapper Package generated by rosette for iby_formula_pkg.

Line 5: ** Wrapper Package generated by rosette for iby_formula_pkg.

1: PACKAGE BODY iby_formula_pkg_wrap AS
2: /*$Header: ibywforb.pls 115.10 2002/11/19 00:25:52 jleybovi ship $*/
3:
4: /*
5: ** Wrapper Package generated by rosette for iby_formula_pkg.
6: */
7:
8: /*
9: ** Name getPayeeFormulas

Line 10: ** Purpose: Calls the actual getPayeeFormulas method in iby_formula_pkg.

6: */
7:
8: /*
9: ** Name getPayeeFormulas
10: ** Purpose: Calls the actual getPayeeFormulas method in iby_formula_pkg.
11: ** This procedure is a wrapper generated by Rosette
12: ** to the actual procedure in iby_formula_pkg for Java
13: ** programs to be able to call it.
14: */

Line 12: ** to the actual procedure in iby_formula_pkg for Java

8: /*
9: ** Name getPayeeFormulas
10: ** Purpose: Calls the actual getPayeeFormulas method in iby_formula_pkg.
11: ** This procedure is a wrapper generated by Rosette
12: ** to the actual procedure in iby_formula_pkg for Java
13: ** programs to be able to call it.
14: */
15: procedure getpayeeformulas(i_payeeid varchar2,
16: o_riskformula_id out nocopy JTF_NUMBER_TABLE,

Line 22: ddo_riskformula iby_formula_pkg.formula_table;

18: o_riskformula_description out nocopy JTF_VARCHAR2_TABLE_300,
19: o_riskformula_flag out nocopy JTF_NUMBER_TABLE)
20:
21: is
22: ddo_riskformula iby_formula_pkg.formula_table;
23: ddindx binary_integer; indx binary_integer;
24: begin
25:
26: -- copy data to the local IN or IN-OUT args, if any

Line 30: iby_formula_pkg.getpayeeformulas(i_payeeid,

26: -- copy data to the local IN or IN-OUT args, if any
27:
28:
29: -- here's the delegated call to the old PL/SQL routine
30: iby_formula_pkg.getpayeeformulas(i_payeeid,
31: ddo_riskformula);
32:
33: -- copy data back from the local OUT or IN-OUT args, if any
34:

Line 70: ** Purpose: Calls the actual createFormula method in iby_formula_pkg.

66: end getpayeeformulas;
67:
68: /*
69: ** Name createFormula
70: ** Purpose: Calls the actual createFormula method in iby_formula_pkg.
71: ** This procedure is a wrapper generated by Rosette
72: ** to the actual procedure in iby_formula_pkg for Java
73: ** programs to be able to call it.
74: */

Line 72: ** to the actual procedure in iby_formula_pkg for Java

68: /*
69: ** Name createFormula
70: ** Purpose: Calls the actual createFormula method in iby_formula_pkg.
71: ** This procedure is a wrapper generated by Rosette
72: ** to the actual procedure in iby_formula_pkg for Java
73: ** programs to be able to call it.
74: */
75: procedure createformula(i_payeeid varchar2, i_name varchar2,
76: i_description varchar2,

Line 84: ddi_factors iby_formula_pkg.factor_table;

80: i_factors_weight JTF_NUMBER_TABLE,
81: o_id out nocopy number)
82:
83: is
84: ddi_factors iby_formula_pkg.factor_table;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:
88: -- copy data to the local IN or IN-OUT args, if any

Line 109: iby_formula_pkg.createformula(i_payeeid, i_name,

105: end if;
106:
107:
108: -- here's the delegated call to the old PL/SQL routine
109: iby_formula_pkg.createformula(i_payeeid, i_name,
110: i_description,
111: i_flag,
112: i_count,
113: ddi_factors,

Line 122: ** Purpose: Calls the actual modifyFormula method in iby_formula_pkg.

118: end createformula;
119:
120: /*
121: ** Name modifyFormula
122: ** Purpose: Calls the actual modifyFormula method in iby_formula_pkg.
123: ** This procedure is a wrapper generated by Rosette
124: ** to the actual procedure in iby_formula_pkg for Java
125: ** programs to be able to call it.
126: */

Line 124: ** to the actual procedure in iby_formula_pkg for Java

120: /*
121: ** Name modifyFormula
122: ** Purpose: Calls the actual modifyFormula method in iby_formula_pkg.
123: ** This procedure is a wrapper generated by Rosette
124: ** to the actual procedure in iby_formula_pkg for Java
125: ** programs to be able to call it.
126: */
127: procedure modifyformula(i_id number,
128: i_name varchar2,

Line 136: ddi_factors iby_formula_pkg.factor_table;

132: i_factors_name JTF_VARCHAR2_TABLE_100,
133: i_factors_weight JTF_NUMBER_TABLE)
134:
135: is
136: ddi_factors iby_formula_pkg.factor_table;
137: ddindx binary_integer; indx binary_integer;
138: begin
139:
140: -- copy data to the local IN or IN-OUT args, if any

Line 161: iby_formula_pkg.modifyformula(i_id,

157: end if;
158: end if;
159:
160: -- here's the delegated call to the old PL/SQL routine
161: iby_formula_pkg.modifyformula(i_id,
162: i_name,
163: i_description,
164: i_flag,
165: i_count,

Line 174: ** Purpose: Calls the actual loadFormula method in iby_formula_pkg.

170: end modifyformula;
171:
172: /*
173: ** Name loadFormula
174: ** Purpose: Calls the actual loadFormula method in iby_formula_pkg.
175: ** This procedure is a wrapper generated by Rosette
176: ** to the actual procedure in iby_formula_pkg for Java
177: ** programs to be able to call it.
178: */

Line 176: ** to the actual procedure in iby_formula_pkg for Java

172: /*
173: ** Name loadFormula
174: ** Purpose: Calls the actual loadFormula method in iby_formula_pkg.
175: ** This procedure is a wrapper generated by Rosette
176: ** to the actual procedure in iby_formula_pkg for Java
177: ** programs to be able to call it.
178: */
179: procedure loadformula(i_factorid number,
180: o_name out nocopy varchar2,

Line 187: ddo_factors iby_formula_pkg.factor_table;

183: o_factors_name out nocopy JTF_VARCHAR2_TABLE_100,
184: o_factors_weight out nocopy JTF_NUMBER_TABLE)
185:
186: is
187: ddo_factors iby_formula_pkg.factor_table;
188: ddindx binary_integer; indx binary_integer;
189: begin
190:
191: -- copy data to the local IN or IN-OUT args, if any

Line 195: iby_formula_pkg.loadformula(i_factorid,

191: -- copy data to the local IN or IN-OUT args, if any
192:
193:
194: -- here's the delegated call to the old PL/SQL routine
195: iby_formula_pkg.loadformula(i_factorid,
196: o_name, o_description, o_flag, ddo_factors);
197:
198: -- copy data back from the local OUT or IN-OUT args, if any
199:

Line 225: end iby_formula_pkg_wrap;

221: end if;
222: end if;
223: end loadformula;
224:
225: end iby_formula_pkg_wrap;
226: