DBA Data[Home] [Help]

PACKAGE: APPS.IBY_FACTOR_PKG_WRAP

Source


1 PACKAGE iby_factor_pkg_wrap AUTHID CURRENT_USER AS
2 /*$Header: ibywfacs.pls 115.8 2002/11/18 23:14:42 jleybovi ship $*/
3 
4   /*
5   ** Name : save_paymentAmount
6   ** Purpose : Wrapper function generated by Rosette to call the actual ]
7   **           function in iby_fact_pkg. This wrapper constructs actual
8   **           structure from the flatten structure and flattens the
9   **           response from the original procedure.
10   */
11   procedure save_paymentamount(i_payeeid varchar2,
12     i_name  varchar2,
13     i_description  varchar2,
14     i_count  integer,
15     i_amountranges_lowamtlmt JTF_NUMBER_TABLE,
16     i_amountranges_upramtlmt JTF_NUMBER_TABLE,
17     i_amountranges_seq JTF_NUMBER_TABLE,
18     i_amountranges_score JTF_VARCHAR2_TABLE_100);
19 
20   /*
21   ** Name : load_paymentAmount
22   ** Purpose : Wrapper function generated by Rosette to call the actual ]
23   **           function in iby_fact_pkg. This wrapper constructs actual
24   **           structure from the flatten structure and flattens the
25   **           response from the original procedure.
26   */
27   procedure load_paymentamount(i_payeeid varchar2,
28     o_name out nocopy  varchar2,
29     o_description out nocopy  varchar2,
30     o_amountranges_lowamtlmt out nocopy JTF_NUMBER_TABLE,
31     o_amountranges_upramtlmt out nocopy JTF_NUMBER_TABLE,
32     o_amountranges_seq out nocopy JTF_NUMBER_TABLE,
33     o_amountranges_score out nocopy JTF_VARCHAR2_TABLE_100);
34 
35   /*
36   ** Name : save_timeofpurchase
37   ** Purpose : Wrapper function generated by Rosette to call the actual ]
38   **           function in iby_fact_pkg. This wrapper constructs actual
39   **           structure from the flatten structure and flattens the
40   **           response from the original procedure.
41   */
42   procedure save_timeofpurchase(i_payeeid varchar2,
43     i_name  varchar2,
44     i_description  varchar2,
45     i_count  integer,
46     i_timeranges_lowtimelmt JTF_NUMBER_TABLE,
47     i_timeranges_uprtimelmt JTF_NUMBER_TABLE,
48     i_timeranges_seq JTF_NUMBER_TABLE,
49     i_timeranges_score JTF_VARCHAR2_TABLE_100);
50 
51   /*
52   ** Name : load_timeofpurchase
53   ** Purpose : Wrapper function generated by Rosette to call the actual ]
54   **           function in iby_fact_pkg. This wrapper constructs actual
55   **           structure from the flatten structure and flattens the
56   **           response from the original procedure.
57   */
58   procedure load_timeofpurchase(i_payeeid varchar2,
59     o_name out nocopy  varchar2,
60     o_description out nocopy  varchar2,
61     o_timeranges_lowtimelmt out nocopy JTF_NUMBER_TABLE,
62     o_timeranges_uprtimelmt out nocopy JTF_NUMBER_TABLE,
63     o_timeranges_seq out nocopy JTF_NUMBER_TABLE,
64     o_timeranges_score out nocopy JTF_VARCHAR2_TABLE_100);
65 
66   /*
67   ** Name : save_paymenthistory
68   ** Purpose : Wrapper function generated by Rosette to call the actual ]
69   **           function in iby_fact_pkg. This wrapper constructs actual
70   **           structure from the flatten structure and flattens the
71   **           response from the original procedure.
72   */
73   procedure save_paymenthistory(i_payeeid varchar2,
74     i_name  varchar2,
75     i_description  varchar2,
76     i_duration  number,
77     i_durationtype  varchar2,
78     i_count  integer,
79     i_freqranges_lowfreqlmt JTF_NUMBER_TABLE,
80     i_freqranges_uprfreqlmt JTF_NUMBER_TABLE,
81     i_freqranges_seq JTF_NUMBER_TABLE,
82     i_freqranges_score JTF_VARCHAR2_TABLE_100);
83 
84   /*
85   ** Name : load_paymenthistory
86   ** Purpose : Wrapper function generated by Rosette to call the actual ]
87   **           function in iby_fact_pkg. This wrapper constructs actual
88   **           structure from the flatten structure and flattens the
89   **           response from the original procedure.
90   */
91   procedure load_paymenthistory(i_payeeid varchar2,
92     o_name out nocopy varchar2,
93     o_description out nocopy varchar2,
94     o_duration out nocopy number,
95     o_durationtype out nocopy varchar2,
96     o_freqranges_lowfreqlmt out nocopy JTF_NUMBER_TABLE,
97     o_freqranges_uprfreqlmt out nocopy JTF_NUMBER_TABLE,
98     o_freqranges_seq out nocopy JTF_NUMBER_TABLE,
99     o_freqranges_score out nocopy JTF_VARCHAR2_TABLE_100);
100 
101   /*
102   ** Name : save_avsCodes
103   ** Purpose : Wrapper function generated by Rosette to call the actual ]
104   **           function in iby_fact_pkg. This wrapper constructs actual
105   **           structure from the flatten structure and flattens the
106   **           response from the original procedure.
107   */
108   procedure save_avscodes(i_payeeid varchar2,
109     i_name  varchar2,
110     i_description  varchar2,
111     i_count  integer,
112     i_codes_code JTF_VARCHAR2_TABLE_100,
113     i_codes_score JTF_VARCHAR2_TABLE_100);
114 
115   /*
116   ** Name : load_avsCodes
117   ** Purpose : Wrapper function generated by Rosette to call the actual ]
118   **           function in iby_fact_pkg. This wrapper constructs actual
119   **           structure from the flatten structure and flattens the
120   **           response from the original procedure.
121   */
122   procedure load_avscodes(i_payeeid varchar2,
123     o_name out nocopy varchar2,
124     o_description out nocopy varchar2,
125     o_codes_code out nocopy JTF_VARCHAR2_TABLE_100,
126     o_codes_score out nocopy JTF_VARCHAR2_TABLE_100);
127 
128   /*
129   ** Name : save_riskCodes
130   ** Purpose : Wrapper function generated by Rosette to call the actual ]
131   **           function in iby_fact_pkg. This wrapper constructs actual
132   **           structure from the flatten structure and flattens the
133   **           response from the original procedure.
134   */
135   procedure save_riskcodes(i_payeeid varchar2,
136     i_name  varchar2,
137     i_description  varchar2,
138     i_count  integer,
139     i_codes_code JTF_VARCHAR2_TABLE_100,
140     i_codes_score JTF_VARCHAR2_TABLE_100);
141 
142   /*
143   ** Name : load_riskCodes
144   ** Purpose : Wrapper function generated by Rosette to call the actual ]
145   **           function in iby_fact_pkg. This wrapper constructs actual
146   **           structure from the flatten structure and flattens the
147   **           response from the original procedure.
148   */
149   procedure load_riskcodes(i_payeeid varchar2,
150     o_name out nocopy varchar2,
151     o_description out nocopy varchar2,
152     o_codes_code out nocopy JTF_VARCHAR2_TABLE_100,
153     o_codes_score out nocopy JTF_VARCHAR2_TABLE_100);
154 
155   /*
156   ** Name : save_creditratingcodes
157   ** Purpose : Wrapper function generated by Rosette to call the actual ]
158   **           function in iby_fact_pkg. This wrapper constructs actual
159   **           structure from the flatten structure and flattens the
160   **           response from the original procedure.
161   */
162   procedure save_creditratingcodes(i_payeeid varchar2,
163     i_name  varchar2,
164     i_description  varchar2,
165     i_count  integer,
166     i_codes_code JTF_VARCHAR2_TABLE_100,
167     i_codes_score JTF_VARCHAR2_TABLE_100);
168 
169   /*
170   ** Name : load_creditratingcodes
171   ** Purpose : Wrapper function generated by Rosette to call the actual ]
172   **           function in iby_fact_pkg. This wrapper constructs actual
173   **           structure from the flatten structure and flattens the
174   **           response from the original procedure.
175   */
176   procedure load_creditratingcodes(i_payeeid varchar2,
177     o_name out nocopy varchar2,
178     o_description out nocopy varchar2,
179     o_codes_code out nocopy JTF_VARCHAR2_TABLE_100,
180     o_codes_score out nocopy JTF_VARCHAR2_TABLE_100);
181 
182 end iby_factor_pkg_wrap;
183