DBA Data[Home] [Help]

APPS.IGW_BUDGET_PERSONNEL_OH_PVT dependencies on IGW_RATE_CLASSES

Line 205: and rate_class_id IN (select rate_class_id from igw_rate_classes where rate_class_type = 'O');

201: , calculated_cost = l_calculated_cost
202: , calculated_cost_sharing = l_calculated_cost_sharing
203: , record_version_number = record_version_number + 1
204: where budget_personnel_detail_id = p_budget_personnel_detail_id
205: and rate_class_id IN (select rate_class_id from igw_rate_classes where rate_class_type = 'O');
206:
207: update igw_budget_personnel_cal_amts
208: set apply_rate_flag = nvl(p_apply_rate_flag_eb, apply_rate_flag)
209: , calculated_cost = l_calculated_cost

Line 213: and rate_class_id IN (select rate_class_id from igw_rate_classes where rate_class_type = 'E');

209: , calculated_cost = l_calculated_cost
210: , calculated_cost_sharing = l_calculated_cost_sharing
211: , record_version_number = record_version_number + 1
212: where budget_personnel_detail_id = p_budget_personnel_detail_id
213: and rate_class_id IN (select rate_class_id from igw_rate_classes where rate_class_type = 'E');
214:
215:
216: IGW_BUDGET_OPERATIONS.recalculate_budget (
217: p_proposal_id => l_proposal_id