DBA Data[Home] [Help]

APPS.IRC_QUA_UPDATE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 32

    update per_qualifications
       set person_id = csr_rec.person_id
          ,business_group_id = csr_rec.business_group_id
     where attendance_id=csr_rec.attendance_id;
Line: 39

end update_qualification_data;