DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on HXC_ERRORS

Line 3077: INSERT INTO hxc_errors (

3073: IF (l_tx_id is null) THEN
3074: l_tx_id := -1;
3075: END IF;
3076:
3077: INSERT INTO hxc_errors (
3078: error_id
3079: , transaction_detail_id
3080: , time_building_block_id
3081: , time_building_block_ovn

Line 3091: hxc_errors_s.nextval

3087: , message_tokens
3088: , application_short_name
3089: , object_version_number )
3090: VALUES (
3091: hxc_errors_s.nextval
3092: , l_tx_id
3093: , p_messages(l_msg_ind).time_building_block_id
3094: , l_tbb_ovn
3095: , p_messages(l_msg_ind).time_attribute_id