DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on USER_SYNONYMS

Line 943: , user_synonyms usy

939: --
940: cursor cur_tab_sel (p_owner VARCHAR2, p_table VARCHAR2) is
941: select distinct atc.table_name table_name
942: from all_tab_columns atc
943: , user_synonyms usy
944: where atc.column_name = 'OBJECT_VERSION_NUMBER'
945: and atc.nullable = 'Y'
946: and ( ( substr(atc.table_name,1,3) in
947: ('BEN','DT_','FF_','PER','PAY','HR_'