DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_BO_PUB dependencies on HZ_CONTACT_POINT_BO_PVT

Line 1731: HZ_CONTACT_POINT_BO_PVT.save_contact_points(

1727: ((p_organization_obj.email_objs IS NOT NULL) AND (p_organization_obj.email_objs.COUNT > 0)) OR
1728: ((p_organization_obj.web_objs IS NOT NULL) AND (p_organization_obj.web_objs.COUNT > 0)) OR
1729: ((p_organization_obj.edi_objs IS NOT NULL) AND (p_organization_obj.edi_objs.COUNT > 0)) OR
1730: ((p_organization_obj.eft_objs IS NOT NULL) AND (p_organization_obj.eft_objs.COUNT > 0))) THEN
1731: HZ_CONTACT_POINT_BO_PVT.save_contact_points(
1732: p_phone_objs => p_organization_obj.phone_objs,
1733: p_telex_objs => p_organization_obj.telex_objs,
1734: p_email_objs => p_organization_obj.email_objs,
1735: p_web_objs => p_organization_obj.web_objs,

Line 2349: HZ_CONTACT_POINT_BO_PVT.save_contact_points(

2345: ((p_organization_obj.email_objs IS NOT NULL) AND (p_organization_obj.email_objs.COUNT > 0)) OR
2346: ((p_organization_obj.web_objs IS NOT NULL) AND (p_organization_obj.web_objs.COUNT > 0)) OR
2347: ((p_organization_obj.edi_objs IS NOT NULL) AND (p_organization_obj.edi_objs.COUNT > 0)) OR
2348: ((p_organization_obj.eft_objs IS NOT NULL) AND (p_organization_obj.eft_objs.COUNT > 0))) THEN
2349: HZ_CONTACT_POINT_BO_PVT.save_contact_points(
2350: p_phone_objs => p_organization_obj.phone_objs,
2351: p_telex_objs => p_organization_obj.telex_objs,
2352: p_email_objs => p_organization_obj.email_objs,
2353: p_web_objs => p_organization_obj.web_objs,