DBA Data[Home] [Help]

APPS.PAY_RULES_DBI_PKG dependencies on USER_TAB_COLUMNS

Line 328: FROM user_tab_columns

324: 'NUMBER', 'N',
325: 'DATE', 'D',
326: 'ROWID', 'T', 'T'),
327: nullable
328: FROM user_tab_columns
329: WHERE table_name = p_tab_name;
330:
331: l_data_type VARCHAR2(1);
332: l_nullable VARCHAR2(1);

Line 358: Column information can be found in the table USER_TAB_COLUMNS.

354:
355: Database item names should never exceed 80 characters since table and
356: column names are limited to 30 characters each.
357:
358: Column information can be found in the table USER_TAB_COLUMNS.
359: */
360:
361: OPEN get_column_details (p_table_name);
362: