DBA Data[Home] [Help]

APPS.CN_SYS_TABLES_PVT dependencies on CN_SYIN_RULES_PKG

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

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