DBA Data[Home] [Help]

APPS.BEN_DM_MASTER dependencies on BEN_DM_MIGRATIONS_S

Line 1163: -- sequence number from ben_dm_migrations_s.

1159: ben_dm_utility.message('SUMM','End Truncate of ben_dm_entity_results, ben_dm_resolve_mappings and ben_dm_input_file tables', 20);
1160:
1161: --
1162: -- We are ready to do the insert, so pull the next
1163: -- sequence number from ben_dm_migrations_s.
1164: --
1165: SELECT ben_dm_migrations_s.nextval
1166: INTO l_migration_id
1167: FROM dual;

Line 1165: SELECT ben_dm_migrations_s.nextval

1161: --
1162: -- We are ready to do the insert, so pull the next
1163: -- sequence number from ben_dm_migrations_s.
1164: --
1165: SELECT ben_dm_migrations_s.nextval
1166: INTO l_migration_id
1167: FROM dual;
1168:
1169: INSERT INTO ben_dm_migrations

Line 1302: -- sequence number from ben_dm_migrations_s.

1298: ben_dm_utility.message('SUMM','End Truncate of ben_dm_entity_results, ben_dm_resolve_mappings and ben_dm_input_file tables', 20);
1299:
1300: --
1301: -- We are ready to do the insert, so pull the next
1302: -- sequence number from ben_dm_migrations_s.
1303: --
1304: SELECT ben_dm_migrations_s.nextval
1305: INTO l_migration_id
1306: FROM dual;

Line 1304: SELECT ben_dm_migrations_s.nextval

1300: --
1301: -- We are ready to do the insert, so pull the next
1302: -- sequence number from ben_dm_migrations_s.
1303: --
1304: SELECT ben_dm_migrations_s.nextval
1305: INTO l_migration_id
1306: FROM dual;
1307:
1308: INSERT INTO ben_dm_migrations