DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on HR_LOOKUPS

Line 508: l_d_uom hr_lookups.meaning%TYPE;

504: and pet.element_type_id = piv.element_type_id
505: and p_effective_date
506: between pet.effective_start_date and pet.effective_end_date;
507: l_rec csr_iv%ROWTYPE;
508: l_d_uom hr_lookups.meaning%TYPE;
509: Begin
510: --
511: -- Initialize output variables.
512: --

Line 659: If hr_api.not_exists_in_hr_lookups(

655: If l_rec.lookup_type is not NULL then
656: --
657: -- Lookup_type validation with effective_date.
658: --
659: If hr_api.not_exists_in_hr_lookups(
660: p_effective_date => p_effective_date,
661: p_lookup_type => l_rec.lookup_type,
662: p_lookup_code => p_canonical_value) then
663: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');