DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_ADDR_PKG dependencies on IGS_AD_LOCVENUE_ADDR_PKG

Line 129: IGS_AD_LOCVENUE_ADDR_PKG.INSERT_ROW(

125: -- x_correspondence => x_correspondence,
126: x_date_last_verified => x_date_last_verified,
127: x_contact_person => x_contact_person
128: );
129: IGS_AD_LOCVENUE_ADDR_PKG.INSERT_ROW(
130: x_rowid => lv_rowid_locvenue,
131: x_location_venue_addr_id => l_location_venue_addr_id,
132: x_location_id => l_location_id,
133: x_location_venue_cd => x_location_venue_cd,

Line 279: IGS_AD_LOCVENUE_ADDR_PKG.UPDATE_ROW(

275: -- x_correspondence => x_correspondence,
276: x_date_last_verified => x_date_last_verified,
277: x_contact_person => x_contact_person );
278:
279: IGS_AD_LOCVENUE_ADDR_PKG.UPDATE_ROW(
280: x_rowid => x_rowid,
281: x_location_venue_addr_id => x_location_venue_addr_id,
282: x_location_id => x_location_id,
283: x_location_venue_cd => x_location_venue_cd,