DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_PA_LATEST_DETAILS

Line 1072: update hxc_pa_latest_details

1068:
1069: -- Bug 14090430
1070: -- Added the following UPDATEs to take care of the
1071: -- tables for Upgraded Retrieval Process.
1072: update hxc_pa_latest_details
1073: set last_update_date = sysdate
1074: where time_building_block_id = l_bb_id
1075: and object_version_number = l_bb_ovn;
1076: