DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on HR_LOOKUPS

Line 1035: l_d_uom hr_lookups.meaning%TYPE;

1031: and p_effective_date
1032: between pet.effective_start_date and pet.effective_end_date;
1033: --
1034: l_rec csr_iv%ROWTYPE;
1035: l_d_uom hr_lookups.meaning%TYPE;
1036: --
1037: begin
1038: --
1039: -- Initialize output variables.

Line 1185: if hr_api.not_exists_in_hr_lookups(

1181: if l_rec.lookup_type is not NULL then
1182: --
1183: -- Lookup_type validation with effective_date.
1184: --
1185: if hr_api.not_exists_in_hr_lookups(
1186: p_effective_date => p_effective_date,
1187: p_lookup_type => l_rec.lookup_type,
1188: p_lookup_code => p_canonical_value) then
1189: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');