DBA Data[Home] [Help]

APPS.MSC_CL_EXCHANGE_PARTTBL dependencies on DUAL

Line 1878: FROM dual;

1874: /* this profile option will determine the number of parallel threads to be used in creating the index in parallel*/
1875:
1876: SELECT to_number(fnd_profile.value('MSC_INDEX_PARALLEL_THREADS'))
1877: INTO lv_deg_parallel
1878: FROM dual;
1879:
1880: msc_manage_plan_partitions.get_partition_name
1881: (-1,
1882: p_instance_id,