DBA Data[Home] [Help]

APPS.PAY_ELEMENT_ENTRY_API dependencies on PAY_ELEMENT_ENTRY_VALUES_F

Line 1177: from pay_element_entry_values_f

1173: cursor csr_entry_values_check (c_element_entry_id in number,
1174: c_effective_date in date) is
1175: select input_value_id,
1176: screen_entry_value
1177: from pay_element_entry_values_f
1178: where element_entry_id = c_element_entry_id
1179: and c_effective_date between effective_start_date and effective_end_date;
1180:
1181: l_total_elt_entry_records number;