DBA Data[Home] [Help]

APPS.EGO_ITEM_ORG_ASSIGN_PVT dependencies on FND_GLOBAL

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

426: l_item_rec.ont_pricing_qty_source := org_assign_rec.ont_pricing_qty_source;
427: l_item_rec.dual_uom_deviation_high := NVL(org_assign_rec.dual_uom_deviation_high,0);
428: l_item_rec.dual_uom_deviation_low := NVL(org_assign_rec.dual_uom_deviation_low,0);
429:
430: l_item_rec.last_updated_by := FND_GLOBAL.User_Id;
431: l_item_rec.created_by := FND_GLOBAL.User_Id;
432:
433: --Bug 5622813 NULL out tax codes if INVALID for current org and the control level is ORG
434: BEGIN

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

427: l_item_rec.dual_uom_deviation_high := NVL(org_assign_rec.dual_uom_deviation_high,0);
428: l_item_rec.dual_uom_deviation_low := NVL(org_assign_rec.dual_uom_deviation_low,0);
429:
430: l_item_rec.last_updated_by := FND_GLOBAL.User_Id;
431: l_item_rec.created_by := FND_GLOBAL.User_Id;
432:
433: --Bug 5622813 NULL out tax codes if INVALID for current org and the control level is ORG
434: BEGIN
435: IF l_item_rec.tax_code IS NOT NULL THEN