DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on AR_CMGT_DATA_POINTS_VL

Line 4296: FROM ar_cmgt_data_points_vl

4292: AND status = 'A';
4293:
4294: CURSOR c_dnb_data_point IS
4295: SELECT data_point_id
4296: FROM ar_cmgt_data_points_vl
4297: WHERE data_point_category = 'DNB';
4298:
4299:
4300:

Line 4618: l_data_point_name ar_cmgt_data_points_vl.data_point_name%type;

4614: l_check_list_id ar_cmgt_check_lists.check_list_id%type;
4615: summary_rec_str VARCHAR2(4000);
4616: l_certified_dso_days ar_cmgt_setup_options.cer_dso_days%type;
4617: l_data_point_id NUMBER;
4618: l_data_point_name ar_cmgt_data_points_vl.data_point_name%type;
4619: l_case_folder_id NUMBER;
4620: l_error_msg VARCHAR2(4000);
4621: l_resultout VARCHAR2(2000);
4622: l_period ar_cmgt_setup_options.period%type;