DBA Data[Home] [Help]

APPS.PQP_CAR_MILEAGE_FUNCTIONS dependencies on HR_PAYROLLS

Line 956: hr_payrolls.get_period_details( p_proc_period_type => l_periodtype

952: END LOOP;
953: CLOSE period_type;
954:
955: /*Gets the multiple factor to divide period */
956: hr_payrolls.get_period_details( p_proc_period_type => l_periodtype
957: ,p_base_period_type => l_base_period_type
958: ,p_multiple => l_multiple);
959:
960: IF p_claim_date=to_date('01/01/1900','DD/MM/RRRR') THEN