DBA Data[Home] [Help]

APPS.DEFRULE_PKG dependencies on OE_DEF_ATTR_RULES_V

Line 389: from oe_def_attr_rules_v

385: dmy_result varchar2(20);
386: begin
387: select 'dup sequence'
388: into dmy_result
389: from oe_def_attr_rules_v
390: where attr_def_condition_id = p_attr_def_condition_id
391: AND database_object_name = p_database_object_name
392: AND attribute_code = p_attribute_code
393: AND SEQUENCE_NO = p_SEQUENCE_NO