DBA Data[Home] [Help]

APPS.BSC_UPDATE_DIM dependencies on BSC_SYS_BENCHMARKS_PKG

Line 2336: BSC_SYS_BENCHMARKS_PKG.Insert_Row(x_bm_id => l_bm_id,

2332: SELECT NVL(MAX(bm_id)+1,1) INTO l_bm_id
2333: FROM bsc_sys_benchmarks_b;
2334:
2335: -- This inserts the record in bs_sys_benchmarks_b and tl for existing languages
2336: BSC_SYS_BENCHMARKS_PKG.Insert_Row(x_bm_id => l_bm_id,
2337: x_color => 0,
2338: x_data_type => l_ids(l_i),
2339: x_source_type => 2,
2340: x_periodicity_id => 0,