DBA Data[Home] [Help]

APPS.CN_SYS_TABLES_PVT dependencies on CN_SYIN_RULES_PKG

Line 738: cn_syin_rules_pkg.unsync_ruleset(rec.ruleset_id,p_column_rec.org_id);

734: p_column_rec.column_datatype <> 'ALPN' THEN
735:
736: FOR rec IN l_rule_csr( p_column_rec.object_id) LOOP
737:
738: cn_syin_rules_pkg.unsync_ruleset(rec.ruleset_id,p_column_rec.org_id);
739:
740: END LOOP;
741:
742: end if;