DBA Data[Home] [Help]

APPS.PQP_ABSVAL_PKG dependencies on PAY_ELEMENT_TYPE_EXTRA_INFO

Line 5359: l_entitlement_UOM pay_element_type_extra_info.eei_information1%TYPE ;

5355: l_proc_name VARCHAR2(61)
5356: := g_package_name ||
5357: 'create_absence_plan_details';
5358:
5359: l_entitlement_UOM pay_element_type_extra_info.eei_information1%TYPE ;
5360: l_scheme_category pay_element_type_extra_info.eei_information1%TYPE ;
5361: l_working_days_per_week pqp_gap_daily_absences.working_days_per_week%TYPE;
5362:
5363: l_override_scheme_start_date DATE;

Line 5360: l_scheme_category pay_element_type_extra_info.eei_information1%TYPE ;

5356: := g_package_name ||
5357: 'create_absence_plan_details';
5358:
5359: l_entitlement_UOM pay_element_type_extra_info.eei_information1%TYPE ;
5360: l_scheme_category pay_element_type_extra_info.eei_information1%TYPE ;
5361: l_working_days_per_week pqp_gap_daily_absences.working_days_per_week%TYPE;
5362:
5363: l_override_scheme_start_date DATE;
5364: l_assignment_work_pattern pqp_assignment_attributes_f.work_pattern%TYPE ;