DBA Data[Home] [Help]

APPS.FEM_ALLOC_BR_UTIL_PKG dependencies on FEM_OBJDEF_HELPER_RULES

Line 194: FROM fem_objdef_helper_rules

190:
191: -- Identify the rule type
192: SELECT object_id
193: INTO v_object_id
194: FROM fem_objdef_helper_rules
195: WHERE helper_obj_def_id = p_object_definition_id
196: AND helper_object_type_code = 'MAPPING_EDIT_SNAPSHOT';
197:
198: SELECT map_rule_type_code

Line 277: and registers the association to the true mapping rule in FEM_OBJDEF_HELPER_RULES.

273:
274: Create_snapshot
275:
276: PURPOSE: Creates a new empty snapshot object (Mapping helper rule) and object definition,
277: and registers the association to the true mapping rule in FEM_OBJDEF_HELPER_RULES.
278:
279: 06-JUL-07 RFlippo Need to get a unique object name for the snapshot objects.
280: To do this, will concatenate the sysdate, include MI:SS
281: so that we can have multiple snapshots (Preview, Edit, etc)