DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_DQM_SYNC

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

1689: p_msg_level=>fnd_log.level_procedure);
1690: END IF;
1691:
1692: -- Call to indicate location update to DQM
1693: HZ_DQM_SYNC.sync_location(l_location_rec.location_id,'U');
1694: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1695: update_location_search(l_old_location_rec,l_location_rec);
1696: END IF;
1697: