DBA Data[Home] [Help]

APPS.CN_IMP_RULE_PVT dependencies on CN_CLASSIFICATION_GEN

Line 279: cn_classification_gen.Classification_Install

275: GOTO end_of_ruleset_loop;
276: END IF;
277:
278: cn_message_pkg.debug ('Rules_Import: Classify the l_current_ruleset_id: ' || l_current_ruleset_id);
279: cn_classification_gen.Classification_Install
280: (x_errbuf => l_message,
281: x_retcode => l_return_status,
282: x_ruleset_id => l_current_ruleset_id,
283: x_org_id => l_org_id);

Line 285: cn_message_pkg.debug ('Rules_Import: value returned by cn_classification_gen.Classification_Install: ' || l_return_status);

281: x_retcode => l_return_status,
282: x_ruleset_id => l_current_ruleset_id,
283: x_org_id => l_org_id);
284:
285: cn_message_pkg.debug ('Rules_Import: value returned by cn_classification_gen.Classification_Install: ' || l_return_status);
286: IF l_return_status = 1 THEN
287: cn_message_pkg.debug ('Rules_Import: Error classifying the ruleset: ' || detail_rec.ruleset_name);
288: GOTO end_of_ruleset_loop;
289: ELSE