DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on FND_GLOBAL

Line 993: l_conreq_id := fnd_global.conc_request_id;

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