DBA Data[Home] [Help]

APPS.FND_UPDATE_USER_PREF_PUB_W dependencies on JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy fnd_update_user_pref_pub.preference_tbl, a0 JTF_VARCHAR2_TABLE_100

1: package body fnd_update_user_pref_pub_w as
2: /* $Header: fndpirrb.pls 120.1 2005/07/02 03:35:17 appldev noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy fnd_update_user_pref_pub.preference_tbl, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: ) as
7: ddindx binary_integer; indx binary_integer;

Line 4: , a1 JTF_VARCHAR2_TABLE_100

1: package body fnd_update_user_pref_pub_w as
2: /* $Header: fndpirrb.pls 120.1 2005/07/02 03:35:17 appldev noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy fnd_update_user_pref_pub.preference_tbl, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: ) as
7: ddindx binary_integer; indx binary_integer;
8: begin

Line 5: , a2 JTF_VARCHAR2_TABLE_100

1: package body fnd_update_user_pref_pub_w as
2: /* $Header: fndpirrb.pls 120.1 2005/07/02 03:35:17 appldev noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy fnd_update_user_pref_pub.preference_tbl, a0 JTF_VARCHAR2_TABLE_100
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: ) as
7: ddindx binary_integer; indx binary_integer;
8: begin
9: if a0 is not null and a0.count > 0 then

Line 26: procedure rosetta_table_copy_out_p1(t fnd_update_user_pref_pub.preference_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100

22: end loop;
23: end if;
24: end if;
25: end rosetta_table_copy_in_p1;
26: procedure rosetta_table_copy_out_p1(t fnd_update_user_pref_pub.preference_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
27: , a1 out nocopy JTF_VARCHAR2_TABLE_100
28: , a2 out nocopy JTF_VARCHAR2_TABLE_100
29: ) as
30: ddindx binary_integer; indx binary_integer;

Line 27: , a1 out nocopy JTF_VARCHAR2_TABLE_100

23: end if;
24: end if;
25: end rosetta_table_copy_in_p1;
26: procedure rosetta_table_copy_out_p1(t fnd_update_user_pref_pub.preference_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
27: , a1 out nocopy JTF_VARCHAR2_TABLE_100
28: , a2 out nocopy JTF_VARCHAR2_TABLE_100
29: ) as
30: ddindx binary_integer; indx binary_integer;
31: begin

Line 28: , a2 out nocopy JTF_VARCHAR2_TABLE_100

24: end if;
25: end rosetta_table_copy_in_p1;
26: procedure rosetta_table_copy_out_p1(t fnd_update_user_pref_pub.preference_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_100
27: , a1 out nocopy JTF_VARCHAR2_TABLE_100
28: , a2 out nocopy JTF_VARCHAR2_TABLE_100
29: ) as
30: ddindx binary_integer; indx binary_integer;
31: begin
32: if t is null or t.count = 0 then

Line 33: a0 := JTF_VARCHAR2_TABLE_100();

29: ) as
30: ddindx binary_integer; indx binary_integer;
31: begin
32: if t is null or t.count = 0 then
33: a0 := JTF_VARCHAR2_TABLE_100();
34: a1 := JTF_VARCHAR2_TABLE_100();
35: a2 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();

Line 34: a1 := JTF_VARCHAR2_TABLE_100();

30: ddindx binary_integer; indx binary_integer;
31: begin
32: if t is null or t.count = 0 then
33: a0 := JTF_VARCHAR2_TABLE_100();
34: a1 := JTF_VARCHAR2_TABLE_100();
35: a2 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_VARCHAR2_TABLE_100();

Line 35: a2 := JTF_VARCHAR2_TABLE_100();

31: begin
32: if t is null or t.count = 0 then
33: a0 := JTF_VARCHAR2_TABLE_100();
34: a1 := JTF_VARCHAR2_TABLE_100();
35: a2 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_VARCHAR2_TABLE_100();
39: a2 := JTF_VARCHAR2_TABLE_100();

Line 37: a0 := JTF_VARCHAR2_TABLE_100();

33: a0 := JTF_VARCHAR2_TABLE_100();
34: a1 := JTF_VARCHAR2_TABLE_100();
35: a2 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_VARCHAR2_TABLE_100();
39: a2 := JTF_VARCHAR2_TABLE_100();
40: if t.count > 0 then
41: a0.extend(t.count);

Line 38: a1 := JTF_VARCHAR2_TABLE_100();

34: a1 := JTF_VARCHAR2_TABLE_100();
35: a2 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_VARCHAR2_TABLE_100();
39: a2 := JTF_VARCHAR2_TABLE_100();
40: if t.count > 0 then
41: a0.extend(t.count);
42: a1.extend(t.count);

Line 39: a2 := JTF_VARCHAR2_TABLE_100();

35: a2 := JTF_VARCHAR2_TABLE_100();
36: else
37: a0 := JTF_VARCHAR2_TABLE_100();
38: a1 := JTF_VARCHAR2_TABLE_100();
39: a2 := JTF_VARCHAR2_TABLE_100();
40: if t.count > 0 then
41: a0.extend(t.count);
42: a1.extend(t.count);
43: a2.extend(t.count);

Line 65: , p5_a0 JTF_VARCHAR2_TABLE_100

61: , p_init_msg_list VARCHAR2
62: , p_commit VARCHAR2
63: , p_user_id NUMBER
64: , p_party_id NUMBER
65: , p5_a0 JTF_VARCHAR2_TABLE_100
66: , p5_a1 JTF_VARCHAR2_TABLE_100
67: , p5_a2 JTF_VARCHAR2_TABLE_100
68: , x_return_status out nocopy VARCHAR2
69: , x_msg_count out nocopy NUMBER

Line 66: , p5_a1 JTF_VARCHAR2_TABLE_100

62: , p_commit VARCHAR2
63: , p_user_id NUMBER
64: , p_party_id NUMBER
65: , p5_a0 JTF_VARCHAR2_TABLE_100
66: , p5_a1 JTF_VARCHAR2_TABLE_100
67: , p5_a2 JTF_VARCHAR2_TABLE_100
68: , x_return_status out nocopy VARCHAR2
69: , x_msg_count out nocopy NUMBER
70: , x_msg_data out nocopy VARCHAR2

Line 67: , p5_a2 JTF_VARCHAR2_TABLE_100

63: , p_user_id NUMBER
64: , p_party_id NUMBER
65: , p5_a0 JTF_VARCHAR2_TABLE_100
66: , p5_a1 JTF_VARCHAR2_TABLE_100
67: , p5_a2 JTF_VARCHAR2_TABLE_100
68: , x_return_status out nocopy VARCHAR2
69: , x_msg_count out nocopy NUMBER
70: , x_msg_data out nocopy VARCHAR2
71: )