DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_ADDR_PKG dependencies on IGS_PE_HZ_LOCATIONS_PKG

Line 119: IGS_PE_HZ_LOCATIONS_PKG.INSERT_ROW(

115:
116:
117: ELSIF l_return_status = 'S' THEN
118:
119: IGS_PE_HZ_LOCATIONS_PKG.INSERT_ROW(
120: x_rowid => lv_rowid,
121: x_location_id => l_location_id,
122: x_other_details_1 => x_other_details_1,
123: x_other_details_2 => x_other_details_2,

Line 269: IGS_PE_HZ_LOCATIONS_PKG.UPDATE_ROW(

265: OPEN c ;
266: FETCH c INTO lv_rowid;
267: CLOSE c;
268:
269: IGS_PE_HZ_LOCATIONS_PKG.UPDATE_ROW(
270: x_rowid => lv_rowid,
271: x_location_id => x_location_id,
272: x_other_details_1 => x_other_details_1,
273: x_other_details_2 => x_other_details_2,