DBA Data[Home] [Help]

APPS.PSA_GVTMB dependencies on FND_TABLES

Line 259: FROM fnd_tables

255: log ('Updating columns in fnd_columns for Reporting Attributes');
256: UPDATE fnd_columns
257: SET flexfield_usage_code = 'K'
258: WHERE table_id = (SELECT table_id
259: FROM fnd_tables
260: WHERE application_id = 101
261: AND table_name = 'GL_CODE_COMBINATIONS')
262: AND column_name LIKE 'SEGMENT_ATTRIBUTE%';
263: log ('Updated '||SQL%ROWCOUNT||' rows');