DBA Data[Home] [Help]

APPS.HR_DM_GEN_MAIN dependencies on HR_DM_MIGRATIONS

Line 95: migration_id hr_dm_migrations.migration_id%type,

91: --
92: ----------------------------------------------------------------------------------
93: type t_table_info is record
94: (
95: migration_id hr_dm_migrations.migration_id%type,
96: table_id hr_dm_tables.table_id%type,
97: table_name hr_dm_tables.table_name%type,
98: datetrack hr_dm_tables.datetrack%type,
99: surrogate_primary_key varchar2(1),

Line 191: -- HR_DM_MIGRATIONS table.

187: -- Seed the data into data pump for TUPS.
188: -- TDS Generator to generate TDS for the table.
189: -- Input Parameters :
190: -- p_migration_id - ID of the migration. Primary Key of
191: -- HR_DM_MIGRATIONS table.
192: -- p_concurrent_process - Can have following values :
193: -- 'Y' - Migration is run as a concurrent process
194: -- so create a log file.
195: -- 'N' - Migration is not run from concurrent