DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on ALL_TAB_COLUMNS

Line 238: from all_tab_columns

234: p_num_update_flag VARCHAR2
235: ) is
236: cursor c_length(b_owner varchar2) is
237: select data_length
238: from all_tab_columns
239: where table_name = 'PA_AGREEMENTS_ALL'
240: and owner = b_owner
241: and column_name = 'AGREEMENT_NUM';
242: