DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_BO_PUB dependencies on HZ_ORG_CONTACT_BO_PVT

Line 1707: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(

1703: -- Create logical org contact
1704: -----------------------------
1705: IF((p_organization_obj.contact_objs IS NOT NULL) AND
1706: (p_organization_obj.contact_objs.COUNT > 0)) THEN
1707: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(
1708: p_oc_objs => p_organization_obj.contact_objs,
1709: p_create_update_flag => 'C',
1710: p_obj_source => p_obj_source,
1711: x_return_status => x_return_status,

Line 2840: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(

2836: -- Create logical org contact
2837: -----------------------------
2838: IF((p_organization_obj.contact_objs IS NOT NULL) AND
2839: (p_organization_obj.contact_objs.COUNT > 0)) THEN
2840: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(
2841: p_oc_objs => p_organization_obj.contact_objs,
2842: p_create_update_flag => 'U',
2843: x_return_status => x_return_status,
2844: x_msg_count => x_msg_count,