DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on PAY_RUN_TYPES_F

Line 468: from pay_run_types_f

464: ,p_legislation_code in varchar2
465: ,p_run_type in varchar2
466: ) is
467: select run_type_id
468: from pay_run_types_f
469: where upper(run_type_name) = p_run_type
470: and p_effective_date between
471: effective_start_date and nvl(effective_end_date, hr_api.g_eot)
472: and