DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on HZ_CONTACT_POINT_V2PUB

Line 2524: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;

2520: l_org_contact_id NUMBER;
2521:
2522: l_last_update_date date;
2523:
2524: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;
2525: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;
2526: l_contact_point_id NUMBER;
2527: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;
2528:

Line 2525: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;

2521:
2522: l_last_update_date date;
2523:
2524: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;
2525: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;
2526: l_contact_point_id NUMBER;
2527: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;
2528:
2529:

Line 2527: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;

2523:
2524: l_contact_point_create_rec HZ_CONTACT_POINT_V2PUB.contact_point_Rec_type;
2525: l_phone_create_rec HZ_CONTACT_POINT_V2PUB.phone_Rec_type;
2526: l_contact_point_id NUMBER;
2527: l_email_create_rec HZ_CONTACT_POINT_V2PUB.email_Rec_type;
2528:
2529:
2530: CURSOR c_exist_rel IS
2531: SELECT *

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

2776: l_phone_create_rec.phone_extension := l_phone_rec.phone_extension;
2777: l_phone_create_rec.phone_line_type := l_phone_rec.phone_line_type;
2778: --l_phone_create_rec.raw_phone_number := l_phone_rec.raw_phone_number;
2779:
2780: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_phone_contact_point ...');
2781:
2782: hz_contact_point_v2pub.create_phone_contact_point(
2783: p_init_msg_list => 'F',
2784: x_return_status => l_return_status,

Line 2782: hz_contact_point_v2pub.create_phone_contact_point(

2778: --l_phone_create_rec.raw_phone_number := l_phone_rec.raw_phone_number;
2779:
2780: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_phone_contact_point ...');
2781:
2782: hz_contact_point_v2pub.create_phone_contact_point(
2783: p_init_msg_list => 'F',
2784: x_return_status => l_return_status,
2785: x_msg_count => l_msg_count,
2786: x_msg_data => l_msg_data,

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

2844:
2845: l_email_create_rec.email_format := l_email_rec.email_format;
2846: l_email_create_rec.email_address := l_email_rec.email_address;
2847:
2848: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_email_contact_point ...');
2849:
2850: hz_contact_point_v2pub.create_email_contact_point(
2851: p_init_msg_list => 'F',
2852: x_return_status => l_return_status,

Line 2850: hz_contact_point_v2pub.create_email_contact_point(

2846: l_email_create_rec.email_address := l_email_rec.email_address;
2847:
2848: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':calling hz_contact_point_v2pub.create_email_contact_point ...');
2849:
2850: hz_contact_point_v2pub.create_email_contact_point(
2851: p_init_msg_list => 'F',
2852: x_return_status => l_return_status,
2853: x_msg_count => l_msg_count,
2854: x_msg_data => l_msg_data,