DBA Data[Home] [Help]

APPS.OKL_KBK_APPROVALS_WF dependencies on FND_GLOBAL

Line 321: l_requester_id := FND_GLOBAL.USER_ID;

317: -- mvasudev
318: -- Create Internal Transaction
319:
320: -- Get the user id, Item key
321: l_requester_id := FND_GLOBAL.USER_ID;
322:
323: -- Bug 13103855: For ESG Contracts, observed that during Import
324: -- AME was showing the requestor as Anonymous. This is because
325: -- the FND User ID context is lost.