DBA Data[Home] [Help]

APPS.IGS_DA_PURGE_RQST_PKG dependencies on IGS_DA_REQ_STDNTS_PKG

Line 57: igs_da_req_stdnts_pkg.delete_row (

53: RAISE FND_API.G_EXC_ERROR;
54: ELSE
55: --
56: FOR l_req_stdnts IN cur_req_stdnts LOOP
57: igs_da_req_stdnts_pkg.delete_row (
58: x_rowid => l_req_stdnts.ROWID
59: );
60: END LOOP;
61: --

Line 266: igs_da_req_stdnts_pkg.delete_row (

262: FOR l_cur_req_stdnts IN cur_req_stdnts (l_cur_request.batch_id) LOOP
263: --
264: -- Deleting records from Request Students Interface table
265: --
266: igs_da_req_stdnts_pkg.delete_row (
267: x_rowid => l_cur_req_stdnts.ROWID
268: );
269: END LOOP;
270: --