DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on IGI_IAC_REVALUATIONS_S

Line 1282: Select igi_iac_revaluations_s.NEXTVAL

1278: comment this out - the nextval should be retrieved only if
1279: the upload process is allowed to create a NEW or PREVIEWED
1280: revaluation. Move it to after the Preview/New exists exception
1281: check
1282: Select igi_iac_revaluations_s.NEXTVAL
1283: Into l_reval_id
1284: From dual;
1285:
1286: bug 3443419, end 3 */

Line 1302: Select igi_iac_revaluations_s.NEXTVAL

1298: RAISE e_preview_exists;
1299: END IF;
1300: CLOSE c_preview_exists;
1301:
1302: Select igi_iac_revaluations_s.NEXTVAL
1303: Into l_reval_id
1304: From dual;
1305: -- mh end 4
1306: