DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS2 dependencies on FND_MESSAGE

Line 198: fnd_message.set_name('PA', l_err_msgname);

194: x_err_msgname => l_err_msgname );
195:
196: IF (x_err_code > 0) THEN
197: IF (l_err_msgname IS NOT NULL) THEN
198: fnd_message.set_name('PA', l_err_msgname);
199: fnd_msg_pub.add;
200: END IF;
201: l_error_code := X_err_code;
202: l_error_msg := x_err_stage;

Line 236: fnd_message.set_name('PA', l_err_msgname);

232: x_err_msgname => l_err_msgname );
233:
234: IF (x_err_code > 0) THEN
235: IF (l_err_msgname IS NOT NULL) THEN
236: fnd_message.set_name('PA', l_err_msgname);
237: fnd_msg_pub.add;
238: END IF;
239: IF (l_error_code = 0) THEN
240: l_error_code := X_err_code;

Line 263: fnd_message.set_name('PA', l_err_msgname);

259: x_err_msgname => l_err_msgname );
260:
261: IF (x_err_code > 0) THEN
262: IF (l_err_msgname IS NOT NULL) THEN
263: fnd_message.set_name('PA', l_err_msgname);
264: fnd_msg_pub.add;
265: END IF;
266: IF (l_error_code = 0) THEN
267: l_error_code := X_err_code;

Line 364: fnd_message.set_name('PA', l_err_msgname);

360: x_err_msgname => l_err_msgname );
361:
362: IF (x_err_code > 0) THEN
363: IF (l_err_msgname IS NOT NULL) THEN
364: fnd_message.set_name('PA', l_err_msgname);
365: fnd_msg_pub.add;
366: END IF;
367: IF (l_error_code = 0) THEN
368: l_error_code := X_err_code;

Line 808: fnd_message.set_name('PA', 'PA_CI_ABORT_WF_COMMENT');

804: x_msg_data,
805: x_return_status);
806:
807: --Retrieve the comment to be put into the status change history
808: fnd_message.set_name('PA', 'PA_CI_ABORT_WF_COMMENT');
809: l_comment := fnd_message.get;
810:
811: --Change the project status back to the previous status
812: -- for the BUG # 6661144

Line 809: l_comment := fnd_message.get;

805: x_return_status);
806:
807: --Retrieve the comment to be put into the status change history
808: fnd_message.set_name('PA', 'PA_CI_ABORT_WF_COMMENT');
809: l_comment := fnd_message.get;
810:
811: --Change the project status back to the previous status
812: -- for the BUG # 6661144
813: PA_PROJECTS_MAINT_PUB.project_status_change(