DBA Data[Home] [Help]

APPS.CN_API dependencies on CN_ATTRIBUTE_RULES

Line 2681: FROM cn_attribute_rules

2677:
2678: BEGIN
2679: SELECT count(*)
2680: INTO l_count
2681: FROM cn_attribute_rules
2682: WHERE rule_id = p_rule_id;
2683:
2684: if l_count = 0 then
2685: l_count := 1;