DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_BO_PUB dependencies on HZ_CONTACT_POINT_BO_PVT

Line 1760: HZ_CONTACT_POINT_BO_PVT.save_contact_points(

1756: ((p_organization_obj.email_objs IS NOT NULL) AND (p_organization_obj.email_objs.COUNT > 0)) OR
1757: ((p_organization_obj.web_objs IS NOT NULL) AND (p_organization_obj.web_objs.COUNT > 0)) OR
1758: ((p_organization_obj.edi_objs IS NOT NULL) AND (p_organization_obj.edi_objs.COUNT > 0)) OR
1759: ((p_organization_obj.eft_objs IS NOT NULL) AND (p_organization_obj.eft_objs.COUNT > 0))) THEN
1760: HZ_CONTACT_POINT_BO_PVT.save_contact_points(
1761: p_phone_objs => p_organization_obj.phone_objs,
1762: p_telex_objs => p_organization_obj.telex_objs,
1763: p_email_objs => p_organization_obj.email_objs,
1764: p_web_objs => p_organization_obj.web_objs,

Line 2892: HZ_CONTACT_POINT_BO_PVT.save_contact_points(

2888: ((p_organization_obj.email_objs IS NOT NULL) AND (p_organization_obj.email_objs.COUNT > 0)) OR
2889: ((p_organization_obj.web_objs IS NOT NULL) AND (p_organization_obj.web_objs.COUNT > 0)) OR
2890: ((p_organization_obj.edi_objs IS NOT NULL) AND (p_organization_obj.edi_objs.COUNT > 0)) OR
2891: ((p_organization_obj.eft_objs IS NOT NULL) AND (p_organization_obj.eft_objs.COUNT > 0))) THEN
2892: HZ_CONTACT_POINT_BO_PVT.save_contact_points(
2893: p_phone_objs => p_organization_obj.phone_objs,
2894: p_telex_objs => p_organization_obj.telex_objs,
2895: p_email_objs => p_organization_obj.email_objs,
2896: p_web_objs => p_organization_obj.web_objs,