DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_LOR_LOC_PKG

Line 745: igf_sl_lor_loc_pkg.insert_row (

741: IF (fnd_log.level_statement >= g_debug_runtime_level) THEN
742: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_cl_orig.insert_lor_loc_rec.debug', 'Before inserting into igf_sl_lor_loc' );
743: END IF;
744:
745: igf_sl_lor_loc_pkg.insert_row (
746: x_mode => 'R',
747: x_rowid => lv_row_id,
748: x_loan_id => loan_rec.loan_id,
749: x_origination_id => loan_rec.origination_id,

Line 2778: igf_sl_lor_loc_pkg.delete_row (tbh_rec.row_id);

2774: FROM igf_sl_lor_loc
2775: WHERE loan_id = loan_rec.loan_id FOR UPDATE OF loan_status NOWAIT;
2776: BEGIN
2777: FOR tbh_rec in c_tbh_cur LOOP
2778: igf_sl_lor_loc_pkg.delete_row (tbh_rec.row_id);
2779: END LOOP;
2780: END;
2781:
2782: -- Insert the same loan record into IGF_SL_LOR_LOC to keep track of Data Sent to External Processor