DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on PAY_ELEMENT_TYPES_F

Line 2433: pay_element_types_f ELT

2429: select piv.default_value,
2430: piv.effective_start_date,
2431: piv.effective_end_date
2432: from pay_input_values_f PIV,
2433: pay_element_types_f ELT
2434: where elt.element_type_id = piv.element_type_id
2435: and elt.element_type_id = g_SSP_legislation.element_type_id
2436: and p_effective_date between piv.effective_start_date and piv.effective_end_date
2437: and p_effective_date between elt.effective_start_date and elt.effective_end_date