DBA Data[Home] [Help]

APPS.PQP_US_STUDENT_EARNINGS dependencies on PAY_INPUT_VALUES_F

Line 72: from pay_input_values_f

68: where prr.assignment_action_id = p_asg_action_id
69: and prr.element_type_id = p_element_type_id
70: and prv.input_value_id in
71: (select distinct input_value_id
72: from pay_input_values_f
73: where element_type_id = p_element_type_id
74: and p_effective_date between effective_start_date
75: and effective_end_date
76: and name = p_input_value_name)