30: PRAGMA AUTONOMOUS_TRANSACTION;
31: BEGIN
32: hr_utility.set_location(' Entering: populate_run_msg',111);
33:
34: INSERT INTO pay_message_lines(line_sequence,
35: payroll_id,
36: message_level,
37: source_id,
38: source_type,
37: source_id,
38: source_type,
39: line_text)
40: VALUES(
41: pay_message_lines_s.nextval
42: ,100
43: ,'F'
44: ,p_assignment_action_id
45: ,'A'