DBA Data[Home] [Help]

APPS.IBY_FORMULA_PKG_WRAP dependencies on JTF_VARCHAR2_TABLE_100

Line 17: o_riskformula_name out nocopy JTF_VARCHAR2_TABLE_100,

13: ** programs to be able to call it.
14: */
15: procedure getpayeeformulas(i_payeeid varchar2,
16: o_riskformula_id out nocopy JTF_NUMBER_TABLE,
17: o_riskformula_name out nocopy JTF_VARCHAR2_TABLE_100,
18: o_riskformula_description out nocopy JTF_VARCHAR2_TABLE_300,
19: o_riskformula_flag out nocopy JTF_NUMBER_TABLE);
20:
21: /*

Line 33: i_factors_name JTF_VARCHAR2_TABLE_100,

29: i_name varchar2,
30: i_description varchar2,
31: i_flag integer,
32: i_count integer,
33: i_factors_name JTF_VARCHAR2_TABLE_100,
34: i_factors_weight JTF_NUMBER_TABLE,
35: o_id out nocopy number);
36:
37: /*

Line 49: i_factors_name JTF_VARCHAR2_TABLE_100,

45: i_name varchar2,
46: i_description varchar2,
47: i_flag integer,
48: i_count integer,
49: i_factors_name JTF_VARCHAR2_TABLE_100,
50: i_factors_weight JTF_NUMBER_TABLE);
51:
52: /*
53: ** Name loadFormula

Line 63: o_factors_name out nocopy JTF_VARCHAR2_TABLE_100,

59: procedure loadformula(i_factorid number,
60: o_name out nocopy varchar2,
61: o_description out nocopy varchar2,
62: o_flag out nocopy integer,
63: o_factors_name out nocopy JTF_VARCHAR2_TABLE_100,
64: o_factors_weight out nocopy JTF_NUMBER_TABLE);
65:
66: end iby_formula_pkg_wrap;
67: