DBA Data[Home] [Help]

APPS.FND_UPDATE_USER_PREF_PUB_W dependencies on FND_UPDATE_USER_PREF_PUB

Line 1: package body fnd_update_user_pref_pub_w as

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

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 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 74: ddp_option fnd_update_user_pref_pub.preference_tbl;

70: , x_msg_data out nocopy VARCHAR2
71: )
72:
73: as
74: ddp_option fnd_update_user_pref_pub.preference_tbl;
75: ddindx binary_integer; indx binary_integer;
76: begin
77:
78: -- copy data to the local IN or IN-OUT args, if any

Line 84: fnd_update_user_pref_pub_w.rosetta_table_copy_in_p1(ddp_option, p5_a0

80:
81:
82:
83:
84: fnd_update_user_pref_pub_w.rosetta_table_copy_in_p1(ddp_option, p5_a0
85: , p5_a1
86: , p5_a2
87: );
88:

Line 93: fnd_update_user_pref_pub.set_purpose_option(p_api_version,

89:
90:
91:
92: -- here's the delegated call to the old PL/SQL routine
93: fnd_update_user_pref_pub.set_purpose_option(p_api_version,
94: p_init_msg_list,
95: p_commit,
96: p_user_id,
97: p_party_id,

Line 114: end fnd_update_user_pref_pub_w;

110:
111:
112: end;
113:
114: end fnd_update_user_pref_pub_w;