DBA Data[Home] [Help]

APPS.HRI_TIME_C dependencies on HRI_TIME_STRUCTURES

Line 2734: truncate_table('HRI_TIME_STRUCTURES');

2730: truncate_table('HRI_TIME_CAL_QTR');
2731: truncate_table('HRI_TIME_CAL_YEAR');
2732: truncate_table('HRI_TIME_RPT_STRUCT');
2733: truncate_table('HRI_TIME_CAL_RPT_STRUCT');
2734: truncate_table('HRI_TIME_STRUCTURES');
2735: truncate_table('HRI_TIME_ROLLING_OFFSETS');
2736: else
2737: -- if it is incremental loading, check if there is any modified period
2738: -- if there is any modified period, do initial load of the enterprise tables

Line 3026: from HRI_TIME_STRUCTURES

3022: else
3023:
3024: begin
3025: select 1 into l_count
3026: from HRI_TIME_STRUCTURES
3027: where bitand( record_type_id, 16384+32768+65536 ) <> 0
3028: and rownum = 1;
3029: exception
3030: when NO_DATA_FOUND then