DBA Data[Home] [Help]

APPS.HR_DM_LIBRARY dependencies on ALL_CONSTRAINTS

Line 801: all_constraints ac

797: lower(atc.data_type) data_type,
798: acc.position
799: from all_tab_columns atc,
800: all_cons_columns acc,
801: all_constraints ac
802: where ac.table_name = upper(p_table_info.table_name)
803: and ac.constraint_type = 'P'
804: and ac.CONSTRAINT_NAME = acc.constraint_name
805: and ac.owner = acc.owner

Line 971: all_constraints ac

967: lower(atc.data_type) data_type,
968: acc.position
969: from all_tab_columns atc,
970: all_cons_columns acc,
971: all_constraints ac
972: where ac.table_name = upper(p_table_info.table_name)
973: and ac.constraint_type = 'P'
974: and ac.CONSTRAINT_NAME = acc.constraint_name
975: and ac.owner = acc.owner