DBA Data[Home] [Help]

APPS.IGS_EN_GEN_001 dependencies on IGS_AS_SU_STMPTOUT_PKG

Line 330: IGS_AS_SU_STMPTOUT_PKG.DELETE_ROW(l_rowid);

326: FETCH c_suao_find_details INTO l_rowid;
327: -- check if a record has been found
328: -- if so, the record can be deleted.
329: IF (c_suao_find_details%FOUND) THEN
330: IGS_AS_SU_STMPTOUT_PKG.DELETE_ROW(l_rowid);
331: CLOSE c_suao_find_details;
332: ELSE
333: CLOSE c_suao_find_details;
334: END IF;