DBA Data[Home] [Help]

APPS.PAY_ELEMENT_ENTRY_API dependencies on HR_GENERAL

Line 1251: hr_utility.set_message_token('CREATOR_TYPE', hr_general.decode_lookup('CREATOR_TYPE', l_creator_type));

1247: open csr_creator_type_validate (p_element_entry_id, p_effective_date, p_creator_type, p_creator_id, p_personal_payment_method_id);
1248: fetch csr_creator_type_validate into l_total_elt_entry_records;
1249: if l_total_elt_entry_records > 0 then
1250: hr_utility.set_message(801, 'PAY_33292_CHANGE_PROTECTED');
1251: hr_utility.set_message_token('CREATOR_TYPE', hr_general.decode_lookup('CREATOR_TYPE', l_creator_type));
1252: hr_utility.raise_error;
1253: end if;
1254: close csr_creator_type_validate;
1255:

Line 1292: hr_utility.set_message_token('CREATOR_TYPE', hr_general.decode_lookup('CREATOR_TYPE', l_creator_type));

1288: if l_entry_value_tbl(l_count) <> l_screen_entry_value then
1289: hr_utility.set_location('Raise Error '||l_proc, 40);
1290:
1291: hr_utility.set_message(801, 'PAY_33292_CHANGE_PROTECTED');
1292: hr_utility.set_message_token('CREATOR_TYPE', hr_general.decode_lookup('CREATOR_TYPE', l_creator_type));
1293: hr_utility.raise_error;
1294:
1295: end if; -- screen entry value is not equal
1296: end if; -- input value is equal