DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on USER_SYNONYMS

Line 358: from user_synonyms syn,

354: --Added for bugfix 15926104
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