DBA Data[Home] [Help]

APPS.HXC_TCSUMMARY_MIGRATE dependencies on FND_REQUEST

Line 873: l_req_id(i) := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'

869: return;
870: end if;
871:
872: if not l_req_id.exists(i) then
873: l_req_id(i) := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'
874: ,program => 'HXCTCMIGRATEWK'
875: ,description => NULL
876: ,sub_request => FALSE
877: ,argument1 => l_request_id

Line 1144: l_req_id(i) := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'

1140: return;
1141: end if;
1142:
1143: if not l_req_id.exists(i) then
1144: l_req_id(i) := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'
1145: ,program => 'HXCTCMIGRATEWK'
1146: ,description => NULL
1147: ,sub_request => FALSE
1148: ,argument1 => l_request_id

Line 1237: l_req_id(i) := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'

1233: end if;
1234:
1235: if not l_req_id.exists(i) then
1236:
1237: l_req_id(i) := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'
1238: ,program => 'HXCTCMIGRATEWK'
1239: ,description => NULL
1240: ,sub_request => FALSE
1241: ,argument1 => l_request_id

Line 1371: /*l_timecard_req_id := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'

1367: ,p_stop_time
1368: ,p_batch_size
1369: ,p_num_workers);
1370: ELSIF(p_migration_type = 'BOTH') then
1371: /*l_timecard_req_id := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'
1372: ,program => 'HXCTCMIGRATE'
1373: ,description => NULL
1374: ,sub_request => FALSE
1375: ,argument1 =>p_business_group_id

Line 1392: /* changed from FND_REQUEST.SUBMIT_REQUEST to hr_update_utility.submitRequest in order to reflect the

1388: then
1389: hr_update_utility.setUpdateProcessing(p_update_name => 'HXCTCMIGRATE' );
1390: end if;
1391:
1392: /* changed from FND_REQUEST.SUBMIT_REQUEST to hr_update_utility.submitRequest in order to reflect the
1393: status in DTR report */
1394: hr_update_utility.submitRequest(p_app_shortname => 'HXC'
1395: ,p_update_name => 'HXCTCMIGRATE'
1396: ,p_validate_proc => 'hxc_tcsummary_migrate.check_hxt_installed'

Line 1415: /*l_template_req_id := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'

1411: fnd_file.put_line(fnd_file.LOG,'There was a problem while submitting the concurrent request for migrating tiemcards');
1412:
1413: end if;
1414:
1415: /*l_template_req_id := FND_REQUEST.SUBMIT_REQUEST(application => 'HXC'
1416: ,program => 'HXCTCMIGRATE'
1417: ,description => NULL
1418: ,sub_request => FALSE
1419: ,argument1 =>p_business_group_id

Line 1428: /* changed from FND_REQUEST.SUBMIT_REQUEST to hr_update_utility.submitRequest in order to reflect the

1424: ,argument6 => p_num_workers
1425: ,argument7 =>'TEMPLATE');*/
1426:
1427:
1428: /* changed from FND_REQUEST.SUBMIT_REQUEST to hr_update_utility.submitRequest in order to reflect the
1429: status in DTR report */
1430: hr_update_utility.submitRequest(p_app_shortname => 'HXC'
1431: ,p_update_name => 'HXCTCMIGRATE'
1432: ,p_validate_proc => 'hxc_tcsummary_migrate.check_hxt_installed'