DBA Data[Home] [Help]

APPS.PQP_INI_BAL dependencies on PQP_CLM_BAL

Line 1734: l_proc_miles :=pqp_clm_bal.get_vehicletype_balance

1730: l_count:=l_bal_info.count;
1731: l_effective_date := TRUNC(pqp_car_mileage_functions.
1732: pqp_get_date_paid(l_get_info.payroll_action_id));
1733: --Get the Processed Miles for the particular Entry
1734: l_proc_miles :=pqp_clm_bal.get_vehicletype_balance
1735: (p_assignment_id =>l_get_info.assignment_id
1736: ,p_business_group_id =>l_get_info.business_group_id
1737: ,p_vehicle_type =>l_get_info.vehicle_type
1738: ,p_ownership =>l_get_info.ownership

Line 1746: l_act_miles :=pqp_clm_bal.get_vehicletype_balance

1742: ,p_assignment_action_id =>l_get_info.assignment_action_id
1743: );
1744:
1745: --Get the Actual Miles for the particular Entry
1746: l_act_miles :=pqp_clm_bal.get_vehicletype_balance
1747: (p_assignment_id =>l_get_info.assignment_id
1748: ,p_business_group_id =>l_get_info.business_group_id
1749: ,p_vehicle_type =>l_get_info.vehicle_type
1750: ,p_ownership =>l_get_info.ownership

Line 1768: l_proc_amt :=pqp_clm_bal.get_vehicletype_balance

1764: END IF;
1765: END IF;
1766:
1767: --Get the Processed Amt for the particular Entry
1768: l_proc_amt :=pqp_clm_bal.get_vehicletype_balance
1769: (p_assignment_id =>l_get_info.assignment_id
1770: ,p_business_group_id =>l_get_info.business_group_id
1771: ,p_vehicle_type =>l_get_info.vehicle_type
1772: ,p_ownership =>l_get_info.ownership

Line 1782: l_iram_amt :=pqp_clm_bal.get_vehicletype_balance

1778:
1779: hr_utility.set_location('***** PROCESSED AMT: ',l_proc_amt);
1780:
1781: --Get the IRAM Amt for the particular Entry
1782: l_iram_amt :=pqp_clm_bal.get_vehicletype_balance
1783: (p_assignment_id =>l_get_info.assignment_id
1784: ,p_business_group_id =>l_get_info.business_group_id
1785: ,p_vehicle_type =>l_get_info.vehicle_type
1786: ,p_ownership =>l_get_info.ownership