DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on IGI_IAC_CAL_IDX_VALUES

Line 948: from igi_iac_cal_idx_values

944: and calendar_type = cp_dep_cal;
945:
946: Cursor c_price_index_value(cp_cal_prc_idx_id number,cp_start_date date,cp_end_date date) IS
947: select current_price_index_value
948: from igi_iac_cal_idx_values
949: where cal_price_index_link_id = cp_cal_prc_idx_id
950: and date_from = cp_start_date
951: and date_to = cp_end_date;
952: