DBA Data[Home] [Help]

APPS.PAY_ELEMENT_ENTRY_API dependencies on HR_GENERAL

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

1223: open csr_creator_type_validate (p_element_entry_id, p_effective_date, p_creator_type, p_creator_id, p_personal_payment_method_id);
1224: fetch csr_creator_type_validate into l_total_elt_entry_records;
1225: if l_total_elt_entry_records > 0 then
1226: hr_utility.set_message(801, 'PAY_33292_CHANGE_PROTECTED');
1227: hr_utility.set_message_token('CREATOR_TYPE', hr_general.decode_lookup('CREATOR_TYPE', l_creator_type));
1228: hr_utility.raise_error;
1229: end if;
1230: close csr_creator_type_validate;
1231:

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

1264: if l_entry_value_tbl(l_count) <> l_screen_entry_value then
1265: hr_utility.set_location('Raise Error '||l_proc, 40);
1266:
1267: hr_utility.set_message(801, 'PAY_33292_CHANGE_PROTECTED');
1268: hr_utility.set_message_token('CREATOR_TYPE', hr_general.decode_lookup('CREATOR_TYPE', l_creator_type));
1269: hr_utility.raise_error;
1270:
1271: end if; -- screen entry value is not equal
1272: end if; -- input value is equal