DBA Data[Home] [Help]

APPS.PA_FP_PARTY_MERGE_PKG SQL Statements

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

Line: 18

    update pa_fp_merged_ctrl_items
    set included_by_person_id = p_to_fk_id,
                                last_update_date = hz_utility_pub.last_update_date,
      			 	last_updated_by = hz_utility_pub.user_id,
     			 	last_update_login = hz_utility_pub.last_update_login,
                                record_version_number=nvl(record_Version_number,0) +1
    where included_by_person_id = p_from_fk_id;