DBA Data[Home] [Help]

APPS.FEM_ADMIN_UTIL_PKG dependencies on FEM_TABLE_PROPERTIES

Line 2190: FROM fem_table_class_prop c, fem_table_properties p

2186: 'fem.plsql.fem_admin_util_pkg.validate_tab_class';
2187:
2188: CURSOR c_class_prop (p_class VARCHAR2) IS
2189: SELECT p.table_property_code, p.property_type, p.column_req_type
2190: FROM fem_table_class_prop c, fem_table_properties p
2191: WHERE c.table_classification_code = p_class
2192: AND c.table_property_code = p.table_property_code
2193: AND p.property_type <> 'OTHER';
2194:

Line 2779: FROM fem_table_class_prop c, fem_table_properties p

2775: 'fem.plsql.fem_admin_util_pkg.validate_view_class';
2776:
2777: CURSOR c_class_prop (p_class VARCHAR2) IS
2778: SELECT p.table_property_code, p.property_type, p.column_req_type
2779: FROM fem_table_class_prop c, fem_table_properties p
2780: WHERE c.table_classification_code = p_class
2781: AND c.table_property_code = p.table_property_code
2782: AND p.property_type <> 'OTHER';
2783: