DBA Data[Home] [Help]

APPS.OCM_GET_EXTRL_DECSN_PUB dependencies on AR_CMGT_DATA_POINTS_VL

Line 82: from ar_cmgt_score_dtls sc, ar_cmgt_data_points_vl dp

78: IF p_score_model_id IS NOT NULL and (p_score_model_id = l_score_model_id) THEN
79: BEGIN
80: select sc.DATA_POINT_ID, dp.data_point_code
81: into l_data_point_id, l_data_point_code
82: from ar_cmgt_score_dtls sc, ar_cmgt_data_points_vl dp
83: where sc.SCORE_MODEL_ID = p_score_model_id
84: and sc.data_point_id = dp.data_point_id
85: and dp.data_point_code = 'OCM_EXTERNAL_SCORE';
86: