DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on PAY_INPUT_VALUES_F

Line 354: from pay_input_values_f

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