DBA Data[Home] [Help]

APPS.GHR_UPD_HR_VALIDATION dependencies on FND_MESSAGE

Line 235: fnd_message.set_token('RECORD_STRUCTURE_NAME',cur_rpm_rec.record_structure_name);

231: check_null(column_defs(column_index).value, cur_rpm_rec.prompt, cur_rpm_rec.form_block_name,
232: cur_rpm_rec.form_field_name, l_null_list, l_at_least_one_null);
233: ELSE
234: hr_utility.set_message(8301,'GHR_38235_INV_REC_STRUC_COL');
235: fnd_message.set_token('RECORD_STRUCTURE_NAME',cur_rpm_rec.record_structure_name);
236: fnd_message.set_token('RECORD_STRUCTURE_COL_NAME',cur_rpm_rec.record_structure_col_name);
237: hr_utility.raise_error;
238: END IF;
239: ELSE

Line 236: fnd_message.set_token('RECORD_STRUCTURE_COL_NAME',cur_rpm_rec.record_structure_col_name);

232: cur_rpm_rec.form_field_name, l_null_list, l_at_least_one_null);
233: ELSE
234: hr_utility.set_message(8301,'GHR_38235_INV_REC_STRUC_COL');
235: fnd_message.set_token('RECORD_STRUCTURE_NAME',cur_rpm_rec.record_structure_name);
236: fnd_message.set_token('RECORD_STRUCTURE_COL_NAME',cur_rpm_rec.record_structure_col_name);
237: hr_utility.raise_error;
238: END IF;
239: ELSE
240: hr_utility.set_message(8301,'GHR_38236_INV_REC_STRUC_NAME');

Line 241: fnd_message.set_token('RECORD_STRUCTURE_NAME',cur_rpm_rec.record_structure_name);

237: hr_utility.raise_error;
238: END IF;
239: ELSE
240: hr_utility.set_message(8301,'GHR_38236_INV_REC_STRUC_NAME');
241: fnd_message.set_token('RECORD_STRUCTURE_NAME',cur_rpm_rec.record_structure_name);
242: hr_utility.raise_error;
243: END IF;
244: END LOOP;
245:

Line 250: fnd_message.set_token('REQUIRED_LIST',l_null_list);

246: hr_utility.set_location(l_proc, 90);
247:
248: IF l_at_least_one_null THEN
249: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');
250: fnd_message.set_token('REQUIRED_LIST',l_null_list);
251: hr_utility.raise_error;
252: END IF;
253:
254: IF p_government_awards_type.date_exemp_award is not null then