DBA Data[Home] [Help]

APPS.GCS_CREATE_DYN_INDEX_PKG dependencies on FND_ORACLE_USERID

Line 83: FROM fnd_oracle_userid

79: FROM gcs_system_options;
80:
81: SELECT oracle_username
82: INTO l_table_owner
83: FROM fnd_oracle_userid
84: WHERE oracle_id = 274;
85:
86: fnd_file.put_line(fnd_file.log, 'Data will be written to table: ' || l_data_table);
87: