DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on FND_REQUEST

Line 2595: x_request_id := fnd_request.submit_request(

2591: decode(x_requisition_type(j),'I','INVENTORY','V','VENDOR',decode(l_source_org_id_tbl(j),null,'VENDOR','INVENTORY'))
2592: );
2593:
2594: -- call out the CP to create the requisition and if required the sales orders.
2595: x_request_id := fnd_request.submit_request(
2596: application => 'CSD', program => 'CSDCRREQ', argument1 => l_ou_id, argument2 => l_ou_id, argument3 => p_repair_line_id);
2597:
2598: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2599: FND_LOG.STRING(FND_LOG.LEVEL_EVENT,lc_mod_name,'The concurrent request id is :'||x_request_id);

Line 2834: fnd_request.set_org_id (l_ir_operating_unit);

2830: IF l_dummy ='Y'
2831: THEN
2832: -- submit asynchronous request to create the requisition.
2833: -- post MOAC, we need to set the org context for the concurrent request.
2834: fnd_request.set_org_id (l_ir_operating_unit);
2835:
2836: l_request_id := fnd_request.submit_request(
2837: 'PO', 'REQIMPORT', NULL, NULL, FALSE,'CSD', NULL, 'NULL',
2838: NULL ,'N', 'Y' , chr(0), NULL, NULL, NULL,

Line 2836: l_request_id := fnd_request.submit_request(

2832: -- submit asynchronous request to create the requisition.
2833: -- post MOAC, we need to set the org context for the concurrent request.
2834: fnd_request.set_org_id (l_ir_operating_unit);
2835:
2836: l_request_id := fnd_request.submit_request(
2837: 'PO', 'REQIMPORT', NULL, NULL, FALSE,'CSD', NULL, 'NULL',
2838: NULL ,'N', 'Y' , chr(0), NULL, NULL, NULL,
2839: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
2840: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 3555: x_request_id := fnd_request.submit_request('OKS','OKSREPROC',NULL,NULL,FALSE,'SEL',NULL);

3551: EXIT WHEN l_dummy = 'Y';
3552: dbms_lock.sleep(3);
3553: END LOOP;
3554:
3555: x_request_id := fnd_request.submit_request('OKS','OKSREPROC',NULL,NULL,FALSE,'SEL',NULL);
3556:
3557: IF x_request_id <= 0
3558: THEN
3559: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)