DBA Data[Home] [Help]

APPS.IGF_AP_ISIR_GEN_PKG dependencies on IGF_AP_ISIR_MATCHED_PKG

Line 762: igf_ap_isir_matched_pkg.delete_row(rec_get_rowid_isir.row_id);

758: CLOSE cur_get_rowid_isir;
759:
760: -- If the selected record is a Simulation ISIR, then dele the Simulated ISIR from the Matched table.
761: IF rec_get_rowid_isir.system_record_type = 'SIMULATION' THEN
762: igf_ap_isir_matched_pkg.delete_row(rec_get_rowid_isir.row_id);
763: RAISE RETURN_EXP ;
764:
765: ELSE
766: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN

Line 1812: igf_ap_isir_matched_pkg.delete_row(rec_get_rowid_isir.row_id);

1808: END IF; -- NSLDS
1809:
1810: -- Delete the ISIR Data
1811: IF (rec_get_rowid_isir.row_id IS NOT NULL) THEN
1812: igf_ap_isir_matched_pkg.delete_row(rec_get_rowid_isir.row_id);
1813:
1814: -- Processing TODO Items. If the ISIR delete is the only ISIR present in system,
1815: --Update the status of ISIR todo Item to "REQUESTED"
1816: OPEN get_isir(p_base_id);

Line 2317: igf_ap_isir_matched_pkg.update_row_rectype(cur_isir_matched_rec);

2313: cur_isir_matched_rec.active_isir := 'N';
2314: END IF;
2315:
2316: -- Call the Update_row of using rowtype present in the TBH
2317: igf_ap_isir_matched_pkg.update_row_rectype(cur_isir_matched_rec);
2318:
2319: END LOOP;
2320:
2321: RETURN 'Y';