DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGF_AP_PERSON_MATCH_PKG

Line 1953: igf_ap_person_match_pkg.update_row(

1949:
1950: FOR person_match_rec IN cur_person_match(p_apm_id) LOOP
1951:
1952: -- call the TBH to update the isir matched record
1953: igf_ap_person_match_pkg.update_row(
1954: x_rowid => person_match_rec.row_id ,
1955: x_apm_id => person_match_rec.apm_id ,
1956: x_css_id => person_match_rec.css_id ,
1957: x_si_id => person_match_rec.si_id ,

Line 3031: igf_ap_person_match_pkg.delete_row(prsn_match_rec.row_id);

3027: END IF; -- l_cnt_match_dtls
3028:
3029:
3030: -- now call tbh of person match table to delete the record
3031: igf_ap_person_match_pkg.delete_row(prsn_match_rec.row_id);
3032: RAM_D_PM := RAM_D_PM + 1;
3033:
3034: log_debug_message(' Deleted Person Match record for APM ID : ' || l_apm_id);
3035: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN

Line 4732: igf_ap_person_match_pkg.insert_row(

4728: IF cur_prsn_match%NOTFOUND THEN
4729: CLOSE cur_prsn_match ;
4730: -- Inserting new student record into igf_ap_person_match table.
4731: lv_rowid := NULL;
4732: igf_ap_person_match_pkg.insert_row(
4733: x_rowid => lv_rowid ,
4734: x_apm_id => ln_apm_id,
4735: x_css_id => NULL,
4736: x_si_id => g_isir_intrface_rec.si_id ,

Line 4753: igf_ap_person_match_pkg.update_row(

4749:
4750: ELSE
4751: CLOSE cur_prsn_match;
4752: -- record already exists??. Update the record.
4753: igf_ap_person_match_pkg.update_row(
4754: x_rowid => person_match_rec.row_id ,
4755: x_apm_id => person_match_rec.apm_id,
4756: x_css_id => person_match_rec.css_id,
4757: x_si_id => person_match_rec.si_id ,

Line 8323: igf_ap_person_match_pkg.insert_row(

8319:
8320: ln_apm_id := NULL;
8321: lv_rowid := NULL;
8322: log_debug_message('Inserting a record intp person match table');
8323: igf_ap_person_match_pkg.insert_row(
8324: x_rowid => lv_rowid ,
8325: x_apm_id => ln_apm_id,
8326: x_css_id => NULL,
8327: x_si_id => g_isir_intrface_rec.si_id ,