DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on FND_GLOBAL

Line 66: last_updated_by = FND_GLOBAL.USER_ID,

62: UPDATE gcs_entry_headers
63: SET processed_run_name = p_run_name,
64: disabled_flag = 'Y',
65: last_update_date = sysdate,
66: last_updated_by = FND_GLOBAL.USER_ID,
67: last_update_login = FND_GLOBAL.LOGIN_ID
68: WHERE entry_id = p_entry_id;
69:
70: COMMIT;

Line 67: last_update_login = FND_GLOBAL.LOGIN_ID

63: SET processed_run_name = p_run_name,
64: disabled_flag = 'Y',
65: last_update_date = sysdate,
66: last_updated_by = FND_GLOBAL.USER_ID,
67: last_update_login = FND_GLOBAL.LOGIN_ID
68: WHERE entry_id = p_entry_id;
69:
70: COMMIT;
71: