DBA Data[Home] [Help]

APPS.IGF_DB_CL_ROSTER dependencies on IGF_DB_CL_DISB_RESP_PKG

Line 664: igf_db_cl_disb_resp_pkg.insert_row (x_mode => 'R',

660: fnd_file.put_line(fnd_file.output, RPAD(lv_outstanding_can_amt,40) || ' : '|| NVL(l_outstd_cancel_amt,0));
661: fnd_file.put_line(fnd_file.output, RPAD(lv_esign_src_typ_cd,40) || ' : '|| LTRIM(RTRIM(SUBSTR(db_rec.record_data,473,9))));
662: fnd_file.put_line(fnd_file.output, RPAD(lv_direct_to_borr_ind_mng,40) || ' : '|| l_direct_to_borr_ind);
663: fnd_file.new_line(fnd_file.output,1);
664: igf_db_cl_disb_resp_pkg.insert_row (x_mode => 'R',
665: x_rowid => l_rowid,
666: x_cdbr_id => l_cdbr_id,
667: x_cbth_id => l_cbth_id,
668: x_record_type => l_record_type ,

Line 1347: igf_db_cl_disb_resp_pkg.update_row(

1343:
1344: -- set the status of igf_db_cl_disb_resp record_processed = 'Y'
1345: -- update all the records which are processed
1346:
1347: igf_db_cl_disb_resp_pkg.update_row(
1348: x_mode => 'R',
1349: x_rowid => cbth_rec.row_id,
1350: x_cdbr_id => cbth_rec.cdbr_id,
1351: x_cbth_id => cbth_rec.cbth_id,