DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_BO_PUB dependencies on HZ_ORG_CONTACT_BO_PVT

Line 1678: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(

1674: -- Create logical org contact
1675: -----------------------------
1676: IF((p_organization_obj.contact_objs IS NOT NULL) AND
1677: (p_organization_obj.contact_objs.COUNT > 0)) THEN
1678: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(
1679: p_oc_objs => p_organization_obj.contact_objs,
1680: p_create_update_flag => 'C',
1681: p_obj_source => p_obj_source,
1682: x_return_status => x_return_status,

Line 2297: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(

2293: -- Create logical org contact
2294: -----------------------------
2295: IF((p_organization_obj.contact_objs IS NOT NULL) AND
2296: (p_organization_obj.contact_objs.COUNT > 0)) THEN
2297: HZ_ORG_CONTACT_BO_PVT.save_org_contacts(
2298: p_oc_objs => p_organization_obj.contact_objs,
2299: p_create_update_flag => 'U',
2300: x_return_status => x_return_status,
2301: x_msg_count => x_msg_count,