DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_GLOBAL

Line 1162: last_updated_by = fnd_global.user_id

1158: set phase_code = 'C',
1159: status_code = 'D',
1160: completion_text = msg,
1161: last_update_date = sysdate,
1162: last_updated_by = fnd_global.user_id
1163: where phase_code = 'P'
1164: and edition_name > run_edition;
1165:
1166: commit;