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: l_last_update_login := fnd_global.login_id;
149: End If;
150: --
151: per_asg_shd.g_api_dml := true; -- Set the api dml status
144: -- Set the AOL updated WHO values
145: --
146: l_last_update_date := sysdate;
147: l_last_updated_by := fnd_global.user_id;
148: l_last_update_login := fnd_global.login_id;
149: End If;
150: --
151: per_asg_shd.g_api_dml := true; -- Set the api dml status
152: --