DBA Data[Home] [Help]

APPS.EGO_ITEM_ORG_ASSIGN_PVT dependencies on FND_GLOBAL

Line 450: l_item_rec.last_updated_by := FND_GLOBAL.User_Id;

446: DECODE(NVL(l_item_rec.secondary_default_ind,'X'),'F',2,'D',3,4))
447: INTO l_item_rec.DUAL_UOM_CONTROL
448: FROM DUAL;
449:
450: l_item_rec.last_updated_by := FND_GLOBAL.User_Id;
451: l_item_rec.created_by := FND_GLOBAL.User_Id;
452:
453: --Bug 5622813 NULL out tax codes if INVALID for current org and the control level is ORG
454: BEGIN

Line 451: l_item_rec.created_by := FND_GLOBAL.User_Id;

447: INTO l_item_rec.DUAL_UOM_CONTROL
448: FROM DUAL;
449:
450: l_item_rec.last_updated_by := FND_GLOBAL.User_Id;
451: l_item_rec.created_by := FND_GLOBAL.User_Id;
452:
453: --Bug 5622813 NULL out tax codes if INVALID for current org and the control level is ORG
454: BEGIN
455: IF l_item_rec.tax_code IS NOT NULL THEN