DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on HZ_CONTACT_POINT_V2PUB

Line 2726: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;

2722: l_application_id NUMBER; -- Bug 12359416
2723:
2724: l_last_update_date date;
2725:
2726: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;
2727: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;
2728: l_contact_point_id NUMBER;
2729: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;
2730:

Line 2727: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;

2723:
2724: l_last_update_date date;
2725:
2726: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;
2727: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;
2728: l_contact_point_id NUMBER;
2729: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;
2730:
2731: -- Begin ER-13329879

Line 2729: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;

2725:
2726: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;
2727: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;
2728: l_contact_point_id NUMBER;
2729: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;
2730:
2731: -- Begin ER-13329879
2732: l_cust_account_role_rec HZ_CUST_ACCOUNT_ROLE_V2PUB.cust_account_role_rec_type;
2733: l_cust_account_role_id number;

Line 3028: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_phone_contact_point ...');

3024: l_phone_create_rec.phone_extension := l_phone_rec.phone_extension;
3025: l_phone_create_rec.phone_line_type := l_phone_rec.phone_line_type;
3026: --l_phone_create_rec.raw_phone_number := l_phone_rec.raw_phone_number;
3027:
3028: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_phone_contact_point ...');
3029:
3030: hz_contact_point_v2pub.create_phone_contact_point(
3031: p_init_msg_list => 'F',
3032: x_return_status => l_return_status,

Line 3030: hz_contact_point_v2pub.create_phone_contact_point(

3026: --l_phone_create_rec.raw_phone_number := l_phone_rec.raw_phone_number;
3027:
3028: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_phone_contact_point ...');
3029:
3030: hz_contact_point_v2pub.create_phone_contact_point(
3031: p_init_msg_list => 'F',
3032: x_return_status => l_return_status,
3033: x_msg_count => l_msg_count,
3034: x_msg_data => l_msg_data,

Line 3100: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_email_contact_point ...');

3096:
3097: l_email_create_rec.email_format := l_email_rec.email_format;
3098: l_email_create_rec.email_address := l_email_rec.email_address;
3099:
3100: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_email_contact_point ...');
3101:
3102: hz_contact_point_v2pub.create_email_contact_point(
3103: p_init_msg_list => 'F',
3104: x_return_status => l_return_status,

Line 3102: hz_contact_point_v2pub.create_email_contact_point(

3098: l_email_create_rec.email_address := l_email_rec.email_address;
3099:
3100: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_email_contact_point ...');
3101:
3102: hz_contact_point_v2pub.create_email_contact_point(
3103: p_init_msg_list => 'F',
3104: x_return_status => l_return_status,
3105: x_msg_count => l_msg_count,
3106: x_msg_data => l_msg_data,