DBA Data[Home] [Help]

APPS.IGS_GR_VENUE_ADDR_PKG dependencies on IGS_PE_HZ_LOCATIONS_PKG

Line 124: IGS_PE_HZ_LOCATIONS_PKG.INSERT_ROW(

120: RETURN;
121: ELSIF l_return_status = 'S' THEN
122:
123:
124: IGS_PE_HZ_LOCATIONS_PKG.INSERT_ROW(
125: x_rowid => lv_rowid,
126: x_location_id => l_location_id,
127: x_other_details_1 => x_other_details_1,
128: x_other_details_2 => x_other_details_2,

Line 266: IGS_PE_HZ_LOCATIONS_PKG.UPDATE_ROW(

262: ELSIF l_return_status = 'S' THEN
263:
264: SELECT ROWID INTO lv_rowid FROM IGS_PE_HZ_LOCATIONS WHERE location_id = x_location_id;
265:
266: IGS_PE_HZ_LOCATIONS_PKG.UPDATE_ROW(
267: x_rowid => lv_rowid,
268: x_location_id => x_location_id,
269: x_other_details_1 => x_other_details_1,
270: x_other_details_2 => x_other_details_2,