DBA Data[Home] [Help]

APPS.OKC_CREATE_PO_FROM_K_PVT dependencies on FND_CONC_GLOBAL

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

1985: -- If no errors, set the status of the current request to PAUSED since
1986: -- it is not running at present and so that it frees up resources
1987: -- Also, set request_data to stage2 to indicate that this is the final run
1988:
1989: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
1990: request_data => 'STAGE2');
1991:
1992: EXCEPTION
1993: WHEN OKC_API.G_EXCEPTION_ERROR THEN