DBA Data[Home] [Help]

APPS.HZ_ORG_CONTACT_BO_PUB dependencies on HZ_CONTACT_POINT_BO_PVT

Line 577: HZ_CONTACT_POINT_BO_PVT.save_contact_points(

573: ((p_org_contact_obj.telex_objs IS NOT NULL) AND (p_org_contact_obj.telex_objs.COUNT > 0)) OR
574: ((p_org_contact_obj.email_objs IS NOT NULL) AND (p_org_contact_obj.email_objs.COUNT > 0)) OR
575: ((p_org_contact_obj.web_objs IS NOT NULL) AND (p_org_contact_obj.web_objs.COUNT > 0)) OR
576: ((p_org_contact_obj.sms_objs IS NOT NULL) AND (p_org_contact_obj.sms_objs.COUNT > 0))) THEN
577: HZ_CONTACT_POINT_BO_PVT.save_contact_points(
578: p_phone_objs => p_org_contact_obj.phone_objs,
579: p_telex_objs => p_org_contact_obj.telex_objs,
580: p_email_objs => p_org_contact_obj.email_objs,
581: p_web_objs => p_org_contact_obj.web_objs,

Line 1159: HZ_CONTACT_POINT_BO_PVT.save_contact_points(

1155: ((p_org_contact_obj.telex_objs IS NOT NULL) AND (p_org_contact_obj.telex_objs.COUNT > 0)) OR
1156: ((p_org_contact_obj.email_objs IS NOT NULL) AND (p_org_contact_obj.email_objs.COUNT > 0)) OR
1157: ((p_org_contact_obj.web_objs IS NOT NULL) AND (p_org_contact_obj.web_objs.COUNT > 0)) OR
1158: ((p_org_contact_obj.sms_objs IS NOT NULL) AND (p_org_contact_obj.sms_objs.COUNT > 0))) THEN
1159: HZ_CONTACT_POINT_BO_PVT.save_contact_points(
1160: p_phone_objs => p_org_contact_obj.phone_objs,
1161: p_telex_objs => p_org_contact_obj.telex_objs,
1162: p_email_objs => p_org_contact_obj.email_objs,
1163: p_web_objs => p_org_contact_obj.web_objs,