DBA Data[Home] [Help]

APPS.FEM_UD_PKG dependencies on FEM_OBJDEF_HELPER_RULES

Line 650: FROM fem_objdef_helper_rules

646: -- its associated MAPPING_RULE to get the Process Behavior Parameters.
647: IF v_object_type_code = 'MAPPING_PREVIEW' THEN
648: SELECT object_id
649: INTO v_pb_object_id
650: FROM fem_objdef_helper_rules
651: WHERE helper_object_id = p_object_id
652: AND helper_object_type_code = 'MAPPING_PREVIEW';
653: ELSE
654: v_pb_object_id := p_object_id;