DBA Data[Home] [Help]

APPS.MSD_TRANSLATE_FACT_DATA dependencies on MSD_DP_PARAMETERS

Line 1867: FROM msd_dp_parameters;

1863: BEGIN
1864:
1865: /* Find the least refresh number for existing demand plan */
1866: SELECT nvl(min(scn_build_refresh_num), 0) INTO l_least_refresh_num
1867: FROM msd_dp_parameters;
1868:
1869:
1870: l_sql_stmt := ' DELETE FROM ' || p_table_name ||
1871: ' WHERE ACTION_CODE = ' || '''D''' ||