DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on FND_GLOBAL

Line 988: l_conreq_id := fnd_global.conc_request_id;

984:
985: Begin
986: x_return_status := FND_API.G_RET_STS_SUCCESS;
987:
988: l_conreq_id := fnd_global.conc_request_id;
989:
990: IF nvl(g_organization_id,-999) <> nvl(P_Organization_Id,-999) THEN
991:
992: -- bugfix 4643461 cache the org_id for pickrelease and TM only. which has concurrent req id not null.