DBA Data[Home] [Help]

APPS.FEM_HIER_LOADER_PKG dependencies on FEM_OBJECT_DEFINITION_VL

Line 1247: from fem_object_definition_vl

1243: ,effective_end_date
1244: into ld_hier_obj_def_id
1245: ,ld_effective_start_date
1246: ,ld_effective_end_date
1247: from fem_object_definition_vl
1248: where object_id = ld_hierarchy_object_id
1249: and display_name = ld_hier_obj_def_display_name
1250: and old_approved_copy_flag = 'N';
1251: