DBA Data[Home] [Help]

APPS.BSC_UPDATE_CALC dependencies on BSC_SYS_PERIODICITIES

Line 3059: from bsc_sys_periodicities

3055:
3056: -- get period type id of the target periodicity
3057: select period_type_id
3058: into h_period_type_id
3059: from bsc_sys_periodicities
3060: where periodicity_id = x_periodicity;
3061:
3062: -- New array used with generic temporary tables
3063: FOR h_i IN 1..x_num_key_columns LOOP