DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_DQM_SYNC

Line 1725: HZ_DQM_SYNC.sync_location(l_location_rec.location_id,'U');

1721: p_msg_level=>fnd_log.level_procedure);
1722: END IF;
1723:
1724: -- Call to indicate location update to DQM
1725: HZ_DQM_SYNC.sync_location(l_location_rec.location_id,'U');
1726: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1727: update_location_search(l_old_location_rec,l_location_rec);
1728: END IF;
1729: