DBA Data[Home] [Help]

APPS.IGF_GR_COD_DTLS_PKG dependencies on IGF_GR_COD_HISTORY_PKG

Line 741: igf_gr_cod_history_pkg.insert_row (

737: CLOSE c;
738:
739:
740: -- Insert into the igf_gr_cod_history table also
741: igf_gr_cod_history_pkg.insert_row (
742: x_rowid => l_rowid,
743: x_rfms_orig_hist_id => l_seq,
744: x_origination_id => new_references.origination_id,
745: x_award_id => new_references.award_id,

Line 1238: igf_gr_cod_history_pkg.insert_row (

1234: END IF;
1235:
1236: -- Insert into the igf_gr_cod_history table also
1237:
1238: igf_gr_cod_history_pkg.insert_row (
1239: x_rowid => l_rowid,
1240: x_rfms_orig_hist_id => l_seq,
1241: x_origination_id => new_references.origination_id,
1242: x_award_id => new_references.award_id,