DBA Data[Home] [Help]

APPS.CN_API dependencies on CN_ATTRIBUTE_RULES

Line 2659: FROM cn_attribute_rules

2655:
2656: BEGIN
2657: SELECT count(*)
2658: INTO l_count
2659: FROM cn_attribute_rules
2660: WHERE rule_id = p_rule_id;
2661:
2662: if l_count = 0 then
2663: l_count := 1;