DBA Data[Home] [Help]

APPS.PQP_ABSVAL_PKG dependencies on PAY_ELEMENT_TYPE_EXTRA_INFO

Line 5331: l_entitlement_UOM pay_element_type_extra_info.eei_information1%TYPE ;

5327: l_proc_name VARCHAR2(61)
5328: := g_package_name ||
5329: 'create_absence_plan_details';
5330:
5331: l_entitlement_UOM pay_element_type_extra_info.eei_information1%TYPE ;
5332: l_scheme_category pay_element_type_extra_info.eei_information1%TYPE ;
5333: l_working_days_per_week pqp_gap_daily_absences.working_days_per_week%TYPE;
5334:
5335: l_override_scheme_start_date DATE;

Line 5332: l_scheme_category pay_element_type_extra_info.eei_information1%TYPE ;

5328: := g_package_name ||
5329: 'create_absence_plan_details';
5330:
5331: l_entitlement_UOM pay_element_type_extra_info.eei_information1%TYPE ;
5332: l_scheme_category pay_element_type_extra_info.eei_information1%TYPE ;
5333: l_working_days_per_week pqp_gap_daily_absences.working_days_per_week%TYPE;
5334:
5335: l_override_scheme_start_date DATE;
5336: l_assignment_work_pattern pqp_assignment_attributes_f.work_pattern%TYPE ;