DBA Data[Home] [Help]

APPS.FV_CFS_PKG dependencies on FV_SBR_REP_LINE_CALC

Line 2157: FROM fv_sbr_rep_line_calc

2153: line_high ,
2154: line_low_type ,
2155: line_high_type ,
2156: operator
2157: FROM fv_sbr_rep_line_calc
2158: WHERE line_id = c_sbr_line_id
2159: ORDER BY calc_sequence_number;
2160: CURSOR fv_cfs_temp_cur (p_line_id NUMBER)
2161: IS

Line 2836: FROM fv_sbr_rep_line_calc

2832:
2833: ELSIF c_sbr_line_type_code = 'T' or c_sbr_line_type_code = 'S' THEN -- to handle subtotal lines
2834: SELECT COUNT(*)
2835: INTO l_line_cnt
2836: FROM fv_sbr_rep_line_calc
2837: WHERE line_id = c_sbr_line_id;
2838: IF l_line_cnt = 0 THEN
2839: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.error','Total line does not contain calculations. SEED Data not properly Loaded. Please Verify and reinvoke the Process.');
2840: RETURN;