DBA Data[Home] [Help]

APPS.IGF_AW_GEN_003 dependencies on IGF_DB_DISB_HOLDS_PKG

Line 2640: igf_db_disb_holds_pkg.insert_row(

2636:
2637: IF place_ovawd_holds (p_award_id,rec_c_get_planned_awd_disb.disb_num) THEN
2638:
2639: -- If Hold is not present, then create the hold on the disbursement.
2640: igf_db_disb_holds_pkg.insert_row(
2641: x_mode => 'R',
2642: x_rowid => lc_row_id,
2643: x_hold_id => ln_hold_id,
2644: x_award_id => rec_c_get_planned_awd_disb.award_id,

Line 4175: igf_db_disb_holds_pkg.delete_row(get_holds_rec.row_id);

4171:
4172: IF p_ld_seq_num IS NOT NULL THEN
4173: FOR get_adisb_rec IN cur_get_adisb (p_award_id,p_ld_seq_num,p_disb_num) LOOP
4174: FOR get_holds_rec IN cur_get_holds (p_award_id,get_adisb_rec.disb_num) LOOP
4175: igf_db_disb_holds_pkg.delete_row(get_holds_rec.row_id);
4176: END LOOP;
4177:
4178: OPEN cur_fed_fund_code(p_award_id);
4179: FETCH cur_fed_fund_code INTO get_fund_rec;