DBA Data[Home] [Help]

APPS.PAY_ELEMENT_ENTRY_API dependencies on PAY_ELEMENT_ENTRY_VALUES_F

Line 1153: from pay_element_entry_values_f

1149: cursor csr_entry_values_check (c_element_entry_id in number,
1150: c_effective_date in date) is
1151: select input_value_id,
1152: screen_entry_value
1153: from pay_element_entry_values_f
1154: where element_entry_id = c_element_entry_id
1155: and c_effective_date between effective_start_date and effective_end_date;
1156:
1157: l_total_elt_entry_records number;