DBA Data[Home] [Help]

APPS.BEN_ESW_INS dependencies on FND_GLOBAL

Line 147: l_last_updated_by := fnd_global.user_id;

143: --
144: -- Set the AOL updated WHO values
145: --
146: l_last_update_date := sysdate;
147: l_last_updated_by := fnd_global.user_id;
148: Else
149: p_rec.object_version_number := 1; -- Initialise the object version
150: End If;
151: --