DBA Data[Home] [Help]

APPS.CSD_RECEIVE_PVT dependencies on FND_CONC_GLOBAL

Line 1387: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

1383:
1384: -- after submitting the request, put the parent in the paused status.
1385: -- if the parent is not put into paused status, child may not get launched properly.
1386: -- the request group id will be used for post processing.
1387: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1388: request_data => to_char(p_request_group_id));
1389:
1390:
1391: -- Put the concurrent Id to global variable. This will be used in process bulk receive API