DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on HR_LOOKUPS

Line 549: l_d_uom hr_lookups.meaning%TYPE;

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

Line 717: if hr_api.not_exists_in_hr_lookups(

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