DBA Data[Home] [Help]

APPS.PA_MCB_REVENUE_PKG dependencies on PA_PERIODS

Line 48: FROM pa_periods

44: END LOOP;
45:
46: SELECT start_date,end_date
47: INTO l_start_date,l_end_date
48: FROM pa_periods
49: WHERE p_date between start_date and end_date;
50:
51: l_cnt := l_cnt+1;
52: