DBA Data[Home] [Help]

APPS.IGS_GR_VENUE_ADDR_PKG dependencies on IGS_AD_LOCVENUE_ADDR_PKG

Line 134: IGS_AD_LOCVENUE_ADDR_PKG.INSERT_ROW(

130: -- x_correspondence => x_correspondence,
131: x_date_last_verified => x_date_last_verified,
132: x_contact_person => x_contact_person
133: );
134: IGS_AD_LOCVENUE_ADDR_PKG.INSERT_ROW(
135: x_rowid => x_rowid,
136: x_location_venue_addr_id => l_location_venue_addr_id,
137: x_location_id => l_location_id,
138: x_location_venue_cd => x_location_venue_cd,

Line 277: IGS_AD_LOCVENUE_ADDR_PKG.UPDATE_ROW(

273: x_date_last_verified => x_date_last_verified,
274: x_contact_person => x_contact_person
275: );
276:
277: IGS_AD_LOCVENUE_ADDR_PKG.UPDATE_ROW(
278: x_rowid => x_rowid,
279: x_location_venue_addr_id => x_location_venue_addr_id,
280: x_location_id => x_location_id,
281: x_location_venue_cd => x_location_venue_cd,