DBA Data[Home] [Help]

APPS.HR_MAINTAIN_PROPOSAL_API dependencies on HR_LOOKUPS

Line 551: , hr_lookups hrl

547: --
548: cursor get_payroll_element(p_element_type_id NUMBER) is
549: select piv.input_value_id
550: from pay_input_values_f piv
551: , hr_lookups hrl
552: where piv.element_type_id=p_element_type_id
553: and piv.name=hrl.meaning
554: and p_change_date between
555: piv.effective_start_date