DBA Data[Home] [Help]

APPS.BSC_MO_HELPER_PKG dependencies on BSC_SYS_PERIODICITIES_VL

Line 3852: FROM BSC_SYS_PERIODICITIES_VL sysper

3848: -- in case of issues with BIS -> BSC calendar synching...
3849: CURSOR cPeriods IS
3850: SELECT distinct sysper.PERIODICITY_ID, sysper.SOURCE, sysper.EDW_FLAG, sysper.YEARLY_FLAG,
3851: sysper.CALENDAR_ID, NVL(sysper.PERIODICITY_TYPE, 0) AS PERIODICITY_TYPE
3852: FROM BSC_SYS_PERIODICITIES_VL sysper
3853: ORDER BY PERIODICITY_ID;
3854:
3855: cPeriodRow cPeriods%ROWTYPE;
3856: