DBA Data[Home] [Help]

APPS.HR_DM_GEN_TDS dependencies on HR_DM_MIGRATIONS

Line 609: -- Selective criteria is entered by the user and stored in hr_dm_migrations table.

605: raise;
606: end get_derive_where_clause;
607: -- ----------------------- format_selective_where_clause -------------------------
608: -- Description:
609: -- Selective criteria is entered by the user and stored in hr_dm_migrations table.
610: -- The selective string is stored in the following_format
611: -- A:B:C:D:E
612: -- The obejective is to to convert the above string as follows
613: -- 'A','B','C','D','E'

Line 699: from hr_dm_migrations

695:
696: -- get the selective formula criteria
697: cursor get_sel_formula is
698: select selective_migration_criteria
699: from hr_dm_migrations
700: where migration_id = p_table_info.migration_id
701: and migration_type = 'SF'
702: and selective_migration_criteria is not null;
703:

Line 975: from hr_dm_migrations

971:
972: -- get the selective formula criteria
973: cursor get_sel_formula is
974: select selective_migration_criteria
975: from hr_dm_migrations
976: where migration_id = p_table_info.migration_id
977: and migration_type = 'SF'
978: and selective_migration_criteria is not null;
979: