DBA Data[Home] [Help]

APPS.HR_DM_GEN_MAIN dependencies on HR_DM_MIGRATIONS

Line 857: -- HR_DM_MIGRATIONS table.

853: -- Seed the data into data pump for TUPS.
854: -- TDS Generator to generate TDS for the table.
855: -- Input Parameters :
856: -- p_migration_id - ID of the migration. Primary Key of
857: -- HR_DM_MIGRATIONS table.
858: -- p_concurrent_process - Can have following values :
859: -- 'Y' - Migration is run as a concurrent process
860: -- so create a log file.
861: -- 'N' - Migration is not run from concurrent

Line 922: from hr_dm_migrations

918:
919: -- get the migration details
920: cursor csr_migration_info is
921: select business_group_id
922: from hr_dm_migrations
923: where migration_id = p_migration_id;
924:
925:
926: -- cursor to get table for which TUPS/TDS have to be genrated