DBA Data[Home] [Help]

APPS.CN_SFP_SRP_UTIL_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

Line 13: procedure rosetta_table_copy_in_p0(t out nocopy cn_sfp_srp_util_pvt.string_tabletype, a0 JTF_VARCHAR2_TABLE_100) as

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p0(t out nocopy cn_sfp_srp_util_pvt.string_tabletype, a0 JTF_VARCHAR2_TABLE_100) as
14: ddindx binary_integer; indx binary_integer;
15: begin
16: if a0 is not null and a0.count > 0 then
17: if a0.count > 0 then

Line 31: procedure rosetta_table_copy_out_p0(t cn_sfp_srp_util_pvt.string_tabletype, a0 out nocopy JTF_VARCHAR2_TABLE_100) as

27: end loop;
28: end if;
29: end if;
30: end rosetta_table_copy_in_p0;
31: procedure rosetta_table_copy_out_p0(t cn_sfp_srp_util_pvt.string_tabletype, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
32: ddindx binary_integer; indx binary_integer;
33: begin
34: if t is null or t.count = 0 then
35: a0 := JTF_VARCHAR2_TABLE_100();

Line 35: a0 := JTF_VARCHAR2_TABLE_100();

31: procedure rosetta_table_copy_out_p0(t cn_sfp_srp_util_pvt.string_tabletype, a0 out nocopy JTF_VARCHAR2_TABLE_100) as
32: ddindx binary_integer; indx binary_integer;
33: begin
34: if t is null or t.count = 0 then
35: a0 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: if t.count > 0 then
39: a0.extend(t.count);

Line 37: a0 := JTF_VARCHAR2_TABLE_100();

33: begin
34: if t is null or t.count = 0 then
35: a0 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: if t.count > 0 then
39: a0.extend(t.count);
40: ddindx := t.first;
41: indx := 1;

Line 60: , x_values_tab out nocopy JTF_VARCHAR2_TABLE_100

56: , p_commit VARCHAR2
57: , p_validation_level NUMBER
58: , p_default_all VARCHAR2
59: , p_type VARCHAR2
60: , x_values_tab out nocopy JTF_VARCHAR2_TABLE_100
61: , x_meanings_tab out nocopy JTF_VARCHAR2_TABLE_100
62: , x_return_status out nocopy VARCHAR2
63: , x_msg_count out nocopy NUMBER
64: , x_msg_data out nocopy VARCHAR2

Line 61: , x_meanings_tab out nocopy JTF_VARCHAR2_TABLE_100

57: , p_validation_level NUMBER
58: , p_default_all VARCHAR2
59: , p_type VARCHAR2
60: , x_values_tab out nocopy JTF_VARCHAR2_TABLE_100
61: , x_meanings_tab out nocopy JTF_VARCHAR2_TABLE_100
62: , x_return_status out nocopy VARCHAR2
63: , x_msg_count out nocopy NUMBER
64: , x_msg_data out nocopy VARCHAR2
65: )