DBA Data[Home] [Help]

APPS.FEM_BR_MAPPING_RULE_PVT dependencies on FEM_TABLE_CLASS_USAGES

Line 1414: FROM fem_table_class_assignmt tc, fem_table_class_usages tu

1410: IS
1411: CURSOR c_table_check
1412: IS
1413: select 1
1414: FROM fem_table_class_assignmt tc, fem_table_class_usages tu
1415: where tu.table_classification_code = tc.table_classification_code
1416: and tc.enabled_flag = 'Y'
1417: and tc.table_name = p_table_name;
1418: l_table_check number := NULL;