DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on PAY_MESSAGE_LINES

Line 281: in pay_message_lines

277: 07-Jan-2009 namgoyal 115.93 Bug 7281023: modified cursor csr_get_term_period_no to report
278: correct period number if P45 balance is zero.
279: 08-Jan-2009 namgoyal 115.94 Bug 7281023: Added '=' operator in cursor csr_get_term_period_no.
280: 15-Feb-2009 dwkrishn 115.96 Bug 8254291: Added Procedure populate_run_msg to insert error messages
281: in pay_message_lines
282: 19-Feb-2009 dwkrishn 115.97 Bug 8254291: Made the process continue even if the process errors
283: out noting each error EDI error messages, finally error the process.
284: 26-Feb-2009 rlingama 115.98 Bug 8275145 : P45 A4 Laser 4 part changes 2008-09
285: 12-Mar-2009 rlingama 115.99 Bug 8275145 : P45 A4 Continuous report changes 2008-09

Line 2748: INSERT INTO pay_message_lines(line_sequence,

2744: PRAGMA AUTONOMOUS_TRANSACTION;
2745: BEGIN
2746: hr_utility.set_location(' Entering: populate_run_msg',111);
2747:
2748: INSERT INTO pay_message_lines(line_sequence,
2749: payroll_id,
2750: message_level,
2751: source_id,
2752: source_type,

Line 2755: pay_message_lines_s.nextval

2751: source_id,
2752: source_type,
2753: line_text)
2754: VALUES(
2755: pay_message_lines_s.nextval
2756: ,null
2757: ,'F'
2758: ,p45_assignment_action_id
2759: ,'A'