DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on HXC_ERRORS

Line 3333: INSERT INTO hxc_errors (

3329: IF (l_tx_id is null) THEN
3330: l_tx_id := -1;
3331: END IF;
3332:
3333: INSERT INTO hxc_errors (
3334: error_id
3335: , transaction_detail_id
3336: , time_building_block_id
3337: , time_building_block_ovn

Line 3347: hxc_errors_s.nextval

3343: , message_tokens
3344: , application_short_name
3345: , object_version_number )
3346: VALUES (
3347: hxc_errors_s.nextval
3348: , l_tx_id
3349: , p_messages(l_msg_ind).time_building_block_id
3350: , l_tbb_ovn
3351: , p_messages(l_msg_ind).time_attribute_id