DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on AR_CMGT_CHECK_LISTS

Line 4708: l_check_list_id ar_cmgt_check_lists.check_list_id%type;

4704:
4705:
4706:
4707: l_curr_array_list curr_array_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;

Line 5704: FROM ar_cmgt_check_lists

5700: AND status = 'A');
5701:
5702: CURSOR c_checklist_currency_def IS
5703: SELECT include_all_currencies
5704: FROM ar_cmgt_check_lists
5705: WHERE check_list_id = p_check_list_id;
5706:
5707: l_checklist_currency_def VARCHAR2(1);
5708: -- End (Bug 8581475)