DBA Data[Home] [Help]

APPS.HR_DM_CLEANUP dependencies on HR_DM_MIGRATION_REQUESTS

Line 9: -- the hr_dm_migration_requests table (via hr_dm_master.insert_request).

5: /*--------------------------- PRIVATE ROUTINES ---------------------------*/
6:
7: -- ------------------------- spawn_cleanup ------------------------
8: -- Description: The requested loader is spawned and details are entered into
9: -- the hr_dm_migration_requests table (via hr_dm_master.insert_request).
10: --
11: --
12: -- Input Parameters
13: -- p_migration - migration id

Line 142: -- update table hr_dm_migration_requests

138: );
139:
140:
141:
142: -- update table hr_dm_migration_requests
143: hr_dm_master.insert_request(p_phase => 'C',
144: p_request_id => l_request_id,
145: p_master_slave => 'S',
146: p_migration_id => p_migration_id,

Line 260: FROM hr_dm_migration_requests

256:
257:
258: CURSOR csr_req_id IS
259: SELECT request_id
260: FROM hr_dm_migration_requests
261: WHERE phase_item_id = l_phase_item_id;
262:
263: -- get the migration details
264: CURSOR csr_migration_info IS