DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on HR_LOOKUPS

Line 524: l_d_uom hr_lookups.meaning%TYPE;

520: and pet.element_type_id = piv.element_type_id
521: and p_effective_date
522: between pet.effective_start_date and pet.effective_end_date;
523: l_rec csr_iv%ROWTYPE;
524: l_d_uom hr_lookups.meaning%TYPE;
525: Begin
526: --
527: -- Initialize output variables.
528: --

Line 675: If hr_api.not_exists_in_hr_lookups(

671: If l_rec.lookup_type is not NULL then
672: --
673: -- Lookup_type validation with effective_date.
674: --
675: If hr_api.not_exists_in_hr_lookups(
676: p_effective_date => p_effective_date,
677: p_lookup_type => l_rec.lookup_type,
678: p_lookup_code => p_canonical_value) then
679: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');