DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_DM_DATABASES

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

461: BEGIN
462:
463: -- If a database is sequence managed, we must not modify
464: -- the sequence values. A sequence managed database will
465: -- have entries in the table hr_dm_databases (this table
466: -- is not used for any other purpose), ie. a count of
467: -- zero indicates it is safe to modify sequences.
468:
469: SELECT COUNT(*)

Line 471: FROM hr_dm_databases;

467: -- zero indicates it is safe to modify sequences.
468:
469: SELECT COUNT(*)
470: INTO l_seq_managed
471: FROM hr_dm_databases;
472:
473: IF l_seq_managed = 0 THEN
474:
475: FOR lp_c_seq in c_seq LOOP