DBA Data[Home] [Help]

APPS.HXT_TIME_GEN dependencies on HXT_ERRORS

Line 481: -- insert user error and tech error to hxt_errors

477: g_asm_rec.rtp_id
478: );
479: END IF;
480: EXCEPTION
481: -- insert user error and tech error to hxt_errors
482: WHEN g_date_worked_error
483: THEN
484: call_gen_error (NULL, g_autogen_error, g_sqlerrm);
485:

Line 1539: -- Delete existing hxt_errors records for this timecard

1535: AND g_gen_session_date BETWEEN effective_start_date
1536: AND effective_end_date; --C421
1537:
1538: COMMIT;
1539: -- Delete existing hxt_errors records for this timecard
1540: fnd_message.set_name ('HXT', 'HXT_39275_AG_ERR_DEL_ERRS');
1541: g_autogen_error := '';
1542:
1543: DELETE FROM hxt_errors

Line 1543: DELETE FROM hxt_errors

1539: -- Delete existing hxt_errors records for this timecard
1540: fnd_message.set_name ('HXT', 'HXT_39275_AG_ERR_DEL_ERRS');
1541: g_autogen_error := '';
1542:
1543: DELETE FROM hxt_errors
1544: WHERE tim_id = a_tim_id
1545: AND ( location LIKE 'Autogen%'
1546: OR location LIKE 'AUTO%'
1547: ); --C336