DBA Data[Home] [Help]

APPS.EAM_OP_UTILITY_PVT dependencies on FND_MESSAGE

Line 158: fnd_message.set_name('EAM','EAM_WO_OP_DT_ERR');

154:
155: -- bug no 3444091
156: if p_eam_op_rec.start_date > p_eam_op_rec.completion_date then
157: x_return_status := fnd_api.g_ret_sts_error;
158: fnd_message.set_name('EAM','EAM_WO_OP_DT_ERR');
159: return;
160: end if;
161:
162: INSERT INTO WIP_OPERATIONS

Line 389: fnd_message.set_name('EAM','EAM_WO_OP_DT_ERR');

385:
386: -- bug no 3444091
387: if p_eam_op_rec.start_date > p_eam_op_rec.completion_date then
388: x_return_status := fnd_api.g_ret_sts_error;
389: fnd_message.set_name('EAM','EAM_WO_OP_DT_ERR');
390: return;
391: end if;
392:
393: select department_id into l_old_dept_id