DBA Data[Home] [Help]

APPS.BSC_DIMENSION_KEYS_PKG dependencies on BSC_SYS_PERIODICITIES

Line 113: select calendar_id, custom_code, db_column_name from bsc_sys_periodicities

109: p_db_column_name OUT NOCOPY VARCHAR2,
110: p_error_message OUT NOCOPY VARCHAR2)
111: return boolean is
112: cursor cType IS
113: select calendar_id, custom_code, db_column_name from bsc_sys_periodicities
114: where periodicity_id=p_periodicity_id
115: -- ignore these type of periodicities, they are std periodicites but dont have a db_column_name
116: and periodicity_type not in (11,12);
117: begin