DBA Data[Home] [Help]

APPS.PER_CEI_UPD dependencies on FND_GLOBAL

Line 73: l_last_updated_by := fnd_global.user_id;

69: --
70: -- Set the who columns
71: --
72: l_last_update_date := sysdate;
73: l_last_updated_by := fnd_global.user_id;
74: l_last_update_login := fnd_global.login_id;
75: --
76: -- Update the per_cagr_entitlement_items Row
77: --

Line 74: l_last_update_login := fnd_global.login_id;

70: -- Set the who columns
71: --
72: l_last_update_date := sysdate;
73: l_last_updated_by := fnd_global.user_id;
74: l_last_update_login := fnd_global.login_id;
75: --
76: -- Update the per_cagr_entitlement_items Row
77: --
78: --