DBA Data[Home] [Help]

APPS.AMS_CONTACT_PREFERENCE_PVT_W dependencies on AMS_CONTACT_PREFERENCE_PVT

Line 1: package body ams_contact_preference_pvt_w as

1: package body ams_contact_preference_pvt_w as
2: /* $Header: amswcppb.pls 120.1 2005/06/27 05:43:00 appldev ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 54: ddp_ams_contact_pref_rec ams_contact_preference_pvt.contact_preference_rec_type;

50: , p7_a19 VARCHAR2 := fnd_api.g_miss_char
51: , p7_a20 NUMBER := 0-1962.0724
52: )
53: as
54: ddp_ams_contact_pref_rec ams_contact_preference_pvt.contact_preference_rec_type;
55: ddindx binary_integer; indx binary_integer;
56: begin
57:
58: -- copy data to the local IN or IN-OUT args, if any

Line 91: ams_contact_preference_pvt.create_contact_preference(p_api_version_number,

87:
88:
89:
90: -- here's the delegated call to the old PL/SQL routine
91: ams_contact_preference_pvt.create_contact_preference(p_api_version_number,
92: p_init_msg_list,
93: p_commit,
94: p_validation_level,
95: x_return_status,

Line 146: ddp_ams_contact_pref_rec ams_contact_preference_pvt.contact_preference_rec_type;

142: , p7_a19 VARCHAR2 := fnd_api.g_miss_char
143: , p7_a20 NUMBER := 0-1962.0724
144: )
145: as
146: ddp_ams_contact_pref_rec ams_contact_preference_pvt.contact_preference_rec_type;
147: ddindx binary_integer; indx binary_integer;
148: begin
149:
150: -- copy data to the local IN or IN-OUT args, if any

Line 183: ams_contact_preference_pvt.update_contact_preference(p_api_version_number,

179:
180:
181:
182: -- here's the delegated call to the old PL/SQL routine
183: ams_contact_preference_pvt.update_contact_preference(p_api_version_number,
184: p_init_msg_list,
185: p_commit,
186: p_validation_level,
187: x_return_status,

Line 206: end ams_contact_preference_pvt_w;

202:
203:
204: end;
205:
206: end ams_contact_preference_pvt_w;