DBA Data[Home] [Help]

APPS.PA_FP_PARTY_MERGE_PKG dependencies on HZ_UTILITY_PUB

Line 20: last_update_date = hz_utility_pub.last_update_date,

16: if (p_from_fk_id <> p_to_fk_id) then
17:
18: update pa_fp_merged_ctrl_items
19: set included_by_person_id = p_to_fk_id,
20: last_update_date = hz_utility_pub.last_update_date,
21: last_updated_by = hz_utility_pub.user_id,
22: last_update_login = hz_utility_pub.last_update_login,
23: record_version_number=nvl(record_Version_number,0) +1
24: where included_by_person_id = p_from_fk_id;

Line 21: last_updated_by = hz_utility_pub.user_id,

17:
18: update pa_fp_merged_ctrl_items
19: set included_by_person_id = p_to_fk_id,
20: last_update_date = hz_utility_pub.last_update_date,
21: last_updated_by = hz_utility_pub.user_id,
22: last_update_login = hz_utility_pub.last_update_login,
23: record_version_number=nvl(record_Version_number,0) +1
24: where included_by_person_id = p_from_fk_id;
25:

Line 22: last_update_login = hz_utility_pub.last_update_login,

18: update pa_fp_merged_ctrl_items
19: set included_by_person_id = p_to_fk_id,
20: last_update_date = hz_utility_pub.last_update_date,
21: last_updated_by = hz_utility_pub.user_id,
22: last_update_login = hz_utility_pub.last_update_login,
23: record_version_number=nvl(record_Version_number,0) +1
24: where included_by_person_id = p_from_fk_id;
25:
26: