DBA Data[Home] [Help]

APPS.IGF_SL_UPLOAD_XML dependencies on IGF_GR_COD_DTLS_PKG

Line 2141: igf_gr_cod_dtls_pkg.update_row(

2137: -- Update student pell records with new student identifier info.
2138: -- Student will have only one Pell award, but still used For loop for consistency purpose.
2139: FOR rec IN get_cods_for_student(l_st_resp.s_ssn,l_st_resp.s_last_name,l_st_resp.s_date_of_birth)
2140: LOOP
2141: igf_gr_cod_dtls_pkg.update_row(
2142: x_rowid => rec.row_id,
2143: x_origination_id => rec.origination_id,
2144: x_award_id => rec.award_id,
2145: x_document_id_txt => rec.document_id_txt,