DBA Data[Home] [Help]

APPS.IGW_GENERATE_PERIODS dependencies on IGW_OVERHEAD_CAL

Line 322: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type

318: for rec_budget_details in c_budget_details
319: LOOP
320: l_rate_class_id_oh := p_oh_rate_class_id;
321:
322: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type
323: ,rec_budget_details.expenditure_category_flag
324: , 'O'
325: ,l_rate_class_id_oh
326: ,l_rate_type_id_oh

Line 344: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type

340: EXCEPTION
341: when no_data_found then null;
342: End;
343: if rec_budget_details.apply_inflation_flag = 'Y' then
344: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type
345: ,rec_budget_details.expenditure_category_flag
346: ,'I'
347: , l_rate_class_id_inf
348: ,l_rate_type_id_inf

Line 401: IGW_OVERHEAD_CAL.calc_inflation(p_proposal_id

397:
398:
399: if rec_budget_details.apply_inflation_flag = 'Y' then
400:
401: IGW_OVERHEAD_CAL.calc_inflation(p_proposal_id
402: ,p_version_id
403: ,l_input_amount
404: ,l_budget_start_date
405: ,l_budget_end_date

Line 430: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id

426: if l_apply_oh_setup_rates = 'N' then
427: l_oh_value := 0;
428: l_oh_value_ov := 0;
429: else
430: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id
431: ,p_version_id
432: ,l_base_amount
433: ,l_budget_start_date
434: ,l_budget_end_date

Line 458: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id

454: else
455: if l_apply_rate_flag_oh = 'N' then
456: l_oh_value_ov := 0;
457: elsif l_apply_rate_flag_oh = 'Y' then
458: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id
459: ,p_version_id
460: ,rec_budget_details.cost_sharing_amount
461: ,l_budget_start_date
462: ,l_budget_end_date

Line 531: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type

527: l_input_amount := l_base_amount;
528: END LOOP;
529:
530: elsif rec_budget_details.personnel_attached_flag = 'Y' then
531: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type
532: ,rec_budget_details.expenditure_category_flag
533: ,'E'
534: ,l_rate_class_id_eb
535: ,l_rate_type_id_eb

Line 735: IGW_OVERHEAD_CAL.calc_salary(p_proposal_id

731: and appointment_type_code = rec_budget_personnel.appointment_type_code;
732:
733:
734:
735: IGW_OVERHEAD_CAL.calc_salary(p_proposal_id
736: ,p_version_id
737: ,l_calculation_base
738: ,l_effective_date
739: ,l_appointment_type_code

Line 786: IGW_OVERHEAD_CAL.calc_oh_eb (p_proposal_id

782: end if;
783:
784: /* No need to calculate eb and oh if setup rates flags are equal to N */
785: if l_apply_oh_setup_rates <> 'N' and l_apply_eb_setup_rates <> 'N' then
786: IGW_OVERHEAD_CAL.calc_oh_eb (p_proposal_id
787: ,p_version_id
788: ,l_inflated_salary
789: ,l_personnel_start_date
790: ,l_personnel_end_date

Line 813: IGW_OVERHEAD_CAL.calc_oh_eb (p_proposal_id

809: /* No need to calculate eb and oh if setup rates flags are equal to N */
810: /* Recalculate budget is being called at the end. Hence all the amounts will be sunk after this operation */
811:
812: if l_apply_oh_setup_rates <> 'N' and l_apply_eb_setup_rates <> 'N' then
813: IGW_OVERHEAD_CAL.calc_oh_eb (p_proposal_id
814: ,p_version_id
815: ,l_inflated_salary
816: ,l_personnel_start_date
817: ,l_personnel_end_date

Line 1203: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type

1199:
1200: for rec_budget_details in c_budget_details
1201: LOOP
1202: l_rate_class_id_oh := p_oh_rate_class_id;
1203: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type
1204: ,rec_budget_details.expenditure_category_flag
1205: , 'O'
1206: ,l_rate_class_id_oh
1207: ,l_rate_type_id_oh

Line 1219: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type

1215:
1216: if rec_budget_details.personnel_attached_flag = 'N' then
1217:
1218: if rec_budget_details.apply_inflation_flag = 'Y' then
1219: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type
1220: ,rec_budget_details.expenditure_category_flag
1221: ,'I'
1222: , l_rate_class_id_inf
1223: ,l_rate_type_id_inf

Line 1283: IGW_OVERHEAD_CAL.calc_inflation(p_proposal_id

1279:
1280:
1281: if rec_budget_details.apply_inflation_flag = 'Y' then
1282:
1283: IGW_OVERHEAD_CAL.calc_inflation(p_proposal_id
1284: ,p_version_id
1285: ,l_input_amount
1286: ,l_budget_start_date
1287: ,l_budget_end_date

Line 1306: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id

1302: end if;
1303:
1304: l_input_amount := l_base_amount;
1305:
1306: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id
1307: ,p_version_id
1308: ,l_base_amount
1309: ,l_budget_start_date
1310: ,l_budget_end_date

Line 1330: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id

1326: l_oh_value_ov := 0;
1327:
1328: elsif l_apply_rate_flag_oh = 'Y' then
1329:
1330: IGW_OVERHEAD_CAL.calc_oh(p_proposal_id
1331: ,p_version_id
1332: ,rec_budget_details.cost_sharing_amount
1333: ,l_budget_start_date
1334: ,l_budget_end_date

Line 1404: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type

1400:
1401: end if;
1402: END LOOP;
1403: elsif rec_budget_details.personnel_attached_flag = 'Y' then
1404: IGW_OVERHEAD_CAL.get_rate_id(rec_budget_details.expenditure_type
1405: ,rec_budget_details.expenditure_category_flag
1406: ,'E'
1407: ,l_rate_class_id_eb,l_rate_type_id_eb,l_return_status, l_msg_data);
1408:

Line 1635: IGW_OVERHEAD_CAL.calc_salary(p_proposal_id

1631: and party_id = rec_budget_personnel.party_id
1632: and appointment_type_code = rec_budget_personnel.appointment_type_code;
1633:
1634:
1635: IGW_OVERHEAD_CAL.calc_salary(p_proposal_id
1636: ,p_version_id
1637: ,l_calculation_base
1638: ,l_effective_date
1639: ,l_appointment_type_code

Line 1671: IGW_OVERHEAD_CAL.calc_oh_eb (p_proposal_id

1667: l_rate_class_id_eb_d := l_rate_class_id_eb;
1668: l_rate_type_id_eb_d := l_rate_type_id_eb;
1669: end if;
1670:
1671: IGW_OVERHEAD_CAL.calc_oh_eb (p_proposal_id
1672: ,p_version_id
1673: ,l_inflated_salary
1674: ,l_personnel_start_date
1675: ,l_personnel_end_date