[Home] [Help]
46: PRAGMA AUTONOMOUS_TRANSACTION;
47: BEGIN
48: hr_utility.set_location(' Entering: populate_run_msg',111);
49:
50: INSERT INTO pay_message_lines(line_sequence,
51: payroll_id,
52: message_level,
53: source_id,
54: source_type,
53: source_id,
54: source_type,
55: line_text)
56: VALUES(
57: pay_message_lines_s.nextval
58: ,100
59: ,'F'
60: ,p_assignment_action_id
61: ,'A'