DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on PAY_INPUT_VALUES_F

Line 356: from pay_input_values_f

352: );
353:
354: cursor c_get_input_value_ids(l_element_type_id in number) is
355: select input_value_id
356: from pay_input_values_f
357: where element_type_id = l_element_type_id
358: and name = 'Temps Total Cost'
359: and trunc(p_effective_date) between effective_start_date and effective_end_date;
360: