DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on MO_GLOBAL

Line 3222: l_org_id := mo_global.get_current_org_id;

3218: END IF;
3219:
3220: fnd_file.put_line(fnd_file.LOG, 'Beginning of concurrent program calc ... ');
3221: -- Concurrent Manager will call set_policy_context('S', user_selected_org)
3222: l_org_id := mo_global.get_current_org_id;
3223:
3224: -- check uniqueness of batch name
3225: OPEN l_batch_name_csr;
3226: FETCH l_batch_name_csr INTO l_counter;