DBA Data[Home] [Help]

APPS.PSP_PERIOD_FREQUENCY_API dependencies on PSP_REPORT_PERIOD_FREQUENCY_V

Line 62: from psp_report_period_frequency_v

58: --
59: cursor c_period_frequency
60: is
61: select distinct period_frequency
62: from psp_report_period_frequency_v
63: where period_frequency = p_period_frequency;
64: --
65: -- end of cursor
66: --