DBA Data[Home] [Help]

APPS.PAY_INTERPRETER_PKG dependencies on PAY_INPUT_VALUES_F

Line 4846: FROM pay_input_values_f piv

4842: FROM dual
4843: WHERE EXISTS
4844: (
4845: SELECT '' chk
4846: FROM pay_input_values_f piv
4847: ,pay_element_links_f pelf
4848: ,pay_element_entries_f peef
4849: WHERE piv.input_value_id = p_surrogate_key
4850: AND pelf.element_type_id = piv.element_type_id

Line 4911: elsif (p_table_name = 'PAY_INPUT_VALUES_F') then

4907: --
4908: end loop;
4909: --
4910: /*Added the following code for bug 13029951*/
4911: elsif (p_table_name = 'PAY_INPUT_VALUES_F') then
4912:
4913: hr_utility.trace('table name is :PAY_INPUT_VALUES_F' );
4914: hr_utility.trace('Assignment id is '||p_assignment_id );
4915: hr_utility.trace('Surrogate Key is '||p_surrogate_key );

Line 4913: hr_utility.trace('table name is :PAY_INPUT_VALUES_F' );

4909: --
4910: /*Added the following code for bug 13029951*/
4911: elsif (p_table_name = 'PAY_INPUT_VALUES_F') then
4912:
4913: hr_utility.trace('table name is :PAY_INPUT_VALUES_F' );
4914: hr_utility.trace('Assignment id is '||p_assignment_id );
4915: hr_utility.trace('Surrogate Key is '||p_surrogate_key );
4916:
4917: l_valid_event := 'N';