DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on AR_CMGT_DATA_POINTS_VL

Line 4445: FROM ar_cmgt_data_points_vl

4441: AND status = 'A';
4442:
4443: CURSOR c_dnb_data_point IS
4444: SELECT data_point_id
4445: FROM ar_cmgt_data_points_vl
4446: WHERE data_point_category = 'DNB';
4447:
4448:
4449:

Line 4712: l_data_point_name ar_cmgt_data_points_vl.data_point_name%type;

4708: l_check_list_id ar_cmgt_check_lists.check_list_id%type;
4709: summary_rec_str VARCHAR2(4000);
4710: l_certified_dso_days ar_cmgt_setup_options.cer_dso_days%type;
4711: l_data_point_id NUMBER;
4712: l_data_point_name ar_cmgt_data_points_vl.data_point_name%type;
4713: l_case_folder_id NUMBER;
4714: l_error_msg VARCHAR2(4000);
4715: l_resultout VARCHAR2(2000);
4716: l_period ar_cmgt_setup_options.period%type;