DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on MO_GLOBAL

Line 3221: l_org_id := mo_global.get_current_org_id;

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