DBA Data[Home] [Help]

APPS.PAY_PGR_INS dependencies on FND_GLOBAL

Line 151: l_last_updated_by := fnd_global.user_id;

147: --
148: -- Set the AOL updated WHO values
149: --
150: l_last_update_date := sysdate;
151: l_last_updated_by := fnd_global.user_id;
152: l_last_update_login := fnd_global.login_id;
153: End If;
154: --
155: pay_pgr_shd.g_api_dml := true; -- Set the api dml status

Line 152: l_last_update_login := fnd_global.login_id;

148: -- Set the AOL updated WHO values
149: --
150: l_last_update_date := sysdate;
151: l_last_updated_by := fnd_global.user_id;
152: l_last_update_login := fnd_global.login_id;
153: End If;
154: --
155: pay_pgr_shd.g_api_dml := true; -- Set the api dml status
156: --