DBA Data[Home] [Help]

APPS.IBY_FACTOR_PKG_WRAP dependencies on IBY_FACTOR_PKG

Line 1: PACKAGE BODY iby_factor_pkg_wrap AS

1: PACKAGE BODY iby_factor_pkg_wrap AS
2: /*$Header: ibywfacb.pls 115.9 2002/11/18 23:15:01 jleybovi ship $*/
3:
4: /*
5: ** Wrapper package generated by Rosette for iby_fact_pkg.

Line 25: ddi_amountranges iby_factor_pkg.amountrange_table;

21: i_amountranges_seq JTF_NUMBER_TABLE,
22: i_amountranges_score JTF_VARCHAR2_TABLE_100)
23:
24: is
25: ddi_amountranges iby_factor_pkg.amountrange_table;
26: ddindx binary_integer; indx binary_integer;
27: begin
28:
29: -- copy data to the local IN or IN-OUT args, if any

Line 55: iby_factor_pkg.save_paymentamount(i_payeeid, i_name,

51: end if;
52:
53: --dbms_output.put_line('index is '|| indx);
54: -- here's the delegated call to the old PL/SQL routine
55: iby_factor_pkg.save_paymentamount(i_payeeid, i_name,
56: i_description,
57: i_count,
58: ddi_amountranges);
59:

Line 81: ddo_amountranges iby_factor_pkg.amountrange_table;

77: o_amountranges_seq out nocopy JTF_NUMBER_TABLE,
78: o_amountranges_score out nocopy JTF_VARCHAR2_TABLE_100)
79:
80: is
81: ddo_amountranges iby_factor_pkg.amountrange_table;
82: ddindx binary_integer; indx binary_integer;
83: begin
84:
85: -- copy data to the local IN or IN-OUT args, if any

Line 88: iby_factor_pkg.load_paymentamount(i_payeeid, o_name,

84:
85: -- copy data to the local IN or IN-OUT args, if any
86:
87: -- here's the delegated call to the old PL/SQL routine
88: iby_factor_pkg.load_paymentamount(i_payeeid, o_name,
89: o_description, ddo_amountranges);
90:
91: -- copy data back from the local OUT or IN-OUT args, if any
92:

Line 144: ddi_timeranges iby_factor_pkg.timerange_table;

140: i_timeranges_seq JTF_NUMBER_TABLE,
141: i_timeranges_score JTF_VARCHAR2_TABLE_100)
142:
143: is
144: ddi_timeranges iby_factor_pkg.timerange_table;
145: ddindx binary_integer; indx binary_integer;
146: begin
147:
148: -- copy data to the local IN or IN-OUT args, if any

Line 170: iby_factor_pkg.save_timeofpurchase(i_payeeid, i_name,

166: end if;
167: end if;
168:
169: -- here's the delegated call to the old PL/SQL routine
170: iby_factor_pkg.save_timeofpurchase(i_payeeid, i_name,
171: i_description,
172: i_count,
173: ddi_timeranges);
174:

Line 195: ddo_timeranges iby_factor_pkg.timerange_table;

191: o_timeranges_seq out nocopy JTF_NUMBER_TABLE,
192: o_timeranges_score out nocopy JTF_VARCHAR2_TABLE_100)
193:
194: is
195: ddo_timeranges iby_factor_pkg.timerange_table;
196: ddindx binary_integer; indx binary_integer;
197: begin
198:
199: -- copy data to the local IN or IN-OUT args, if any

Line 202: iby_factor_pkg.load_timeofpurchase(i_payeeid, o_name,

198:
199: -- copy data to the local IN or IN-OUT args, if any
200:
201: -- here's the delegated call to the old PL/SQL routine
202: iby_factor_pkg.load_timeofpurchase(i_payeeid, o_name,
203: o_description,
204: ddo_timeranges);
205:
206: -- copy data back from the local OUT or IN-OUT args, if any

Line 260: ddi_freqranges iby_factor_pkg.freqrange_table;

256: i_freqranges_seq JTF_NUMBER_TABLE,
257: i_freqranges_score JTF_VARCHAR2_TABLE_100)
258:
259: is
260: ddi_freqranges iby_factor_pkg.freqrange_table;
261: ddindx binary_integer; indx binary_integer;
262: begin
263:
264: -- copy data to the local IN or IN-OUT args, if any

Line 286: iby_factor_pkg.save_paymenthistory(i_payeeid, i_name,

282: end if;
283: end if;
284:
285: -- here's the delegated call to the old PL/SQL routine
286: iby_factor_pkg.save_paymenthistory(i_payeeid, i_name,
287: i_description,
288: i_duration,
289: i_durationtype,
290: i_count,

Line 315: ddo_freqranges iby_factor_pkg.freqrange_table;

311: o_freqranges_seq out nocopy JTF_NUMBER_TABLE,
312: o_freqranges_score out nocopy JTF_VARCHAR2_TABLE_100)
313:
314: is
315: ddo_freqranges iby_factor_pkg.freqrange_table;
316: ddindx binary_integer; indx binary_integer;
317: begin
318:
319: -- copy data to the local IN or IN-OUT args, if any

Line 323: iby_factor_pkg.load_paymenthistory(i_payeeid, o_name,

319: -- copy data to the local IN or IN-OUT args, if any
320:
321:
322: -- here's the delegated call to the old PL/SQL routine
323: iby_factor_pkg.load_paymenthistory(i_payeeid, o_name,
324: o_description,
325: o_duration,
326: o_durationtype,
327: ddo_freqranges);

Line 378: ddi_codes iby_factor_pkg.codes_table;

374: i_codes_code JTF_VARCHAR2_TABLE_100,
375: i_codes_score JTF_VARCHAR2_TABLE_100)
376:
377: is
378: ddi_codes iby_factor_pkg.codes_table;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:
382: -- copy data to the local IN or IN-OUT args, if any

Line 401: iby_factor_pkg.save_avscodes(i_payeeid, i_name,

397: end if;
398: end if;
399:
400: -- here's the delegated call to the old PL/SQL routine
401: iby_factor_pkg.save_avscodes(i_payeeid, i_name,
402: i_description,
403: i_count,
404: ddi_codes);
405:

Line 424: ddo_codes iby_factor_pkg.codes_table;

420: o_codes_code out nocopy JTF_VARCHAR2_TABLE_100,
421: o_codes_score out nocopy JTF_VARCHAR2_TABLE_100)
422:
423: is
424: ddo_codes iby_factor_pkg.codes_table;
425: ddindx binary_integer; indx binary_integer;
426: begin
427:
428: -- copy data to the local IN or IN-OUT args, if any

Line 431: iby_factor_pkg.load_avscodes(i_payeeid, o_name,

427:
428: -- copy data to the local IN or IN-OUT args, if any
429:
430: -- here's the delegated call to the old PL/SQL routine
431: iby_factor_pkg.load_avscodes(i_payeeid, o_name,
432: o_description,
433: ddo_codes);
434:
435: -- copy data back from the local OUT or IN-OUT args, if any

Line 477: ddi_codes iby_factor_pkg.codes_table;

473: i_codes_code JTF_VARCHAR2_TABLE_100,
474: i_codes_score JTF_VARCHAR2_TABLE_100)
475:
476: is
477: ddi_codes iby_factor_pkg.codes_table;
478: ddindx binary_integer; indx binary_integer;
479: begin
480:
481: -- copy data to the local IN or IN-OUT args, if any

Line 500: iby_factor_pkg.save_riskcodes(i_payeeid, i_name,

496: end if;
497: end if;
498:
499: -- here's the delegated call to the old PL/SQL routine
500: iby_factor_pkg.save_riskcodes(i_payeeid, i_name,
501: i_description,
502: i_count,
503: ddi_codes);
504:

Line 523: ddo_codes iby_factor_pkg.codes_table;

519: o_codes_code out nocopy JTF_VARCHAR2_TABLE_100,
520: o_codes_score out nocopy JTF_VARCHAR2_TABLE_100)
521:
522: is
523: ddo_codes iby_factor_pkg.codes_table;
524: ddindx binary_integer; indx binary_integer;
525: begin
526:
527: -- copy data to the local IN or IN-OUT args, if any

Line 530: iby_factor_pkg.load_riskcodes(i_payeeid, o_name,

526:
527: -- copy data to the local IN or IN-OUT args, if any
528:
529: -- here's the delegated call to the old PL/SQL routine
530: iby_factor_pkg.load_riskcodes(i_payeeid, o_name,
531: o_description,
532: ddo_codes);
533:
534: -- copy data back from the local OUT or IN-OUT args, if any

Line 576: ddi_codes iby_factor_pkg.codes_table;

572: i_codes_code JTF_VARCHAR2_TABLE_100,
573: i_codes_score JTF_VARCHAR2_TABLE_100)
574:
575: is
576: ddi_codes iby_factor_pkg.codes_table;
577: ddindx binary_integer; indx binary_integer;
578: begin
579:
580: -- copy data to the local IN or IN-OUT args, if any

Line 599: iby_factor_pkg.save_creditratingcodes(i_payeeid, i_name,

595: end if;
596: end if;
597:
598: -- here's the delegated call to the old PL/SQL routine
599: iby_factor_pkg.save_creditratingcodes(i_payeeid, i_name,
600: i_description,
601: i_count,
602: ddi_codes);
603:

Line 622: ddo_codes iby_factor_pkg.codes_table;

618: o_codes_code out nocopy JTF_VARCHAR2_TABLE_100,
619: o_codes_score out nocopy JTF_VARCHAR2_TABLE_100)
620:
621: is
622: ddo_codes iby_factor_pkg.codes_table;
623: ddindx binary_integer; indx binary_integer;
624: begin
625:
626: -- copy data to the local IN or IN-OUT args, if any

Line 629: iby_factor_pkg.load_creditratingcodes(i_payeeid, o_name,

625:
626: -- copy data to the local IN or IN-OUT args, if any
627:
628: -- here's the delegated call to the old PL/SQL routine
629: iby_factor_pkg.load_creditratingcodes(i_payeeid, o_name,
630: o_description,
631: ddo_codes);
632:
633: -- copy data back from the local OUT or IN-OUT args, if any

Line 660: end iby_factor_pkg_wrap;

656: end if;
657: end if;
658: end load_creditratingcodes;
659:
660: end iby_factor_pkg_wrap;
661: