DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_DM_DATABASES

Line 485: -- have entries in the table hr_dm_databases (this table

481: BEGIN
482:
483: -- If a database is sequence managed, we must not modify
484: -- the sequence values. A sequence managed database will
485: -- have entries in the table hr_dm_databases (this table
486: -- is not used for any other purpose), ie. a count of
487: -- zero indicates it is safe to modify sequences.
488:
489: SELECT COUNT(*)

Line 491: FROM hr_dm_databases;

487: -- zero indicates it is safe to modify sequences.
488:
489: SELECT COUNT(*)
490: INTO l_seq_managed
491: FROM hr_dm_databases;
492:
493: IF l_seq_managed = 0 THEN
494:
495: FOR lp_c_seq in c_seq LOOP