DBA Data[Home] [Help]

APPS.AR_CMGT_CONTROLS dependencies on AR_CMGT_DATA_POINTS_VL

Line 67: from ar_cmgt_data_points_vl

63: --
64: BEGIN
65: select to_date(p_data_point_value, return_date_format)
66: INTO l_date_check
67: from ar_cmgt_data_points_vl
68: where data_point_id = p_data_point_id
69: and return_data_type = 'D';
70: EXCEPTION
71: WHEN NO_DATA_FOUND THEN