DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGET_DETAILS_CAL_AMTS

Line 415: , igw_budget_details_cal_amts pbdc

411: LOOP
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'