DBA Data[Home] [Help]

APPS.AR_CMGT_SCORING_ENGINE dependencies on AR_CMGT_SCORABLE_DATA_POINTS_V

Line 71: FROM AR_CMGT_SCORABLE_DATA_POINTS_V

67:
68: BEGIN
69: SELECT RETURN_DATA_TYPE,RETURN_DATE_FORMAT
70: INTO l_data_point_type,l_date_format
71: FROM AR_CMGT_SCORABLE_DATA_POINTS_V
72: WHERE DATA_POINT_ID = p_data_point_id;
73: --we don not need to check for scorable data points
74: --because the score model will contain only scorable
75: --data points.

Line 330: from ar_cmgt_scorable_data_points_v

326: p_resultout => l_resultout);
327:
328: Select data_point_category
329: into l_category
330: from ar_cmgt_scorable_data_points_v
331: where data_point_id =p_data_point_id;
332: BEGIN
333:
334: SELECT INCLUDED_IN_CHECKLIST

Line 473: FROM ar_cmgt_scorable_data_points_v

469: l_updt_flg:='Y';
470:
471: SELECT data_point_category
472: INTO l_category
473: FROM ar_cmgt_scorable_data_points_v
474: where data_point_id = p_data_point_id;
475:
476: IF l_category='ADDITIONAL'
477: THEN