DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_WF_PKG dependencies on HXC_TRANSACTION_DETAILS

Line 112: from hxc_transaction_details

108: cursor c_transaction_id
109: (p_tbb_id in number,
110: p_tbb_ovn in number) is
111: select transaction_id
112: from hxc_transaction_details
113: where time_building_block_id = p_tbb_id
114: and object_version_number = p_tbb_ovn;
115:
116: l_tx_id NUMBER := NULL;

Line 1200: from hxc_transaction_details

1196: cursor c_transaction_id
1197: (p_tbb_id in number,
1198: p_tbb_ovn in number) is
1199: select transaction_id
1200: from hxc_transaction_details
1201: where time_building_block_id = p_tbb_id
1202: and object_version_number = p_tbb_ovn;
1203:
1204: l_tx_id NUMBER := NULL;