DBA Data[Home] [Help]

APPS.WSH_CARRIER_CONTACT_INFO_PKG dependencies on FND_API

Line 132: p_init_msg_list => FND_API.G_TRUE,

128: --
129:
130: HZ_CONTACT_POINT_V2PUB.Create_Contact_Point
131: (
132: p_init_msg_list => FND_API.G_TRUE,
133: p_contact_point_rec => l_contact_points_rec_type,
134: p_phone_rec => l_phone_rec_type,
135: x_contact_point_id => l_contact_point_id,
136: x_return_status => l_return_status,

Line 266: l_phone_rec_type.phone_area_code := nvl(P_AREA_CODE, fnd_api.g_miss_char);

262:
263: --Put Information into email_rec, phone_rec.
264:
265: l_phone_rec_type.phone_number := P_PHONE_NUMBER;
266: l_phone_rec_type.phone_area_code := nvl(P_AREA_CODE, fnd_api.g_miss_char);
267: l_phone_rec_type.phone_country_code := nvl(P_COUNTRY_CODE, fnd_api.g_miss_char);
268: l_phone_rec_type.phone_extension := nvl(P_EXTENSION, fnd_api.g_miss_char);
269: l_phone_rec_type.phone_line_type := P_CONTACT_TYPE;
270: --Corrected Bug 5298638 - Instead of defaulting 'GEN' contact_type entered will be passed.

Line 267: l_phone_rec_type.phone_country_code := nvl(P_COUNTRY_CODE, fnd_api.g_miss_char);

263: --Put Information into email_rec, phone_rec.
264:
265: l_phone_rec_type.phone_number := P_PHONE_NUMBER;
266: l_phone_rec_type.phone_area_code := nvl(P_AREA_CODE, fnd_api.g_miss_char);
267: l_phone_rec_type.phone_country_code := nvl(P_COUNTRY_CODE, fnd_api.g_miss_char);
268: l_phone_rec_type.phone_extension := nvl(P_EXTENSION, fnd_api.g_miss_char);
269: l_phone_rec_type.phone_line_type := P_CONTACT_TYPE;
270: --Corrected Bug 5298638 - Instead of defaulting 'GEN' contact_type entered will be passed.
271:

Line 268: l_phone_rec_type.phone_extension := nvl(P_EXTENSION, fnd_api.g_miss_char);

264:
265: l_phone_rec_type.phone_number := P_PHONE_NUMBER;
266: l_phone_rec_type.phone_area_code := nvl(P_AREA_CODE, fnd_api.g_miss_char);
267: l_phone_rec_type.phone_country_code := nvl(P_COUNTRY_CODE, fnd_api.g_miss_char);
268: l_phone_rec_type.phone_extension := nvl(P_EXTENSION, fnd_api.g_miss_char);
269: l_phone_rec_type.phone_line_type := P_CONTACT_TYPE;
270: --Corrected Bug 5298638 - Instead of defaulting 'GEN' contact_type entered will be passed.
271:
272: l_contact_points_rec_type.contact_point_type := 'PHONE';

Line 299: p_init_msg_list => FND_API.G_TRUE,

295: --
296:
297: HZ_CONTACT_POINT_V2PUB.Update_Contact_Point
298: (
299: p_init_msg_list => FND_API.G_TRUE,
300: p_contact_point_rec => l_contact_points_rec_type,
301: p_phone_rec => l_phone_rec_type,
302: p_object_version_number => l_object_version_number,
303: x_return_status => l_return_status,