DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on HR_LOOKUPS

Line 552: l_d_uom hr_lookups.meaning%TYPE;

548: and p_effective_date between pet.effective_start_date
549: and pet.effective_end_date;
550:
551: l_rec csr_iv%ROWTYPE;
552: l_d_uom hr_lookups.meaning%TYPE;
553:
554: begin
555: --
556: -- Initialize output variables.

Line 720: if hr_api.not_exists_in_hr_lookups(

716: if l_rec.lookup_type is not NULL then
717: --
718: -- Lookup_type validation with effective_date.
719: --
720: if hr_api.not_exists_in_hr_lookups(
721: p_effective_date => p_effective_date,
722: p_lookup_type => l_rec.lookup_type,
723: p_lookup_code => p_canonical_value) then
724: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');