DBA Data[Home] [Help]

APPS.HR_DM_UPLOAD dependencies on HR_DM_MIGRATION_REQUESTS

Line 42: -- update table hr_dm_migration_requests

38: argument1 => p_batch_id,
39: argument2 => 'N' );
40:
41:
42: -- update table hr_dm_migration_requests
43: hr_dm_master.insert_request(p_phase => p_current_phase,
44: p_request_id => l_request_id,
45: p_master_slave => 'S',
46: p_migration_id => p_migration_id,

Line 162: FROM hr_dm_migration_requests req,

158: -- get the details of the last data pump process spawned by this slave process.
159: CURSOR csr_req_id IS
160: SELECT req.request_id,
161: pi.batch_id
162: FROM hr_dm_migration_requests req,
163: hr_dm_phase_items pi
164: WHERE pi.phase_item_id = l_phase_item_id
165: and pi.phase_item_id = req.phase_item_id;
166: