DBA Data[Home] [Help]

APPS.FND_UPDATE_USER_PREF_PUB dependencies on HZ_CONTACT_PREFERENCE_V2PUB

Line 76: l_contact_preference_record hz_contact_preference_v2pub.contact_preference_rec_type;

72: where user_id = l_user_id;
73:
74: l_party_id number ;
75:
76: l_contact_preference_record hz_contact_preference_v2pub.contact_preference_rec_type;
77:
78: l_object_version_number number;
79: l_return_status varchar2(20);
80: l_msg_count number;

Line 161: hz_contact_preference_v2pub.create_contact_preference (

157: -- change the API Name temporarily so that in case of unexpected error
158: -- it is properly caught
159: l_api_name := l_api_name||'-CREATE_CONTACT_PREFERENCE';
160:
161: hz_contact_preference_v2pub.create_contact_preference (
162: p_init_msg_list => FND_API.G_FALSE,
163: p_contact_preference_rec => l_contact_preference_record,
164: x_contact_preference_id => l_contact_preference_id,
165: x_return_status => l_return_status,

Line 241: hz_contact_preference_v2pub.create_contact_preference (

237: -- change the API Name temporarily so that in case of unexpected error
238: -- it is properly caught
239: l_api_name := l_api_name||'-CREATE_CONTACT_PREFERENCE';
240:
241: hz_contact_preference_v2pub.create_contact_preference (
242: p_init_msg_list => FND_API.G_FALSE,
243: p_contact_preference_rec => l_contact_preference_record,
244: x_contact_preference_id => l_contact_preference_id,
245: x_return_status => l_return_status,

Line 512: l_contact_preference_record hz_contact_preference_v2pub.contact_preference_rec_type;

508: where user_id = l_user_id;
509:
510: l_party_id number ;
511:
512: l_contact_preference_record hz_contact_preference_v2pub.contact_preference_rec_type;
513:
514: l_object_version_number number;
515: l_return_status varchar2(20);
516: l_msg_count number;

Line 629: hz_contact_preference_v2pub.create_contact_preference (

625: -- change the API Name temporarily so that in case of unexpected error
626: -- it is properly caught
627: l_api_name := l_api_name||'-CREATE_CONTACT_PREFERENCE';
628:
629: hz_contact_preference_v2pub.create_contact_preference (
630: p_init_msg_list => FND_API.G_FALSE,
631: p_contact_preference_rec => l_contact_preference_record,
632: x_contact_preference_id => l_contact_preference_id,
633: x_return_status => l_return_status,

Line 692: hz_contact_preference_v2pub.create_contact_preference (

688: -- change the API Name temporarily so that in case of unexpected error
689: -- it is properly caught
690: l_api_name := l_api_name||'-CREATE_CONTACT_PREFERENCE';
691:
692: hz_contact_preference_v2pub.create_contact_preference (
693: p_init_msg_list => FND_API.G_FALSE,
694: p_contact_preference_rec => l_contact_preference_record,
695: x_contact_preference_id => l_contact_preference_id,
696: x_return_status => l_return_status,