DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on ALL_TAB_COLUMNS

Line 355: from all_tab_columns

351: FUNCTION agreement_length RETURN NUMBER is
352:
353: cursor c_length(b_owner varchar2) is
354: select data_length
355: from all_tab_columns
356: where table_name = 'PA_AGREEMENTS_ALL'
357: and column_name = 'AGREEMENT_NUM'
358: and owner = b_owner;
359: