DBA Data[Home] [Help]

APPS.IGIRRPI dependencies on IGI_RPI_COMPONENT_PERIODS

Line 214: , igi_rpi_component_periods rcp

210: /*5905216*/
211: , ld.legal_entity_id
212: FROM igi_rpi_line_details ld
213: , mtl_units_of_measure uom
214: , igi_rpi_component_periods rcp
215: , ZX_RATES_B vt /*Bug No 7606235*/
216: WHERE ld.standing_charge_id = cp_standing_charge_id
217: --AND nvl(uom.disable_date,SYSDATE) >= SYSDATE
218: AND uom.unit_of_measure = rcp.unit_of_measure

Line 489: FROM igi_rpi_component_periods

485: , period_name
486: , use_schedules_flag
487: , factor
488: , component
489: FROM igi_rpi_component_periods
490: WHERE period_name = pp_period_name
491: AND nvl(enabled_flag,'Y') = 'Y' ;
492: l_new_prev_due_date_old date ;
493: l_new_next_due_date_old date ;