DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on IGW_RATE_CLASSES

Line 416: , igw_rate_classes prc

412: select sum(base_amt)
413: into l_base_amount
414: from igw_budget_category_v pbcv
415: , igw_budget_details_cal_amts pbdc
416: , igw_rate_classes prc
417: where pbcv.line_item_id = pbdc.line_item_id
418: and pbdc.rate_class_id = prc.rate_class_id
419: and prc.rate_class_type = 'O'
420: and pbdc.apply_rate_flag = 'Y'