DBA Data[Home] [Help]

APPS.CN_SCA_DENORM_RULES_PVT dependencies on MO_GLOBAL

Line 280: p_org_id := mo_global.get_current_org_id();

276: --
277:
278: BEGIN
279:
280: p_org_id := mo_global.get_current_org_id();
281:
282: cn_message_pkg.begin_batch (
283: x_process_type => 'SCA Rules Sync',
284: x_parent_proc_audit_id => null,

Line 291: debugmsg('Rules Sync: mo_global.get_current_org_id is - ' || p_org_id);

287: p_org_id => p_org_id);
288:
289: debugmsg('Rules Sync : Start of the Rules Synchronization');
290: debugmsg('Rules Sync : l_process_audit_id - '||l_process_audit_id);
291: debugmsg('Rules Sync: mo_global.get_current_org_id is - ' || p_org_id);
292:
293: --dbms_output.put_line('Rules Sync : l_process_audit_id - '||l_process_audit_id);
294:
295: --+