DBA Data[Home] [Help]

APPS.PAY_RUN_RESULT_PKG dependencies on PER_ASSIGNMENTS_F

Line 107: l_assignment_id per_assignments_f.assignment_id%type;

103: and p_session_date between piv.effective_start_date
104: and piv.effective_end_date;
105: --
106: l_jurisdiction_code pay_run_results.jurisdiction_code%type;
107: l_assignment_id per_assignments_f.assignment_id%type;
108: l_element_type_id pay_element_types_f.element_type_id%type;
109: l_entry_type pay_element_entries_f.entry_type%type;
110: l_input_currency_code pay_element_types_f.input_currency_code%type;
111: l_output_currency_code pay_element_types_f.output_currency_code%type;