DBA Data[Home] [Help]

APPS.MSC_CL_EXCHANGE_PARTTBL dependencies on DUAL

Line 1607: FROM dual;

1603: /* this profile option will determine the number of parallel threads to be used in creating the index in parallel*/
1604:
1605: SELECT to_number(fnd_profile.value('MSC_INDEX_PARALLEL_THREADS'))
1606: INTO lv_deg_parallel
1607: FROM dual;
1608:
1609: msc_manage_plan_partitions.get_partition_name
1610: (-1,
1611: p_instance_id,