DBA Data[Home] [Help]

APPS.PAY_JP_CUSTOM_PKG dependencies on PAY_INPUT_VALUES_F

Line 461: from pay_input_values_f piv,

457: between pet.effective_start_date and pet.effective_end_date
458: and pec.classification_id=pet.classification_id;
459: CURSOR csr_itax_yea_category(p_assignment_action_id IN NUMBER) IS
460: select prrv.result_value
461: from pay_input_values_f piv,
462: pay_element_types_f pet,
463: pay_run_result_values prrv,
464: pay_run_results prr,
465: pay_payroll_actions ppa2,