DBA Data[Home] [Help]

APPS.PAY_RETRO_NOTIF_PKG dependencies on FND_MESSAGE

Line 175: fnd_message.retrieve(l_errbuf);

171: sub_request => FALSE,
172: argument1 => p_payroll_action_id);
173:
174: IF l_req_id = 0 THEN
175: fnd_message.retrieve(l_errbuf);
176: hr_utility.trace('Error when submitting request: ' || SQLERRM || ' ' || SQLCODE);
177: raise zero_req_id;
178: ELSE
179: --