DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on ALL_TAB_COLUMNS

Line 359: all_tab_columns col

355:
356: cursor c_length(b_owner varchar2) is
357: select col.data_length
358: from user_synonyms syn,
359: all_tab_columns col
360: where syn.synonym_name = 'PA_AGREEMENTS_ALL'
361: and col.owner = b_owner
362: and col.table_name = syn.table_name
363: AND col.column_name = 'AGREEMENT_NUM';

Line 370: from all_tab_columns

366:
367: /* commnented out for bugfix 15926104
368: cursor c_length(b_owner varchar2) is
369: select data_length
370: from all_tab_columns
371: where table_name = 'PA_AGREEMENTS_ALL'
372: and column_name = 'AGREEMENT_NUM'
373: and owner = b_owner; */
374: